Commit Graph

12 Commits

Author SHA1 Message Date
d896101268
libos: Remove some shared pointers and change them to owned/live on the stack
Some checks failed
continuous-integration/drone/pr Build is failing
2023-08-14 10:53:21 +02:00
ea25d823e5
wind: Spawn a new client process after startup
Also, create the socket after dropping privileges.
2023-08-14 10:53:21 +02:00
4bc1530425
libui+wind: Move some static variables inside functions 2023-08-14 10:53:20 +02:00
40b0f8c6ec
wind: Generate random windows on keypresses 2023-08-14 10:53:20 +02:00
47c358555d
wind: Make sure windows have a minimum size to fit the titlebar 2023-08-14 10:53:19 +02:00
0c2e9551ca
wind: Render an actual TGA mouse cursor 2023-08-14 10:53:19 +02:00
9fd5d0b874
wind: Add a close button to windows using a TGA icon 2023-08-14 10:53:18 +02:00
0a630af250
wind: Add window titlebars using ui::Font 2023-08-14 10:53:18 +02:00
9aad63474b
wind: Reorder drag sequence 2023-08-14 10:53:17 +02:00
871d8cce52
libui+wind: (Draggable) windows 2023-08-14 10:53:15 +02:00
6b32af81f7
wind: Create a local server object 2023-08-14 10:53:15 +02:00
dd9f8afd5b
wind: Add a simple display server skeleton using libui
No client functionality yet, but it's a start.
2023-08-14 10:52:59 +02:00