K. Lange
9e018d2932
readelf: GNU-style options
2021-08-28 15:29:18 +09:00
K. Lange
4d68b0bc4a
text: bring back shm-stored fonts provided by compositor
2021-08-28 14:50:52 +09:00
K. Lange
1aa0b9eb2b
color-picker: New widget demo
2021-08-25 18:52:37 +09:00
K. Lange
482b55e206
compositor: drop support for replacement renderers
2021-08-23 19:31:45 +09:00
K Lange
5f043486c3
compositor: Unthread the render pass
2021-08-23 19:13:10 +09:00
K. Lange
b216e05f74
dhclient: don't segfault on RO filesystem trying to write resolv.conf
2021-08-21 08:04:25 +09:00
K Lange
e4fd48a007
menu: Really, seriously don't show menus before moving them
2021-08-19 00:13:03 +09:00
K Lange
e171d91af7
bim: fix accidental wraparound when scrolling to '-1'
2021-08-16 20:22:40 +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
55c3a2bafc
compositor: support positioning a window relative to another
2021-08-12 09:08:31 +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
f74a0bff5d
toast: Quick Kuroko toast client
2021-07-31 18:40:16 +09:00
K. Lange
f0de4abfb8
toastd: Finish things up, I guess.
2021-07-31 16:10:05 +09:00
K. Lange
49e9e4a556
toastd: initial prototype
2021-07-29 13:04:59 +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
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
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
a100df9679
splash-log: handle display mode change
2021-07-19 19:43:57 +09:00
K. Lange
670978932c
text: read fonts with short glyf table offsets
2021-07-19 18:38:19 +09:00
K. Lange
d824a97fea
tutorial: remove reference to old irc network
2021-07-19 14:55:10 +09:00
K. Lange
f087b63431
panel: And improve the popup while we're at it
2021-07-19 14:43:02 +09:00
K. Lange
be1976964d
panel: And make more room for long month names
2021-07-19 14:18:33 +09:00
K. Lange
8999c066cb
panel: Use full month name in date widget
2021-07-19 14:12:57 +09:00
K. Lange
0b83e2b6d8
compositor: stop dragging windows on esc
2021-07-19 11:42:01 +09:00
K. Lange
236c8bacb3
modules: Reimplement loadable kernel modules
2021-07-17 18:55:54 +09:00
K. Lange
a7d3c93bdf
file-browser: fix inner radius of focused text input box
2021-07-16 11:33:27 +09:00
K. Lange
4a2fa62b6a
terminal: fix text width for DejaVu Sans Mono
2021-07-16 11:33:11 +09:00
K. Lange
848d156622
imgviewer: include filename in window title
2021-07-15 09:41:06 +09:00
K. Lange
357fd05273
font-preview: Include font name in window title
2021-07-15 09:37:04 +09:00
K. Lange
e154c0d5a1
file-browser: add a few more keyboard shortcuts
2021-07-14 20:28:21 +09:00
K. Lange
6a7dee791b
file-browser: realign and blink the cursor in the input box
2021-07-14 20:04:29 +09:00
K. Lange
a0938b51fd
base: minor cleanup of /usr/share
2021-07-14 19:26:29 +09:00
K. Lange
4b849fd884
lspci: Add more device descriptions from my ThinkPad
2021-07-14 19:11:43 +09:00
K. Lange
8e4640e1d7
xhci: start on controller driver
2021-07-14 10:44:46 +09:00
K. Lange
bc6e04b958
compositor: Avoid more transformations.
2021-07-13 20:19:30 +09:00
K. Lange
22208034e8
compositor: avoid transformations if we're just transparent
2021-07-13 20:08:20 +09:00
K. Lange
b4f4edb614
graphics: Add affine transformations for sprites
2021-07-13 19:21:33 +09:00
K. Lange
a39a0bba06
compositor: take screenshots on print screen key
2021-07-13 11:00:30 +09:00
K. Lange
d4ff4244cf
kbd: stop sending empty events to clients
2021-07-13 08:32:09 +09:00
K. Lange
70e6bb79f3
file-browser: stretch columns to fit
2021-07-08 16:16:51 +09:00
K. Lange
14de7e9c78
menu: Rudimentary checkbox menu entries
2021-07-08 13:05:03 +09:00
K Lange
bb28f3db29
tutorial: width/height should be minus decorations
2021-07-07 14:47:40 +09:00
K. Lange
573cd7cc96
terminal: Implement some quick and dirty font fallback support
2021-07-07 20:34:17 +09:00
K. Lange
76c6d83b9d
font-preview: Override preview text with argv[2]
2021-07-07 20:22:08 +09:00
K. Lange
ff7ffcb05b
package-manager: update 'about' text
2021-07-07 17:14:17 +09:00
K. Lange
2a9ea1567d
file-browser: Recognize more file types by extension
2021-07-07 17:14:05 +09:00
K. Lange
44c4b03a15
file-browser: Set the default view mode to TILES
2021-07-07 14:13:49 +09:00
K. Lange
280cfa1402
panel: adjust size of 'Applications', clock
2021-07-06 21:14:28 +09:00
K. Lange
7b902c26fe
font-preview: tool for viewing TrueType fonts
2021-07-06 19:43:09 +09:00
K. Lange
b898bdbd1c
terminal: fixup scroll damage rects
2021-07-06 16:05:52 +09:00
K. Lange
02b9a5233a
text: purge the SDF renderer, RIP
2021-07-06 13:22:59 +09:00
K. Lange
9a34ba2e44
text: shadowed text, port file-browser
2021-07-06 12:46:31 +09:00
K. Lange
f67b5425dd
text: Switch several apps/libs to new text library
2021-07-06 09:39:52 +09:00
K. Lange
18f46976f8
text: Introduce new TrueType implementation
2021-07-06 00:36:46 +09:00
K. Lange
78c1c17307
polygons: cleanup
2021-06-27 19:42:23 +09:00
K. Lange
72d8f36bfd
polygons: rasterizer demo
2021-06-27 15:03:32 +09:00
K. Lange
e60de1aed3
yutani: pointing hand cursor
2021-06-24 19:49:24 +09:00
K. Lange
a174aa1b66
panel: show logout dialog in a thread (temporary)
2021-06-23 22:44:44 +09:00
K. Lange
c4c5cd163f
bim: sync with upstream
2021-06-23 22:19:26 +09:00
K. Lange
3b5924cc17
yutani: new grabby hand cursor
2021-06-23 22:13:47 +09:00
K. Lange
46511a75d0
panel: experiments with a new design
2021-06-23 21:19:16 +09:00
K. Lange
a96e43d1e0
lspci: add qemu's e1000e model
2021-06-23 09:31:23 +09:00
K. Lange
0a00c8944f
msk: accept https: remotes
2021-06-19 15:54:20 +09:00
K. Lange
c8c5ab1db8
fetch: parse port like we do in fetch-tls
2021-06-19 15:36:43 +09:00
K. Lange
d8dc85e507
net: don't duplicate struct layout in e1000 device object
2021-06-18 15:20:22 +09:00
K Lange
4b54f497d9
msk: handle failures in 'fetch' when retrieving packages
2021-06-17 22:14:25 +09:00
K. Lange
c7821cf30e
fetch: switch forced progress updates back off
2021-06-17 08:33:55 +09:00
K. Lange
1467ec050e
net: various improvements to still terrible network stack
2021-06-16 23:14:58 +09:00
K. Lange
e3d0126829
irc: switch to sockets
2021-06-15 19:20:04 +09:00
K. Lange
453cef8901
panel: re-enable weather widget
2021-06-15 17:17:03 +09:00
K. Lange
df9a113237
base: add removed shell scripts from /bin
2021-06-15 16:47:07 +09:00
K. Lange
82859a82e1
net: cleanup
2021-06-14 15:04:05 +09:00
K. Lange
fdc1f653d6
net: more tcp; timeout nameserver lookups
2021-06-14 15:00:46 +09:00
K. Lange
4d8ee9840a
net: hacked up udp stuff, dns resolver
2021-06-14 14:18:23 +09:00
K. Lange
f187a5c85f
splash-log: restore vga text output
2021-06-14 12:14:55 +09:00
K. Lange
f1efda9e2a
net: respond to pings?
2021-06-10 20:48:48 +09:00
K. Lange
394e4e3e0c
net: more cleanup
2021-06-10 20:20:55 +09:00
K. Lange
8531fe709e
terminal-vga: recover vga text mode operation
2021-06-10 09:35:48 +09:00
K. Lange
081ac1c160
net: add arp?
2021-06-09 19:41:35 +09:00
K. Lange
edc06e5f0c
net: initial raw socket implementation
2021-06-09 08:23:34 +09:00
K Lange
153d34e3ac
splash-log: Keep primary messages on screen
2021-06-07 22:00:20 +09:00
K. Lange
0f837c312e
net: fixups for dhclient, multiple nics
2021-06-07 19:12:02 +09:00
K Lange
a0140f557b
net: more interface properties
2021-06-07 04:57:45 +09:00
K. Lange
66ff044897
net: add netmask, examine more stuff from DHCP
2021-06-06 22:01:15 +09:00