Commit Graph

5047 Commits

Author SHA1 Message Date
K. Lange
17dfed4cfd kernel: use that new sleep_on_unlocking in ringbuffers 2021-08-16 18:29:08 +09:00
K. Lange
c130197ab8 kernel: fixup lock ordering around process_timeout_sleep 2021-08-16 17:20:28 +09:00
K. Lange
febdb25e95 graphics: faster alpha application... 2021-08-14 15:54:19 +09:00
K. Lange
f794dd6e51 graphics: better approach to transformed blitting 2021-08-14 08:54:04 +09:00
K. Lange
3687793da6 graphics: some improvements to the sprite blitters 2021-08-14 08:29:08 +09:00
K. Lange
c45525d6ca compositor: Fix up float math ordering for better coordinate mapping results 2021-08-12 11:14:37 +09:00
K. Lange
dac240b3c9 compositor: Expand rotated coordinate bounds to handle rounding / truncation errors 2021-08-12 10:55:30 +09:00
K. Lange
77435a0b57 menu: flip after moving 2021-08-12 10:36:58 +09:00
K Lange
55c3a2bafc compositor: support positioning a window relative to another 2021-08-12 09:08:31 +09:00
K. Lange
1304717a6d kuroko: sync with upstream 2021-08-11 15:24:47 +09:00
K. Lange
00731c21e2 yutani-test: must flip once to reveal window 2021-08-11 13:14:40 +09:00
K. Lange
6faf45b4b5 compositor: don't animate regular dropdown menus
No one else does this. We were only doing it because it hid a bug
in the compositor with initial window location, which we've just
fixed in the last commit...
2021-08-11 13:03:33 +09:00
K. Lange
d9a7ca623b compositor: Wait until a flip event is received before revealing windows 2021-08-11 12:58:00 +09:00
K. Lange
c5223f6748 bim: fix argument parsing derp 2021-08-10 18:55:05 +09:00
K. Lange
8d9215284e test: install xhci module 2021-08-08 16:37:46 +09:00
K. Lange
3e509e0db2 ahci: wip module 2021-08-08 16:37:29 +09:00
K. Lange
91efdaa9f7 xhci: convert to module 2021-08-08 16:37:19 +09:00
K. Lange
ced8bcba96 kernel: restore fprintf() for printing to vfs nodes (character devices) 2021-08-08 16:36:57 +09:00
K. Lange
16ae59895c make: 'test' target should use q35 system 2021-08-08 16:36:16 +09:00
K. Lange
e537e5cc25 readme: update 2021-08-05 10:30:41 +09:00
K. Lange
d6697bb36f make: Add a test tool/script 2021-08-04 19:36:36 +09:00
K. Lange
7c7ec4689a xhci: cleanup 2021-08-04 19:35:55 +09:00
K. Lange
82714d4183 xhci: userspace-queryable debug interface 2021-08-01 17:28:52 +09:00
K. Lange
f74a0bff5d toast: Quick Kuroko toast client 2021-07-31 18:40:16 +09:00
K. Lange
5cdec2a98f kuroko: add managed modules to filesystem 2021-07-31 18:40:03 +09:00
K. Lange
f0de4abfb8 toastd: Finish things up, I guess. 2021-07-31 16:10:05 +09:00
K. Lange
6006ab975e util: Resolve bootstrapping issue through bruteforce 2021-07-29 19:56:43 +09:00
K. Lange
49e9e4a556 toastd: initial prototype 2021-07-29 13:04:59 +09:00
K. Lange
8f05cf8554 kuroko: sync with upstream 2021-07-28 20:01:46 +09:00
K. Lange
3c20f010b9 text: spot fix for clipped text shadows 2021-07-27 12:59:33 +09:00
K. Lange
b293e989de markup: Initial work on new marked up text rendering library 2021-07-27 10:53:12 +09:00
K. Lange
d81da78dc0 markup: fix bad malloc 2021-07-27 09:53:06 +09:00
K. Lange
93031098f7 about: accept resize messages 2021-07-27 07:30:54 +09:00
K. Lange
558ec0993e panel: slide the panel up faster on ctrl-f11 2021-07-26 21:05:27 +09:00
K. Lange
a96c7b3f2b panel: cleanup and fix display of window items 2021-07-26 20:55:17 +09:00
K. Lange
fe456850d8 panel: Dynamically size the date widget 2021-07-26 20:24:41 +09:00
K. Lange
37f98c787f panel: improve design of calendar popup 2021-07-26 19:42:56 +09:00
K. Lange
7e06ca8889 dhclient: Try a few times... 2021-07-26 14:39:12 +09:00
K. Lange
817b92837a weather-tool: Handle bad location-data by trying to get it again 2021-07-26 14:29:15 +09:00
K. Lange
65529edfb4 weather-tool: Use lat/lon when querying by guessed location 2021-07-25 21:03:10 +09:00
K. Lange
decf3517c6 panel: try some smarter popup placement 2021-07-25 20:38:33 +09:00
K. Lange
14027e83dc weather-tool: Use a geoip service to get location
Since OpenWeather doesn't provide this with their API,
we query ip-api.com, which has a free geoip location service
and we can even restrict the data pulled in from it so we're
not storing more sensitive data than just a city. Seems to
work okay in Japan, but I'll try it from other locations...
2021-07-25 18:06:59 +09:00
K. Lange
fd7f8f103b weather-tool: remove unused legacy conf file 2021-07-25 17:48:35 +09:00
K. Lange
93aaa045ed kuroko: sync with upstream 2021-07-23 07:28:00 +09:00
K. Lange
8080400b22 kuroko: bind text library in _yutani module 2021-07-22 20:43:01 +09:00
K. Lange
ed73227536 text: Replace bitmap font with a baked version of Deja Vu Sans Mono, mostly for metrics reasons 2021-07-22 17:18:08 +09:00
K. Lange
22a6c0ca3a text: Add some macros so we can more easily swap out the bitmap font 2021-07-22 17:06:43 +09:00
K. Lange
17473a289f splash-log: reset display on resolution change 2021-07-21 05:48:32 +09:00
K. Lange
5636d6e045 text: offset horizontal scanlines slightly to not bleed bottoms of glyphs into next pixel 2021-07-20 09:32:06 +09:00
K. Lange
f57679e0b4 v1.99.3 2021-07-19 20:10:12 +09:00