Commit Graph

12 Commits

Author SHA1 Message Date
9c0fab2e88
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 17:46:56 +02:00
22d67dca93
wind: Spawn a new client process after startup
Also, create the socket after dropping privileges.
2023-08-08 17:46:56 +02:00
d8ac523141
libui+wind: Move some static variables inside functions 2023-08-08 17:46:55 +02:00
dc920f7399
wind: Generate random windows on keypresses 2023-08-08 17:46:55 +02:00
895303e1cc
wind: Make sure windows have a minimum size to fit the titlebar 2023-08-08 17:46:55 +02:00
e47f0ffd24
wind: Render an actual TGA mouse cursor 2023-08-08 17:46:54 +02:00
14d046df8f
wind: Add a close button to windows using a TGA icon 2023-08-08 17:46:54 +02:00
3794c96668
wind: Add window titlebars using ui::Font 2023-08-08 17:46:53 +02:00
0ada8f2e66
wind: Reorder drag sequence 2023-08-08 17:46:52 +02:00
0ddba5bc3a
libui+wind: (Draggable) windows 2023-08-08 17:46:51 +02:00
9d2abbcb2b
wind: Create a local server object 2023-08-08 17:46:51 +02:00
f1ec4176f0
wind: Add a simple display server skeleton using libui
No client functionality yet, but it's a start.
2023-08-08 17:46:50 +02:00