Commit Graph

12 Commits

Author SHA1 Message Date
1bd6cf048b
libos: Remove some shared pointers and change them to owned/live on the stack
All checks were successful
continuous-integration/drone/pr Build is passing
2023-08-08 12:51:06 +02:00
2c42b088e0
wind: Spawn a new client process after startup
Also, create the socket after dropping privileges.
2023-08-08 12:51:06 +02:00
41b54610b0
libui+wind: Move some static variables inside functions 2023-08-08 12:51:05 +02:00
a77d698544
wind: Generate random windows on keypresses 2023-08-08 12:51:05 +02:00
2ad53db448
wind: Make sure windows have a minimum size to fit the titlebar 2023-08-08 12:51:05 +02:00
3d3d1aeed5
wind: Render an actual TGA mouse cursor 2023-08-08 12:51:04 +02:00
60385c4614
wind: Add a close button to windows using a TGA icon 2023-08-08 12:51:04 +02:00
a843ef943e
wind: Add window titlebars using ui::Font 2023-08-08 12:51:03 +02:00
d8ba20b23d
wind: Reorder drag sequence 2023-08-08 12:51:02 +02:00
d8150113c5
libui+wind: (Draggable) windows 2023-08-08 12:51:01 +02:00
b48daad58a
wind: Create a local server object 2023-08-08 12:51:01 +02:00
646ccb2854
wind: Add a simple display server skeleton using libui
No client functionality yet, but it's a start.
2023-08-08 12:51:01 +02:00