taro-ctl: update uxnemu args; taro-ls: update blending usage; v0.2.5
Derek Stevens nilix@nilfm.cc
taro-ls: fix resize by keyboard
Derek Stevens nilix@nilfm.cc
taro-ls: slightly increase efficiency of message processing and blank list when changing mailbox or searching
Derek Stevens nilix@nilfm.cc
taro-ls: add indicator for pending operations; update readme
Derek Stevens nilix@nilfm.cc
taro-ls: fix div by zero when resetting scrollbar; taro-ctl: use capped IO to truncate command output before writing message
Derek Stevens nilix@nilfm.cc
taro-ctl: eliminate puts calls and don't convert from IO::Memory in MblazeProxy; taro-ls: various optimizations, reset scrollbar when changing mbox
Derek Stevens nilix@nilfm.cc
update build script and add quote escape to config; taro-ls: fix scroll wrap by keyboard if the number of items is less than the height of the listbox
Derek Stevens nilix@nilfm.cc
taro-ctl: use enum for msg types and put everything in the namespace; taro-ls: add manifest and remove debug call
Derek Stevens nilix@nilfm.cc
missed a spot in the readme
Derek Stevens nilix@nilfm.cc
update screenshot
Derek Stevens nilix@nilfm.cc
taro-ls: add theme, font-loading support, more keybinds, finishing touches; build, readme, assets...
Derek Stevens nilix@nilfm.cc
taro-ls: implement nav of mail list by key
Derek Stevens nilix@nilfm.cc
taro-ls: generalize nav_list_by_key
Derek Stevens nilix@nilfm.cc
taro-ctl: delete socket file before starting server; taro-ls: add keybinds for switching mailboxes
Derek Stevens nilix@nilfm.cc
implement security remediation for search and refile; add socket pushig updates from, eg mbsync; add documentation to config and UXN_EMU option
Derek Stevens nilix@nilfm.cc
add search indicator
Derek Stevens nilix@nilfm.cc
refine taro-reader, add MBOX_ROOT to config instead of using env, and adjust refresh logic
Derek Stevens nilix@nilfm.cc
refactor mread into taro-reader, clean up some code, fix mouse bug in taro-ls
Derek Stevens nilix@nilfm.cc
update readme a bit
Derek Stevens nilix@nilfm.cc
fix off-by-one for read msg
Derek Stevens nilix@nilfm.cc
improve readme and mread
Derek Stevens nilix@nilfm.cc
shell out for reader and compose windows - this should work for a while; v0.1.0
Derek Stevens nilix@nilfm.cc
taro-ls: start implementing extra keybinds
Derek Stevens nilix@nilfm.cc
taro-ls: implement search, refile, trash; taro-ctl: search and trash commands refined
Derek Stevens nilix@nilfm.cc
taro-ls: delete and insert characters properly in the middle of the string
Derek Stevens nilix@nilfm.cc
taro-ctl: make message channel global; taro-ls: start search handling
Derek Stevens nilix@nilfm.cc
fix off-by-1 pixel error in list click routine
Derek Stevens nilix@nilfm.cc
README: document message types; taro-ctl: fix 0-length message sending; taro-ls: fix 0-length message reading and list length off-by-1 error
Derek Stevens nilix@nilfm.cc
taro-ctl: add mblaze commands for search, refile, trash
Derek Stevens nilix@nilfm.cc
taro-ls: add all buttons, click handling, implement refresh and read_all; taro-ctl: fix message size and handle 0 length messages
Derek Stevens nilix@nilfm.cc
taro-ls: add button row on the bottom, handle hover effect; taro-ctl: implement making all as read
Derek Stevens nilix@nilfm.cc
reorganize code
Derek Stevens nilix@nilfm.cc
implement range selection for listbox
Derek Stevens nilix@nilfm.cc
fix mbox refresh
Derek Stevens nilix@nilfm.cc
change default window size
Derek Stevens nilix@nilfm.cc
generalized lisbox routines, fixed msg_read, can now switch mailboxes
Derek Stevens nilix@nilfm.cc
getting ready to add complexity
Derek Stevens nilix@nilfm.cc
taro-ls: fix mouse rendering; taro-ctl: add some boilerplate
Derek Stevens nilix@nilfm.cc
taro-ls: fix underscores in signature comments; MblazeProxy: remove MBOX_ROOT prefix from mdirs
Derek Stevens nilix@nilfm.cc
ChildWindow: wait for termination and read stdin on separate fibers, use exit; taro-ls: scrollbar, fix performance
Derek Stevens nilix@nilfm.cc
first commit - resizable uxn window lists inbox and crystal module can talk to it
Derek Stevens nilix@nilfm.cc