Commit Graph

4267 Commits

Author SHA1 Message Date
K. Lange
10e9a64cb4 jpeg: use it 2018-12-05 13:01:16 +09:00
K. Lange
d0d5861e0a jpeg: new jpeg library 2018-12-05 13:00:36 +09:00
K. Lange
e0575b89eb libc: faster sine table lookup 2018-12-05 13:00:21 +09:00
K. Lange
06c3fc3db5 kernel: fixup PCI irq mapping on vmware? 2018-12-03 19:01:20 +09:00
K. Lange
0e39893ab9 boot: disable VMware guest sizing by default 2018-12-03 19:01:03 +09:00
K. Lange
ed87c468e5 kernel: only set level for pins 10 and 11 2018-12-03 18:28:06 +09:00
K. Lange
90f1f784a1 kernel: explain that irq thing 2018-12-03 17:12:07 +09:00
K. Lange
f559bca6d6 file-browser: don't redraw toolbar every time mouse moves in disabled button 2018-12-03 16:41:34 +09:00
K. Lange
813627bfa7 irq: just blindly set a bunch of shit to level triggered 2018-12-03 16:32:28 +09:00
K. Lange
097cbb4018 procfs: irq isr, irr, imr status 2018-12-03 12:50:33 +09:00
K. Lange
5409ec911b kernel: 64-bit offset in _early_log_write 2018-12-03 12:50:03 +09:00
K. Lange
1ff5f56225 rline_exp: \r before \n to ensure we scroll 2018-12-03 11:50:52 +09:00
K. Lange
625bdb6f96 terminal: fix some bad cursor visibility 2018-12-03 11:31:16 +09:00
K. Lange
131262bb1f kernel: change some log levels 2018-12-03 11:22:33 +09:00
K. Lange
f991448918 debug_sh: /dev/ttyS* are real pty's these days 2018-12-03 11:13:39 +09:00
K. Lange
cb80f52ed4 boot: netinit needs to migrate, too 2018-12-03 11:04:06 +09:00
K. Lange
9f9092772a kernel: prepare new version number 2018-12-03 10:21:56 +09:00
K. Lange
4fa1645ff0 netinit: accept URL as argument; add boot option 2018-12-03 10:21:29 +09:00
K. Lange
b8f0485e3c kernel: don't pass start to init; add new args= 2018-12-03 10:17:09 +09:00
K. Lange
59d0abf238 netinit: new method of detecting framebuffer 2018-12-03 09:54:19 +09:00
K. Lange
d258287644 procfs: must only look at extended_entries if set 2018-12-03 09:53:10 +09:00
K. Lange
cade020b95 netinit: need to mount tmpfs so we can download somewhere 2018-12-03 09:44:15 +09:00
K. Lange
5a6655e442 sdf: fixup alphablending 2018-12-02 22:22:06 +09:00
K. Lange
8f865eeb4a rline_exp: ensure everything is drawn before returning 2018-12-01 21:35:11 +09:00
K. Lange
7259cff253 graphics: none of this is really helping anything 2018-12-01 17:42:49 +09:00
K. Lange
6d8c1f8d7a graphics: bilinear filter needs some serious speed improvement 2018-12-01 17:36:07 +09:00
K. Lange
27bf6f15d8 yutanirc: add a little easter egg 2018-12-01 17:13:17 +09:00
K. Lange
109a138951 add snow (graphics demo) 2018-12-01 17:13:04 +09:00
K. Lange
415655f9ac graphics: fix up some bad alpha blending in certain sprite rendering functions 2018-12-01 17:12:49 +09:00
K. Lange
f22f4556c2 esh: exit subshells on SIGINT 2018-12-01 11:39:59 +09:00
K. Lange
e3d7719883 v1.9.2 2018-12-01 11:09:55 +09:00
K. Lange
b1f7295d48 libc: fix localtime() for December 2018-12-01 11:09:09 +09:00
K. Lange
b5754538ec sdf: adjust some bold kernings 2018-11-30 21:54:26 +09:00
K. Lange
c6dfe69bba decorations: restore the original font size for decorations 2018-11-30 21:50:42 +09:00
K. Lange
f6700a7c2e readme: new screenshot 2018-11-30 09:54:40 +09:00
K. Lange
d8f91dcfbb bim: fix missing comma 2018-11-30 09:50:25 +09:00
K. Lange
9a43b1257d headers: describe a few library headers better 2018-11-30 09:31:50 +09:00
K. Lange
27b9fe5fd1 beep: help text 2018-11-29 20:56:16 +09:00
K. Lange
7bd41a3157 piano: sustain until space 2018-11-29 20:56:07 +09:00
K. Lange
931d3d3b13 pcspkr: accept -1 and 0 as special lengths 2018-11-29 20:55:30 +09:00
K. Lange
4788ff3cc8 beep: fix some durations 2018-11-29 18:30:59 +09:00
K. Lange
92a06067a2 beep: implement the same API as the standard 'beep' from Linux 2018-11-29 17:33:31 +09:00
K. Lange
367e3afd94 pcspkr: beep duration should be ms not 10ms? 2018-11-29 17:26:55 +09:00
K. Lange
a76e1fab29 markup: remove demo app (ref. help-browser instead) 2018-11-29 13:03:57 +09:00
K. Lange
e2cbd52988 v1.9.1 2018-11-28 21:31:41 +09:00
K. Lange
eaf2f287ac help-browser: add temporary description for package-manager 2018-11-28 21:30:53 +09:00
K. Lange
2aff7e1f2e help-browser: very basic, minimal implementation 2018-11-28 21:11:19 +09:00
K. Lange
ed26eeefcd markup: use subregion for text rendering 2018-11-28 20:40:05 +09:00
K. Lange
6fb381247a graphics: subregions 2018-11-28 20:39:57 +09:00
K. Lange
623b19d865 markup: flowing multiline text demo 2018-11-28 20:15:28 +09:00