summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Matthew Mondor [Sun, 10 Apr 2022 00:28:31 +0000 (00:28 +0000)]
- Reimplement font loading/drawing
- Cleanup TODO
Matthew Mondor [Sat, 9 Apr 2022 11:28:51 +0000 (11:28 +0000)]
- Expand text attributes word from 8-bit to 16-bit
- Adapt functions for the larger attributes/mode word
- Reimplement delete-char using clear/move
- Cleanup old cursor related code
- Implement more text attributes
- double underline
- strike
- invisible
- Make conditional unused blink related code
Matthew Mondor [Sat, 9 Apr 2022 05:38:16 +0000 (05:38 +0000)]
Blinking now behaves like in xterm.
Matthew Mondor [Fri, 8 Apr 2022 09:36:17 +0000 (09:36 +0000)]
- Update TODO
- Improve pseudocolors implementation. We used to ignore setting
the black color, but now treat it as restoring default/none color.
- Import example analogterm screenshot in MATT/
Matthew Mondor [Thu, 7 Apr 2022 16:43:25 +0000 (16:43 +0000)]
Add MATT/test/m.sh a basic text attributes demo
Matthew Mondor [Thu, 7 Apr 2022 15:16:08 +0000 (11:16 -0400)]
Update TODO.
Matthew Mondor [Thu, 7 Apr 2022 15:11:03 +0000 (11:11 -0400)]
Update TODO
Matthew Mondor [Thu, 7 Apr 2022 14:43:01 +0000 (14:43 +0000)]
Update MATT/TODO.txt BUILD section.
Build related change details are available in the history log.
Matthew Mondor [Thu, 7 Apr 2022 14:36:42 +0000 (14:36 +0000)]
Fix stray files issues after distclean by stripping even more.
Would break if running autoconf.
Matthew Mondor [Thu, 7 Apr 2022 14:20:40 +0000 (10:20 -0400)]
Build even less. The configure script should also work without
explicitly disabling glx.
Matthew Mondor [Thu, 7 Apr 2022 13:45:33 +0000 (09:45 -0400)]
Adaptation from build test on RPI2 and Archlinux.
Build even less modules, remove intltool support from configure.
Would be destroyed if using autoconf.
Still some build and clean minor errors but an improvement.
Matthew Mondor [Thu, 7 Apr 2022 11:55:09 +0000 (11:55 +0000)]
Cleanup: Make configure/make/clean/distclean actually work
Matthew Mondor [Thu, 7 Apr 2022 10:24:30 +0000 (10:24 +0000)]
Initial import of analogterm (phase 2, after forgetting to add)
Matthew Mondor [Thu, 7 Apr 2022 10:23:18 +0000 (10:23 +0000)]
Initial import of analogterm.
Matthew Mondor [Thu, 7 Apr 2022 05:07:08 +0000 (05:07 +0000)]
Initial import of the original xscreensaver-5.35 code.