Commit Graph

18 Commits

Author SHA1 Message Date
3072641362
wind+libui: Add protocol for window close requests 2023-09-05 10:47:02 +02:00
93a5826b5b
libos+libui+wind: Use uppercase for static struct IDs to avoid confusion with fields 2023-09-05 10:47:02 +02:00
344f299bd7
wind+gclient: Add SetWindowTitle and support shm buffers 2023-09-05 10:47:01 +02:00
b39a6f5c00
wind: Handle CreateWindow IPC messages 2023-09-05 10:47:01 +02:00
4d7db20d6f
wind: Monitor data on client connections 2023-09-05 10:47:00 +02:00
a23f0b93d2
wind: Use init --user and pledge() 2023-09-05 10:46:59 +02:00
4dae2c8571
libos: Remove some shared pointers and change them to owned/live on the stack 2023-09-05 10:46:58 +02:00
9a9e9a7efe
wind: Spawn a new client process after startup
Also, create the socket after dropping privileges.
2023-09-05 10:46:58 +02:00
f26ba66801
libui+wind: Move some static variables inside functions 2023-09-05 10:46:57 +02:00
15b5b5cc4d
wind: Generate random windows on keypresses 2023-09-05 10:46:57 +02:00
1281989a8a
wind: Make sure windows have a minimum size to fit the titlebar 2023-09-05 10:46:56 +02:00
3cdc8e818a
wind: Render an actual TGA mouse cursor 2023-09-05 10:46:56 +02:00
d49f59500b
wind: Add a close button to windows using a TGA icon 2023-09-05 10:46:55 +02:00
857d0011b3
wind: Add window titlebars using ui::Font 2023-09-05 10:46:55 +02:00
2dc9236aaf
wind: Reorder drag sequence 2023-09-05 10:46:53 +02:00
54af27ceaa
libui+wind: (Draggable) windows 2023-09-05 10:46:52 +02:00
1fbafe3f3a
wind: Create a local server object 2023-09-05 10:46:51 +02:00
09fab9d96d
wind: Add a simple display server skeleton using libui
No client functionality yet, but it's a start.
2023-09-05 10:46:50 +02:00