Commit Graph

4616 Commits

Author SHA1 Message Date
K. Lange
ffcbc6df25 bim: update to latest master 2020-12-11 13:49:18 +09:00
K. Lange
f2eb103fe8 github: dumb soft linebreaks 2020-12-08 23:02:43 +09:00
K. Lange
30a6d5bc1d github: do a deep fetch to get all tags 2020-12-08 22:52:43 +09:00
K. Lange
f0a8bc37e4 github: should be body_path 2020-12-08 22:45:30 +09:00
K. Lange
a0a2fc3348 github: try to add release notes template to drafts 2020-12-08 22:40:08 +09:00
K. Lange
f59aab9c43 v1.13.1 2020-12-08 22:13:00 +09:00
K. Lange
035e980e8e github: purge travis-ci 2020-12-08 22:11:56 +09:00
K. Lange
82a02483f5 github: ... 2020-12-08 22:07:45 +09:00
K. Lange
3796a87048 github: I'll get this working eventually. 2020-12-08 22:06:58 +09:00
K. Lange
c0fe173e49 github: add manual build; run for all pushes? 2020-12-08 22:00:38 +09:00
K. Lange
211436f09a github: check in actions workflow 2020-12-08 21:52:04 +09:00
K. Lange
f04be777ec wallpaper: new wallpaper 2020-11-20 14:35:20 +09:00
K. Lange
812e74e801 bim: Update to latest 2020-11-20 14:06:33 +09:00
K. Lange
f83815b7d7 boot: add warning when unable to find boot drive 2020-11-10 10:09:35 +09:00
K. Lange
e5a1054585 lspci: Add some class codes 2020-11-10 09:53:12 +09:00
K. Lange
fc90166317 bim: update from upstream 2020-11-09 19:13:23 +09:00
K. Lange
0a01944f00 v1.13.0 2020-07-27 10:21:50 +09:00
K. Lange
79bdb6fc02 png: replace icons 2020-06-12 18:12:33 +09:00
K. Lange
802ae6a616 sdf: switch font format from bmp to png 2020-05-30 16:37:10 +09:00
K. Lange
431a6aaf2a png: support more color types; fix idat sequencing 2020-05-30 16:36:31 +09:00
K. Lange
69324a4e3d msk: use native inflater for tgz packages (slow, but nicer) 2020-05-08 11:24:33 +09:00
K. Lange
286bd07812 tar: fix handling of hardlinks 2020-05-08 11:22:43 +09:00
K. Lange
571cda2928 tar: support -O, arguments for -x 2020-05-05 19:02:22 +09:00
K. Lange
ccceaed769 tar: support -z flag for extraction by piping to gunzip 2020-05-05 10:03:21 +09:00
K. Lange
75ece46da9 gunzip: support decompressing from stdin 2020-05-05 10:03:09 +09:00
K. Lange
c43fc42b8a tar: rewrite to support reading from stdin 2020-05-05 00:07:29 +09:00
K. Lange
0e38268863 gunzip: use status code from gzip_decompress 2020-05-05 00:07:17 +09:00
K. Lange
1c0e741c99 inflate: fix missing byte read for compression type in gzip deflater 2020-05-05 00:07:02 +09:00
K. Lange
3a130854e7 file-browser: fixup ellipses for file types 2020-05-02 21:41:55 +09:00
K. Lange
a5cf4fe540 linker: properly resolve dependencies that were missing at compile time 2020-05-01 13:34:54 +09:00
K. Lange
cc8b933cda libc: support not printing 0 digit with precision of 0 2020-04-30 20:25:08 +09:00
K. Lange
7be561c1b1 kbd-test: raw vga text version of kbd tester 2020-04-30 19:42:50 +09:00
K. Lange
7c4bc2c4c3 yutani-kbd: keyboard test tool 2020-04-30 19:02:40 +09:00
K. Lange
1bbf9fba5d libc: support precision for %d? 2020-04-30 19:02:28 +09:00
K. Lange
888323bcea getty: Pass more args through 'headless' make target 2020-04-25 07:02:46 +09:00
K. Lange
066c2a592c make: disable audio output in headless target
Avoids pulse warnings clogging the screen for now, and I don't ever
use the audio output from a serial console anyway (plus it's not very
reflective of the user experience we're trying to provide with the
headless mode, since you don't get audio over serial normally anyway)
2020-04-25 06:25:17 +09:00
K. Lange
046ec9538f vmware: initialize vmware_mouse_byte or it resolves incorrectly by linker 2020-04-24 21:53:20 +09:00
K. Lange
22ded9bdce inflate: gzip multibyte values are LE... 2020-04-24 21:52:58 +09:00
K. Lange
7dfb9c34ce png: replace several BMP assets with PNGs 2020-04-24 14:30:12 +09:00
K. Lange
e5996aa4b4 graphics: remove unneeded ALPHA_EMBEDDED's in libs 2020-04-23 20:55:27 +09:00
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
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