Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2025-04-04
| ||
22:08 | Sorta kinda support suspending (ctrl-z), though continuing it doesn't work properly (no input) Leaf check-in: 49a3e626ca user: alexa tags: lisp-rewrite | |
21:57 | Fix the UI not refreshing when the terminal size changes check-in: 8584e7a818 user: alexa tags: lisp-rewrite | |
21:54 | We don't need this debug statement anymore check-in: 191c59f6ff user: alexa tags: lisp-rewrite | |
21:54 | Fix a crash check-in: b0bef1d253 user: alexa tags: lisp-rewrite | |
11:33 | Update TRUNKSTATUS check-in: cead99ff09 user: alexa tags: lisp-rewrite | |
11:07 | Do a GC every so often check-in: 52de541df1 user: alexa tags: lisp-rewrite | |
11:06 | Add some doc strings check-in: b54e359590 user: alexa tags: lisp-rewrite | |
10:31 | Various bits of optimization and memory usage improvement. Also, for now disable the SIMD code since it's currently consing like crazy. check-in: 9e01d18f6d user: alexa tags: lisp-rewrite | |
09:47 | Fix a crash with empty strings check-in: 6a2cc63f78 user: alexa tags: lisp-rewrite | |
09:47 | Fix the previous song being displayed incorrectly in the song queue check-in: f7c2d44393 user: alexa tags: lisp-rewrite | |
09:47 | Fix display of metadata with QOA files check-in: 1e547641f8 user: alexa tags: lisp-rewrite | |
09:39 | Tweak where the DC filter information is displayed check-in: e974c4c501 user: alexa tags: lisp-rewrite | |
09:34 | Fix effect info and help not handling timeouts correctly check-in: e930b1104e user: alexa tags: lisp-rewrite | |
09:22 | Fix VGM files not showing their position check-in: 37e964ef66 user: alexa tags: lisp-rewrite | |
09:22 | Rename UPDATE-STATE to UPDATE-UI-WITH-NEW-FILE since that is now its purpose check-in: 6eccb251ea user: alexa tags: lisp-rewrite | |
09:21 | Move common UI update code into its own function. Ensure we update everything that's needed here. check-in: 95944721f6 user: alexa tags: lisp-rewrite | |
09:02 | Make --repeat actually do something check-in: 7dfb0e7cdc user: alexa tags: lisp-rewrite | |
08:57 | Fix text fields not immediately displaying with a VGM file check-in: 3cb6dc6911 user: alexa tags: lisp-rewrite | |
08:45 | Fix metadata display not being refreshed, and text field scroll amount when wide characters are present check-in: 6f5e734a01 user: alexa tags: lisp-rewrite | |
08:23 | Fix volume display (it's not a percent) check-in: 094b224bd9 user: alexa tags: lisp-rewrite | |
08:22 | Fix clipping calculation check-in: 63ae147500 user: alexa tags: lisp-rewrite | |
08:17 | Fix CPU usage calculation check-in: 150e0c91c3 user: alexa tags: lisp-rewrite | |
07:20 | Somewhat fix the CPU usage calculations. This isn't the correct way to fix it (I think it's actually reading the line numbers incorrectly), but it's close enough for now. check-in: 159058474f user: alexa tags: lisp-rewrite | |
07:20 | Properly kill the remote manager thread check-in: 8dbe9a5dcb user: alexa tags: lisp-rewrite | |
07:03 | Fix some message handling. check-in: 382f7f3537 user: alexa tags: lisp-rewrite | |
06:50 | Use MONOTONIC-CLOCK package throughout. check-in: b11160caeb user: alexa tags: lisp-rewrite | |
2025-04-03
| ||
23:23 | Original UI now starts, updates, and can exit properly (though it reads input a bit sluggishly). Still bugs, however. check-in: 7901c17090 user: alexa tags: lisp-rewrite | |
22:29 | Get the Original UI starting (though it doesn't properly display or exit yet) check-in: e44e1c2f5a user: alexa tags: lisp-rewrite | |
09:53 | Implement remaining Original UI code. None of this is tested, but the initial port is at least done. check-in: 458cf102c3 user: alexa tags: lisp-rewrite | |
08:37 | Implement progress bar check-in: 6287deed25 user: alexa tags: lisp-rewrite | |
07:54 | Add SONG-QUEUE. Rename PLAYABLE-CURRENT-FILE-DISPLAY-NAME to PLAYABLE-FILE-DISPLAY-NAME. check-in: 91c6de602a user: alexa tags: lisp-rewrite | |
06:59 | Introduce WIDGET class. Add MD-DISPLAY class. check-in: 3d7421d996 user: alexa tags: lisp-rewrite | |
00:37 | Implement TEXT-FIELD (and I think fix the bugs in the original implementation) check-in: fa602fb99f user: alexa tags: lisp-rewrite | |
2025-04-01
| ||
22:25 | Whoops, named a file incorrectly check-in: f89ef42c51 user: alexa tags: lisp-rewrite | |
22:24 | Make it a bit easier to figure out lower-level errors check-in: 331ce36e1e user: alexa tags: lisp-rewrite | |
2025-03-31
| ||
22:05 | Start work on the TEXT-FIELD record. check-in: 6ce4c3f864 user: alexa tags: lisp-rewrite | |
22:00 | Implement BANNER-ANIMATE-FADE-DOWN and BANNER-REFRESH-BORDER-LINES check-in: 37a5e374a6 user: alexa tags: lisp-rewrite | |
06:06 | Whoops, uncomment some code I accidentally left commented check-in: f570f4a1a9 user: alexa tags: lisp-rewrite | |
04:06 | Reapply reverb preset when resetting check-in: e89497a384 user: alexa tags: lisp-rewrite | |
04:05 | Properly handle the --reverb-amount argument check-in: 6716fd6e68 user: alexa tags: lisp-rewrite | |
2025-03-30
| ||
10:49 | Add a few more Original UI functions. Add BANNER-SLIDE-IN class. check-in: d5257576f3 user: alexa tags: lisp-rewrite | |
10:49 | Change this constant to be in seconds check-in: 5ae9313382 user: alexa tags: lisp-rewrite | |
10:48 | Fix typo check-in: 4dd62e35e1 user: alexa tags: lisp-rewrite | |
10:05 | Implement INIT-VU for Original UI check-in: 9d06752a0d user: alexa tags: lisp-rewrite | |
10:03 | Implement VU-METER class for the Original UI check-in: 5de8edaa81 user: alexa tags: lisp-rewrite | |
09:44 | Start work on the BANNER class for the Original UI. Add the basic S-Lang initialization/deinitialization to the Original UI. Add key dispatching. check-in: c7dfd18f0d user: alexa tags: lisp-rewrite | |
09:00 | Add THEME record for Original UI check-in: a56201189d user: alexa tags: lisp-rewrite | |
09:00 | Add VECTOR to the type definition for T/THEME-COLOR-LIST check-in: aecf80dc46 user: alexa tags: lisp-rewrite | |
08:59 | Fix slot reader name check-in: e729bd16fc user: alexa tags: lisp-rewrite | |
08:14 | Start work on the "Original UI" check-in: 4995ecd4b2 user: alexa tags: lisp-rewrite | |