Commit Graph

4471 Commits

Author SHA1 Message Date
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
K. Lange
29c78bb789 tmpfs: refuse to make empty directories 2018-11-28 15:39:15 +09:00
K. Lange
fdda0132c8 kernel: implement O_DIRECTORY 2018-11-28 14:51:35 +09:00
K. Lange
5e97b32e21 package-manager: visual improvements 2018-11-28 14:32:20 +09:00
K. Lange
aca47b862b toggle-relative-mouse: add query option 'get' 2018-11-27 20:40:46 +09:00
K. Lange
7e57d22c2a file-browser: pid file 2018-11-27 20:27:01 +09:00
K. Lange
c0229ae597 add (bad) chown 2018-11-27 20:26:33 +09:00
K. Lange
eff00f21c4 libc: fix strncpy - must set nil bytes 2018-11-27 18:41:50 +09:00
K. Lange
522cda0456 esh: msk tab completion (incl. package names) 2018-11-27 16:04:47 +09:00
K. Lange
3d1f2cfcc3 msk: fix bad version comparison function 2018-11-26 19:28:23 +09:00
K. Lange
aab3bdcbda package-manager: fix incorrect icon advertisement 2018-11-26 19:02:28 +09:00
K. Lange
d022d17e2d libc: define alarm in unistd.h 2018-11-26 18:47:46 +09:00
K. Lange
78639c5316 readme: this is 1.9.x 2018-11-26 11:14:35 +09:00
K. Lange
5d297f3fcb du: fixes and -c 2018-11-25 23:04:30 +09:00
K. Lange
8616949734 du: size should align left 2018-11-25 15:31:04 +09:00
K. Lange
09021b60b4 add du (not block based) 2018-11-25 15:15:23 +09:00
K. Lange
fd8f7cec0d stat: handle multiple arguments 2018-11-25 12:57:58 +09:00
K. Lange
7c8a98e957 libc: stat/lstat must return -1 on error 2018-11-25 12:50:42 +09:00
K. Lange
8d57dafc08 file-browser: more menus 2018-11-25 12:32:30 +09:00
K. Lange
027be4915e file-browser: minimum window size to avoid issues 2018-11-24 22:38:39 +09:00
K. Lange
e37ad79288 file-browser: read-only address bar 2018-11-24 22:23:12 +09:00
K. Lange
a6a5bc60f5 graphics: vertical gradient pattern in graphics lib 2018-11-24 22:22:55 +09:00
K. Lange
626800f26c sdf: fix some bold kernings 2018-11-24 21:47:20 +09:00
K. Lange
e9c4accd6e file-browser: disable buttons in toolbar as appropriate 2018-11-24 14:11:17 +09:00
K. Lange
3dc166607d button: allow for disabled buttons 2018-11-24 14:10:49 +09:00
K. Lange
6ddeeb27ce file-browser: experimental toolbar 2018-11-24 13:58:46 +09:00
K. Lange
e8fad60a10 button: icon buttons should also shift when pressed 2018-11-24 13:22:31 +09:00
K. Lange
8c2ba2641e button: fix rendering issue and support icons buttons 2018-11-24 13:18:57 +09:00
K. Lange
1e786f6ea8 kernel: stat should throw ENOENT 2018-11-23 17:21:10 +09:00
K. Lange
d5386f459e bim: this is 1.1.6 2018-11-23 15:54:25 +09:00
K. Lange
ba8a2bf1a9 graphics: try for some optimizations 2018-11-23 15:32:51 +09:00
K. Lange
a97c3ab361 ata: fixup read/write on big disks 2018-11-23 12:34:23 +09:00
K. Lange
99df9229bb msk: use a new repo source for 1.9.x due to incompatible kernel headers 2018-11-23 10:42:00 +09:00
K. Lange
eeff7d7db9 libc: fix silly comparison mistake in scanf 2018-11-23 10:41:45 +09:00
K. Lange
de7463d141 kernel: 64-bit offsets for VFS 2018-11-23 09:56:44 +09:00
K. Lange
e7616e7da2 mkdisk.sh: smaller divisor for fat size
TODO: Replace mtools/mkfs.fat with our own tool that can create perfectly sized FATs.
2018-11-22 21:54:59 +09:00
K. Lange
e538c5aa57 package-manager: fancy selection background gradient from menus 2018-11-22 21:54:39 +09:00
K. Lange
732a6e200a file-browser, package-manager: focus stuff 2018-11-22 18:34:58 +09:00
K. Lange
6d11bee6a8 file-browser: take some highlighting hints from Nautilus 2018-11-22 18:23:25 +09:00
K. Lange
cc3aa63a7b kernel: handle O_EXCL... correctly... 2018-11-22 16:50:21 +09:00
K. Lange
a663722b34 kernel: handle O_EXCL 2018-11-22 16:35:18 +09:00
K. Lange
a2f7396e26 kernel: fixup more open permission things 2018-11-22 16:27:20 +09:00
K. Lange
41b5e640bf libc: add mkstemp 2018-11-22 16:27:07 +09:00
K. Lange
4b72785663 kernel: refuse to open directories in certain cases 2018-11-22 16:11:05 +09:00
K. Lange
437b894160 fetch: pedantic asshattery 2018-11-22 13:20:23 +09:00
K. Lange
11231ef206 package-manager: refresh manifest on startup if missing 2018-11-22 12:59:22 +09:00
K. Lange
7f458766d7 sdf: adjust some kernings 2018-11-22 12:08:48 +09:00