12 Commits

Author SHA1 Message Date
stjet
08c2358bdc v1.2
random lockscreen message, remove rand dep for audio player, add version to about window, add o/O to malvim, add circles to draw, bug fixes, minor byte savings for font .alpha format
2025-08-18 17:27:16 +00:00
stjet
2c4455f623 lines, barebones drawing window
addition of lines means ipc slightly changed, though can be ignored. also, minor malvim fix
2025-08-12 06:54:21 +00:00
stjet
724ffbd494 multi-line copy/paste, more copy/paste
fix C and D in nimbus romono
2025-04-26 05:17:06 +00:00
stjet
d32b82a2bb v1.0.3: mostly malvim improvements
malvim: search, d$, %. fix w and m in mono font. apply some clippy lint suggestions
2025-04-17 00:53:31 +00:00
stjet
fa4627316d v1.0.2: arrow keys, start menu paging support
key press convenience methods, fix logo, docs, add more chars
2025-03-23 21:41:59 +00:00
stjet
668ce2ea6c v1.0.0: tab path autocomplete, malvim features, terminal history
various fixes, docs, some kanji and romaji font chars
2025-03-16 05:56:00 +00:00
stjet
8c0b85ae9f beta 1: remove framebuffer crate, replace with own code, small fixes/features added
added some kanji, docs
2025-03-13 06:48:53 +00:00
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
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