Commit Graph

20 Commits

Author SHA1 Message Date
55e3b6bbf9
wind+libui+taskbar: Add GetScreenRect IPC, non-decorated windows, taskbar 2023-08-16 10:58:33 +02:00
c51ccf6948
ui+wind: Send mouse move events through IPC 2023-08-16 10:58:33 +02:00
574cf1f12b
wind+libui: Add protocol for window close requests 2023-08-16 10:58:33 +02:00
3d7f783894
libos+libui+wind: Use uppercase for static struct IDs to avoid confusion with fields 2023-08-16 10:58:33 +02:00
6a443ffbc2
wind+gclient: Add SetWindowTitle and support shm buffers 2023-08-16 10:58:32 +02:00
f9c8bb3346
wind: Handle CreateWindow IPC messages 2023-08-16 10:58:32 +02:00
9ac6112068
wind: Monitor data on client connections 2023-08-16 10:58:32 +02:00
7739b37b4b
wind: Use init --user and pledge() 2023-08-16 10:58:32 +02:00
282ce0aabb
libos: Remove some shared pointers and change them to owned/live on the stack 2023-08-16 10:58:31 +02:00
81464f94ce
wind: Spawn a new client process after startup
Also, create the socket after dropping privileges.
2023-08-16 10:58:31 +02:00
82dc1e21e6
libui+wind: Move some static variables inside functions 2023-08-16 10:58:31 +02:00
21516eef59
wind: Generate random windows on keypresses 2023-08-16 10:58:31 +02:00
707c0950a0
wind: Make sure windows have a minimum size to fit the titlebar 2023-08-16 10:58:31 +02:00
92c96a0bd8
wind: Render an actual TGA mouse cursor 2023-08-16 10:58:30 +02:00
3081c78edd
wind: Add a close button to windows using a TGA icon 2023-08-16 10:58:30 +02:00
afc2a19c8d
wind: Add window titlebars using ui::Font 2023-08-16 10:58:30 +02:00
e4aa774082
wind: Reorder drag sequence 2023-08-16 10:58:29 +02:00
6485c78428
libui+wind: (Draggable) windows 2023-08-16 10:58:29 +02:00
21271bfcc3
wind: Create a local server object 2023-08-16 10:58:29 +02:00
cd2b8a1ab5
wind: Add a simple display server skeleton using libui
No client functionality yet, but it's a start.
2023-08-16 10:58:28 +02:00