Commit Graph

655 Commits

Author SHA1 Message Date
K. Lange
5dd763780a Unify list, tree, hashmap implementations with userspace/kernel 2018-04-24 19:28:50 +09:00
K. Lange
1006c865a9 Add missing break; in new compositor method 2018-04-24 15:28:55 +09:00
K. Lange
f7f6c6ffe8 Strip unused features from background; no terminal at startup 2018-04-24 09:27:36 +09:00
K. Lange
7b7f2f416c Tweaks to how julia renders 2018-04-23 21:20:22 +09:00
K. Lange
1d17758bc5 README updates 2018-04-23 08:30:05 +09:00
K. Lange
017d715de1 Replace PCI ID Database with our own slimmed down version 2018-04-21 23:09:19 +09:00
K. Lange
e145072d11 et al. 2018-04-21 22:52:34 +09:00
K. Lange
2fce9fa351 Just do some weird shit 2018-04-21 22:50:30 +09:00
K. Lange
fc1837958c Missed some fill-in-the-blanks 2018-04-21 22:39:27 +09:00
K. Lange
0fb9d86f45 Try reformatting 2018-04-21 22:38:24 +09:00
K. Lange
fe71cc89f8 README updates 2018-04-21 22:34:15 +09:00
K. Lange
d0c61fca68 Add that mysteriously missing LICENSE file 2018-04-21 22:24:37 +09:00
K. Lange
3b69421dfe fix implicity def for memcpy in qsort 2018-04-21 22:08:04 +09:00
K. Lange
3552b72cdc Remove guassian blur (third-party code) 2018-04-21 21:50:59 +09:00
K. Lange
26ecd72dab Add super dumb qsort 2018-04-21 21:34:05 +09:00
K. Lange
a69da36fe3 About dialog 2018-04-21 20:55:23 +09:00
K. Lange
0b2b0dc299 Kerning adjustments 2018-04-21 20:55:19 +09:00
K. Lange
07fd0519dd Add text back to the simple decoration theme using SDF 2018-04-21 20:15:30 +09:00
K. Lange
003dbca449 When auto-dep changes, rebuild everything that uses it 2018-04-21 20:14:42 +09:00
K. Lange
51121d00fb When debug is enabled at boot, enable logtoserial=3 2018-04-21 20:14:26 +09:00
K. Lange
96e3db9089 Lock on creating caches so we work better across threads 2018-04-21 20:14:11 +09:00
K. Lange
e9d193b4cc Don't drop window when dragged to maximize; alt-f10 should unmaximize too 2018-04-21 19:44:57 +09:00
K. Lange
f6e52dc615 Restore unmaximized windows to their previous location 2018-04-21 19:28:37 +09:00
K. Lange
556ff8e343 Add maximize as an action
- Remove the deprecated timer request API.
- Add a new "Special Request" API for things like "maximize" / "minimize"
  etc. that takes an optional window ID. Expects no response, useful for
  one-off triggers like this.
- Add maximize button to fancy decoration theme and general support in
  decoration library.
2018-04-21 19:24:55 +09:00
K. Lange
03fdbc6d26 WIP menu library (as an app here) 2018-04-21 17:26:38 +09:00
K. Lange
f9196a3181 Cache scaled SDF mipmaps for faster rendering 2018-04-21 17:24:55 +09:00
K. Lange
629a4f373f text passed to sdf should be const 2018-04-21 16:28:57 +09:00
K. Lange
64f2fa083e Why are we not premultiplying our ARGB bitmaps... 2018-04-21 16:28:38 +09:00
K. Lange
48267d0c8d panel doesn't need drawstring, avoid linking it 2018-04-21 15:04:46 +09:00
K. Lange
168308cead Enable plan9 extensions (anonymous struct members...) 2018-04-21 15:04:10 +09:00
K. Lange
3866b49d3b Use a larger font on the menus 2018-04-20 22:18:06 +09:00
K. Lange
f1fbe269fa Use the right icons in the menu 2018-04-20 20:59:56 +09:00
K. Lange
eb18c8f7a5 Panel and menubar improvements 2018-04-20 20:48:01 +09:00
K. Lange
5df31fcff7 Fixed typo + incorrect reference to a utility method we don't have 2018-04-20 14:21:04 +09:00
K. Lange
6fab8bd069 Fix bad click detection in panel app menu 2018-04-19 16:55:16 +09:00
K. Lange
4985c204fa Update screenshot 2018-04-19 11:37:20 +09:00
K. Lange
7f99f2fbc4 Avoid creating / including generated makefiles when cleaning 2018-04-18 21:39:27 +09:00
K. Lange
726d11f653 network status widget 2018-04-18 19:24:53 +09:00
K. Lange
58e0184bb2 I should stop individually comitting these 2018-04-18 18:35:56 +09:00
K. Lange
c5466a4d2a Adjust panel weekday format 2018-04-18 18:22:59 +09:00
K. Lange
04901894ae better kerning on '.' 2018-04-18 18:17:28 +09:00
K. Lange
091f35f2e2 More text adjustment 2018-04-18 18:14:28 +09:00
K. Lange
2b4b4a771b More kerning adjustments 2018-04-18 18:09:44 +09:00
K. Lange
5aead12a89 Support multiple fonts 2018-04-18 18:05:19 +09:00
K. Lange
93b57bea2c More kerning adjustments 2018-04-18 15:19:34 +09:00
K. Lange
d362110648 Avoid awkward clipping by always overrunning a bit 2018-04-18 15:17:36 +09:00
K. Lange
636a3b1693 Fix up some kerning, use this in the panel 2018-04-18 15:15:11 +09:00
K. Lange
a8ddac6ff2 use SDF in decorations 2018-04-18 14:53:04 +09:00
K. Lange
2b3c21be22 lib improvements 2018-04-18 14:36:28 +09:00
K. Lange
4ebeee76db wip sdf font renderer 2018-04-18 13:27:37 +09:00