Commit Graph

20 Commits

Author SHA1 Message Date
0ad2b33f5d
wind+libui+taskbar: Add GetScreenRect IPC, non-decorated windows, taskbar 2023-08-16 09:23:39 +02:00
500a80a7f7
ui+wind: Send mouse move events through IPC 2023-08-16 09:23:38 +02:00
d1046e35a1
wind+libui: Add protocol for window close requests 2023-08-16 09:23:38 +02:00
c7abee3fb6
libos+libui+wind: Use uppercase for static struct IDs to avoid confusion with fields 2023-08-16 09:23:37 +02:00
6855067b21
wind+gclient: Add SetWindowTitle and support shm buffers 2023-08-16 09:23:37 +02:00
ed57e4eeaf
wind: Handle CreateWindow IPC messages 2023-08-16 09:23:36 +02:00
2ae5fcd318
wind: Monitor data on client connections 2023-08-16 09:23:34 +02:00
25e03e4816
wind: Use init --user and pledge() 2023-08-16 09:23:33 +02:00
ef0ae8eef1
libos: Remove some shared pointers and change them to owned/live on the stack 2023-08-16 09:23:32 +02:00
e6c3ffcdf7
wind: Spawn a new client process after startup
Also, create the socket after dropping privileges.
2023-08-16 09:23:32 +02:00
8bf519b6ac
libui+wind: Move some static variables inside functions 2023-08-16 09:23:30 +02:00
5668fd068e
wind: Generate random windows on keypresses 2023-08-16 09:23:29 +02:00
877b201496
wind: Make sure windows have a minimum size to fit the titlebar 2023-08-16 09:23:29 +02:00
eb94a3d6b6
wind: Render an actual TGA mouse cursor 2023-08-16 09:23:28 +02:00
31caf10c98
wind: Add a close button to windows using a TGA icon 2023-08-16 09:23:27 +02:00
a5a296e2b6
wind: Add window titlebars using ui::Font 2023-08-16 09:23:26 +02:00
9e0704d920
wind: Reorder drag sequence 2023-08-16 09:23:24 +02:00
7683040fe8
libui+wind: (Draggable) windows 2023-08-16 09:23:22 +02:00
845912dd49
wind: Create a local server object 2023-08-16 09:23:21 +02:00
2a331564af
wind: Add a simple display server skeleton using libui
No client functionality yet, but it's a start.
2023-08-16 09:23:20 +02:00