Commit Graph

20 Commits

Author SHA1 Message Date
6b8fe49e5a
wind+libui+taskbar: Add GetScreenRect IPC, non-decorated windows, taskbar 2023-08-17 20:16:37 +02:00
7c8e2d4da7
ui+wind: Send mouse move events through IPC 2023-08-17 20:16:36 +02:00
97994bfe6f
wind+libui: Add protocol for window close requests 2023-08-17 20:16:36 +02:00
e9423f3c39
libos+libui+wind: Use uppercase for static struct IDs to avoid confusion with fields 2023-08-17 20:16:36 +02:00
b728c0d512
wind+gclient: Add SetWindowTitle and support shm buffers 2023-08-17 20:16:36 +02:00
5984151a83
wind: Handle CreateWindow IPC messages 2023-08-17 20:16:35 +02:00
6301138c14
wind: Monitor data on client connections 2023-08-17 20:16:34 +02:00
cd1342bc6a
wind: Use init --user and pledge() 2023-08-17 20:16:34 +02:00
95f9a8ecb8
libos: Remove some shared pointers and change them to owned/live on the stack 2023-08-17 20:16:33 +02:00
95fe212e28
wind: Spawn a new client process after startup
Also, create the socket after dropping privileges.
2023-08-17 20:16:33 +02:00
83f898ff17
libui+wind: Move some static variables inside functions 2023-08-17 20:16:18 +02:00
f885831223
wind: Generate random windows on keypresses 2023-08-17 20:16:18 +02:00
6857d2cd5c
wind: Make sure windows have a minimum size to fit the titlebar 2023-08-17 20:16:18 +02:00
f81f1a59e3
wind: Render an actual TGA mouse cursor 2023-08-17 20:16:17 +02:00
0ba0558585
wind: Add a close button to windows using a TGA icon 2023-08-17 20:16:17 +02:00
c6b4ad6ca1
wind: Add window titlebars using ui::Font 2023-08-17 20:16:16 +02:00
94ecefaac6
wind: Reorder drag sequence 2023-08-17 20:16:16 +02:00
c6369f9132
libui+wind: (Draggable) windows 2023-08-17 20:16:15 +02:00
3546ed6de6
wind: Create a local server object 2023-08-17 20:16:15 +02:00
1fd61f26be
wind: Add a simple display server skeleton using libui
No client functionality yet, but it's a start.
2023-08-17 20:16:14 +02:00