Commit Graph

4622 Commits

Author SHA1 Message Date
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
9b0e35eb3e make: Disable serial console in BIOS for 'make headless' 2020-04-21 16:35:46 +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
f6b99561e5 kernel: bump version to 1.12.0 2020-03-29 20:32:38 +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
8c2cf93b1d menu: Add method to force redraw a visible menu 2020-03-29 13:23:28 +09:00
K. Lange
4f0c5d8b49 vgalog: fix incomplete initializer 2020-03-28 23:56:08 +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
2cddc37a67 list: add convenience function to get item by index 2020-03-28 22:19:52 +09:00
K. Lange
715fec034b panel: Add calendar popup widget 2020-03-28 19:51:52 +09:00
K. Lange
2fbf92329d graphics: actually that seems to indicate A is after RGB 2020-03-27 23:03:54 +09:00
K. Lange
d6ed670213 graphics: support swapped byte order in bitmaps 2020-03-27 22:56:18 +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
ced0a6e945 readme: remove 'Plans for 2019' 2020-01-13 22:22:21 +09:00
K. Lange
7953b1fbe9 linker: don't segfault when called directly 2020-01-03 18:38:35 +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
756f043dc3 boot: change format of memory map debug text 2019-12-26 11:17:38 +09:00
K. Lange
3eb7e51915 terminal: fix vga unicode fallback for ▏ (used in bim) 2019-12-26 11:16:31 +09:00
K. Lange
31bfcafb32 readme: new screenshot 2019-12-25 10:31:55 +09:00
K. Lange
d32cda07ee wallpaper-picker: fix icon 2019-12-25 10:31:22 +09:00
K. Lange
a995110217 kernel: set version to 1.11.0 2019-12-25 10:24:45 +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
ed58edaae9 make: serial is actually redundant, already had headless 2019-12-19 17:14: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
a6d9b7c320 base: Convert README to markdown 2019-12-18 12:53:19 +09:00