Commit Graph

17 Commits

Author SHA1 Message Date
c99c2e4fe3
libos+libui+wind: Use uppercase for static struct IDs to avoid confusion with fields 2023-08-15 10:28:11 +02:00
60f9c0e5a3
wind+gclient: Add SetWindowTitle and support shm buffers
Some checks failed
continuous-integration/drone/pr Build is failing
2023-08-14 20:08:05 +02:00
4bcea9b141
wind: Handle CreateWindow IPC messages 2023-08-14 18:15:29 +02:00
2c2c6fbc2d
wind: Monitor data on client connections 2023-08-14 13:24:26 +02:00
c0ca99bc7c
wind: Use init --user and pledge()
Some checks failed
continuous-integration/drone/pr Build is failing
2023-08-14 11:08:52 +02:00
0f46868cce
libos: Remove some shared pointers and change them to owned/live on the stack 2023-08-14 11:08:51 +02:00
b53df986ca
wind: Spawn a new client process after startup
Also, create the socket after dropping privileges.
2023-08-14 11:08:51 +02:00
c49b8e48f4
libui+wind: Move some static variables inside functions 2023-08-14 11:08:50 +02:00
853d0421a0
wind: Generate random windows on keypresses 2023-08-14 11:08:50 +02:00
2ed9e1aa93
wind: Make sure windows have a minimum size to fit the titlebar 2023-08-14 11:08:50 +02:00
02ecdd65eb
wind: Render an actual TGA mouse cursor 2023-08-14 11:08:49 +02:00
8d97a83acf
wind: Add a close button to windows using a TGA icon 2023-08-14 11:08:48 +02:00
2533d39bd4
wind: Add window titlebars using ui::Font 2023-08-14 11:08:48 +02:00
7ed2bc83fe
wind: Reorder drag sequence 2023-08-14 11:08:47 +02:00
2f28ecd027
libui+wind: (Draggable) windows 2023-08-14 11:08:46 +02:00
fb5fdfc290
wind: Create a local server object 2023-08-14 11:08:46 +02:00
eba68703b2
wind: Add a simple display server skeleton using libui
No client functionality yet, but it's a start.
2023-08-14 11:08:45 +02:00