Commit Graph

4689 Commits

Author SHA1 Message Date
K. Lange
95b87270a8 linker: we don't use the section string table, so don't load it 2019-02-12 15:42:04 +09:00
K. Lange
1ff5347405 kernel: move PCI device names out of kernel, into lspci 2019-02-11 12:55:24 +09:00
K. Lange
2261a79b8b linker: hey let's load init_array from the dynamic table instead of looking for the section by name... 2019-02-07 21:25:25 +09:00
K. Lange
33866f7623 lspci: ignore blank lines 2019-02-04 17:48:17 +09:00
K. Lange
8e190f584d v1.10.8 2019-01-21 21:53:19 +09:00
K. Lange
10406545a5 stty: order was backwards for size... 2019-01-14 20:32:16 +09:00
K. Lange
c4e0562753 stty: report bad args; add 'size'; 2019-01-14 17:31:47 +09:00
K. Lange
a33b67c5a1 ext: update cairo compositor backend for new animations 2019-01-12 21:00:49 +09:00
K. Lange
52000de0da add cal 2019-01-12 20:44:39 +09:00
K. Lange
059a2dbbd8 libc: fix mktime 2019-01-12 20:44:25 +09:00
K. Lange
6748a76146 yutani: add new animation for dialogs (inspired by gnome shell) 2019-01-12 20:09:49 +09:00
K. Lange
e59526cf0c tutorial: there's no real reason to not have a maximize button on that 2019-01-12 17:04:01 +09:00
K. Lange
3077e0d2b8 file-browser: identify Python scripts 2019-01-12 14:07:20 +09:00
K. Lange
95e6706fed tutorial: enter should advance page, not exit 2019-01-12 13:57:32 +09:00
K. Lange
d6f13f56f3 v1.10.7 2019-01-11 20:57:17 +09:00
K. Lange
6029f4da9b add tutorial (recreation of wizard.py) 2019-01-11 20:54:27 +09:00
K. Lange
7ff948770c sdf: kerning on bold ' 2019-01-11 20:39:54 +09:00
K. Lange
914fbcce04 meta: readme updates 2019-01-10 10:30:41 +09:00
K. Lange
c4ffc28b1f menu: smarter context menu spawning 2019-01-07 14:04:55 +09:00
K. Lange
e3a966232d rline: fix backspace in legacy line editor 2019-01-05 23:21:44 +09:00
K. Lange
3a28814db9 file-browser: adjust context menu position on right side of screen 2019-01-05 16:30:07 +09:00
K. Lange
256a719fba file-browser: show error dialogs when unable to open directory 2019-01-03 20:21:57 +09:00
K. Lange
0095f8a2ee libc: opendir should not set errno, it's set by open 2019-01-03 20:21:32 +09:00
K. Lange
8680381ecc graphics: basic tga loading support so we can see our own screenshots 2019-01-03 19:36:33 +09:00
K. Lange
07c02fb4a4 file-browser: add drop shadow to status bar text 2019-01-03 19:36:29 +09:00
K. Lange
8cbfbfb5f6 file-browser: adjust text position in status bar 2019-01-03 18:48:49 +09:00
K. Lange
2600a37fdb file-browser: status bar design improvements 2019-01-03 18:00:56 +09:00
K. Lange
d2e40a3d0d yutani: missing clip region recalculation in reinit 2019-01-03 18:00:46 +09:00
K. Lange
df858675d8 file-browser: basic status bar implementation 2019-01-03 15:46:37 +09:00
K. Lange
e1e396f413 ld.so: more debug output 2019-01-02 21:40:27 +09:00
K. Lange
46bd789df1 esh: fix redirects for shell functions? 2019-01-02 21:33:11 +09:00
K. Lange
c09a84c686 esh: basic support for redirecting stderr 2019-01-02 21:24:05 +09:00
K. Lange
352bef7882 jpeg: fix bad rounding of image sizes to 8x8 cells 2019-01-02 19:48:02 +09:00
K. Lange
351d5d38f2 meta: let's bump some years 2019-01-02 19:12:47 +09:00
K. Lange
1ed503d24a meta: update README 2019-01-02 16:34:27 +09:00
K. Lange
14626a291a boot: update description for 'Writable Root' 2018-12-28 18:48:00 +09:00
K. Lange
96fe218d2f ata: apply same change for atapi 2018-12-28 09:49:58 +09:00
K. Lange
1bc4018e27 kernel: store text addr for modules for debug purposes 2018-12-28 09:37:53 +09:00
K. Lange
d922943547 ata: fix disk size and small reads 2018-12-28 09:37:17 +09:00
K. Lange
a17d73cc25 v1.10.6 2018-12-27 21:47:09 +09:00
K. Lange
57a9d94a5c base: ship a bochsrc.txt in /opt 2018-12-27 21:45:01 +09:00
K. Lange
2592b9a7d1 compositor: fix missing button status when warping cursor 2018-12-27 21:16:17 +09:00
K. Lange
c867f6e84b sudo: need to actually *write* to file to update mtime - this is possibly a kernel issue 2018-12-27 21:16:02 +09:00
K. Lange
c87a195ffe kernel: fix mkdir -p 2018-12-27 21:15:47 +09:00
K. Lange
6d12735370 libc: fix parse mistake in strtoul 2018-12-27 21:15:36 +09:00
K. Lange
cf073fa36f ata: provide /dev/cdrom* as o=r 2018-12-27 21:15:23 +09:00
K. Lange
7401c1000d file-browser: oops, fix ^W 2018-12-27 13:10:11 +09:00
K. Lange
68fff6785c file-browser: better text input 2018-12-27 13:01:12 +09:00
K. Lange
68dea41b97 v1.10.5 2018-12-26 23:33:07 +09:00
K. Lange
08576160f3 graphics: fix box blur to work with strides 2018-12-26 21:30:11 +09:00