Commit Graph

15 Commits

Author SHA1 Message Date
d535c10061
wind: Fix client references being out-of-date in windows when disconnecting other clients
Classic "keeping a pointer to an element inside a vector after the vector is updated" bug, ah yes.
2023-08-16 20:02:54 +02:00
ed826069e0
wind: Add debug keybind 2023-08-16 16:48:55 +02:00
7b55d594d1
wind+libui+taskbar: Add GetScreenRect IPC, non-decorated windows, taskbar 2023-08-16 14:54:58 +02:00
c430146c8b
wind+libui: Add protocol for window close requests 2023-08-16 14:54:58 +02:00
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
2d6300dd65
wind: Generate random windows on keypresses 2023-08-16 14:54:55 +02:00
d7ffc5f5a0
wind: Add window titlebars using ui::Font 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