Commit Graph

16 Commits

Author SHA1 Message Date
c3c1ce150e
wind+gclient: Add SetWindowTitle and support shm buffers 2023-08-16 14:54:57 +02:00
537923a5bc
wind: Handle CreateWindow IPC messages 2023-08-16 14:54:57 +02:00
0a3df694c1
wind: Monitor data on client connections 2023-08-16 14:54:57 +02:00
a4fde43d4f
wind: Use init --user and pledge() 2023-08-16 14:54:56 +02:00
6bb7707e8d
libos: Remove some shared pointers and change them to owned/live on the stack 2023-08-16 14:54:56 +02:00
9f4a6639fc
wind: Spawn a new client process after startup
Also, create the socket after dropping privileges.
2023-08-16 14:54:55 +02:00
88c09edf53
libui+wind: Move some static variables inside functions 2023-08-16 14:54:55 +02:00
2d6300dd65
wind: Generate random windows on keypresses 2023-08-16 14:54:55 +02:00
8cd8896a87
wind: Make sure windows have a minimum size to fit the titlebar 2023-08-16 14:54:55 +02:00
bdfa05a398
wind: Render an actual TGA mouse cursor 2023-08-16 14:54:54 +02:00
42c398615a
wind: Add a close button to windows using a TGA icon 2023-08-16 14:54:54 +02:00
d7ffc5f5a0
wind: Add window titlebars using ui::Font 2023-08-16 14:54:53 +02:00
0b3aac37c8
wind: Reorder drag sequence 2023-08-16 14:54:53 +02:00
e57a3ae23c
libui+wind: (Draggable) windows 2023-08-16 14:54:52 +02:00
2f37877644
wind: Create a local server object 2023-08-16 14:54:52 +02:00
3ac925a2d3
wind: Add a simple display server skeleton using libui
No client functionality yet, but it's a start.
2023-08-16 14:54:51 +02:00