Commit Graph

11 Commits

Author SHA1 Message Date
ecfd20dba6
wind: Spawn a new client process after startup
All checks were successful
continuous-integration/drone/pr Build is passing
Also, create the socket after dropping privileges.
2023-08-07 22:54:07 +02:00
7a095d7a67
libui+wind: Move some static variables inside functions 2023-08-07 22:54:05 +02:00
23b0fa3451
wind: Generate random windows on keypresses 2023-08-07 22:54:04 +02:00
e9a27ef29a
wind: Make sure windows have a minimum size to fit the titlebar 2023-08-07 22:54:04 +02:00
db50eb74a4
wind: Render an actual TGA mouse cursor 2023-08-07 22:54:02 +02:00
e8a445fc98
wind: Add a close button to windows using a TGA icon 2023-08-07 22:54:02 +02:00
71754ea7fe
wind: Add window titlebars using ui::Font 2023-08-07 22:54:01 +02:00
06b792109a
wind: Reorder drag sequence 2023-08-07 22:53:58 +02:00
9b8cc476e1
libui+wind: (Draggable) windows 2023-08-07 22:53:55 +02:00
1828a647fa
wind: Create a local server object 2023-08-07 22:53:55 +02:00
90c849a38c
wind: Add a simple display server skeleton using libui
No client functionality yet, but it's a start.
2023-08-07 22:53:53 +02:00