Commit Graph

847 Commits

Author SHA1 Message Date
K. Lange
3cacd56bce bmp: Set ALPHA_EMBEDDED on load 2020-04-23 20:15:56 +09:00
K. Lange
c6da6020f4 png-test: remove 2020-04-23 18:45:10 +09:00
K. Lange
c68cd7e1e8 graphics: make jpg/png support seamless with load_sprite 2020-04-23 18:44:07 +09:00
K. Lange
4725c3f585 file-browser: Recognize PNGs by extension 2020-04-21 18:13:40 +09:00
K. Lange
8e74bee6d0 png: First pass at a PNG decoder
(only 8bpp rgba, non-interlaced for now)
2020-04-21 17:11:20 +09:00
K. Lange
8f7cda92fa inflate: Add DEFLATE decompressor and gunzip util 2020-04-21 11:23:26 +09:00
K. Lange
8fb8a153b8 panel: weather widget is double size 2020-04-16 20:08:29 +09:00
K. Lange
f67188b1d8 help-browser: first pass at new help documents 2020-04-15 17:50:30 +09:00
K. Lange
d963b3d033 gsudo: Redesign 2020-03-30 17:48:17 +09:00
K. Lange
c01eaad55f json: remove weather test 2020-03-29 20:38:57 +09:00
K. Lange
94305992db misc: update some dates 2020-03-29 20:31:09 +09:00
K. Lange
b85263b698 tar: support GNU Tar's L type 2020-03-29 14:35:56 +09:00
K. Lange
dd2a323fe8 panel: add clock widget; move calendar widget to date 2020-03-29 13:23:42 +09:00
K. Lange
7aed902309 panel: sleep a bit before first call to weather-tool 2020-03-28 23:55:58 +09:00
K. Lange
5a937ce763 weather: fix derp with spaces 2020-03-28 23:27:17 +09:00
K. Lange
552a8c64e8 panel: re-run weather tool after configuring 2020-03-28 23:27:06 +09:00
K. Lange
574aff3348 panel: Add weather widget 2020-03-28 23:21:38 +09:00
K. Lange
fbf7bff3dd weather: Add weather-tool and weather-configurator 2020-03-28 23:21:25 +09:00
K. Lange
bd92f00a40 json: add rudimentary JSON parser library 2020-03-28 22:20:20 +09:00
K. Lange
715fec034b panel: Add calendar popup widget 2020-03-28 19:51:52 +09:00
K. Lange
377f50ab7a bim: update to 2.6.1 2020-02-27 21:57:37 +09:00
K. Lange
385080a19b bim: pull in bug fixes 2020-01-22 09:03:52 +09:00
K. Lange
f03f44e975 terminal: fix rendering of U+2580 2020-01-21 20:13:02 +09:00
K. Lange
878702717b terminal: improve the appearance of the mouse cursor in terminal-vga 2019-12-26 21:59:14 +09:00
K. Lange
3eb7e51915 terminal: fix vga unicode fallback for ▏ (used in bim) 2019-12-26 11:16:31 +09:00
K. Lange
d32cda07ee wallpaper-picker: fix icon 2019-12-25 10:31:22 +09:00
K. Lange
8a16ba9740 wallpaper-picker: Add tool to pick wallpapers graphically 2019-12-25 10:21:53 +09:00
K. Lange
83c7c37f8f rline: replace syntax highlighter with new bim highlighter engine 2019-12-24 13:21:34 +09:00
K. Lange
ecf249cab2 bim: fix esh highlighter bug 2019-12-24 07:12:00 +09:00
K. Lange
61af52685f tutorial: silly easter egg 2019-12-23 21:35:01 +09:00
K. Lange
1f5008d845 terminal: in fullscreen, don't show border toggle right click menu entry 2019-12-23 21:29:01 +09:00
K. Lange
ce186b7b95 sdf-demo: add missing decor handling 2019-12-23 21:20:33 +09:00
K. Lange
0fbf35438a terminal: use an async thread to handle input 2019-12-23 17:01:57 +09:00
K. Lange
00493418a3 terminal: support bracketed paste mode 2019-12-20 20:56:06 +09:00
K. Lange
84023ed829 libc: fix off-by-one errors in localtime 2019-12-20 20:20:23 +09:00
K. Lange
8011966394 terminal: fix separator added to wrong menu 2019-12-19 17:08:53 +09:00
K. Lange
ded6e4de11 terminal: Fix type in loop condition when scrolling up 2019-12-19 16:05:21 +09:00
K. Lange
7299fb7538 terminal: Fix slowdown caused by rendering decors while also fixing bug when not rendering decors 2019-12-19 14:59:29 +09:00
K. Lange
89495ef22e terminal: support IL/DL in graphical terminal; update bim 2019-12-19 14:37:12 +09:00
K. Lange
1abba60e76 terminal: implement IL/DL in vga terminal; experiment with scrollable regions 2019-12-19 13:45:20 +09:00
K. Lange
b8d297e86d terminal: fswait3 returns fd count on timeout; fix cursor blinks 2019-12-17 20:24:08 +09:00
K. Lange
c7bb59f915 bim: update to fix slow scrolling 2019-12-17 13:20:18 +09:00
K. Lange
79792237fb terminal-vga: improve performance, especially when running dumb stuff like 'yes' 2019-12-15 17:28:02 +09:00
K. Lange
3bf80bf77d bim: update to v2.5.1 2019-12-15 17:12:34 +09:00
K. Lange
c2dc6fef5b terminal: remove unintentionally committed debug code from vga terminal 2019-12-06 12:10:38 +09:00
K. Lange
dd180b33c0 sdf: handle input string as utf8 2019-12-05 19:13:16 +09:00
K. Lange
dc1ae8cd58 terminal: fix bad free when releasing scrollback beyond available buffer 2019-12-05 19:02:12 +09:00
K. Lange
a6251137f0 kernel: add fswait3 and hack around terminals blocking on their own reads 2019-12-05 17:42:46 +09:00
K. Lange
4e7ccdd6ba bim: update to support SGR mouse modes 2019-12-04 13:16:44 +09:00
K. Lange
0d162680ff terminal: support SGR-style mouse for extended coordinates 2019-12-04 13:16:03 +09:00