Commit Graph

7 Commits

Author SHA1 Message Date
stjet
1b9922d70f dynamically find window binaries instead of hardcode
also, terminal compile fix whoops
2025-03-02 07:45:36 +00:00
stjet
1a5eba7191 major usability improvements
Terminal now modal, supports line buffering, stdin, because it uses pty (and threading). Also supports paste, again (?). Audio player queueing no longer blocks, supports appending. Now can change window size. Halfscreen window shortcut improved. Eliminate dirs dep, deconstruct audiotags dep, better feature flags. Remove .alpha files because they are built. Use /home/jondough for default dirs if possible. Themes config. Fix for rotated touchscreen. Write more docs
2025-02-28 03:03:09 +00:00
stjet
e769bc1452 use nimbus roman, theme config, lto
license, philosophy, more shippori chars, slight code shuffling
2025-02-21 15:09:51 +00:00
stjet
cb766ce8a5 inhouse serialize/deserialize, remove ron and serde deps
malvim gets 'A'
2025-02-12 07:44:36 +00:00
Jon Dough
cc34a54cd9 Add touchscreen support with onscreen keyboard (#1)
Possible that framebuffer doesn't update without actual keypress (eg, volume down). But, works.
2025-02-10 05:03:49 +00:00
stjet
8d0a317819 file explorer file info, multi-byte char deleting fix
more docs, reversi game win/lose/tie and restart
2025-01-25 23:04:20 +00:00
stjet
03f1d649e0 docs, password config, help, about
render -> draw, file explorer, writer is RefCell
2025-01-01 09:38:11 +00:00