|
fbfa5328d7
|
wind: Stop tracking windows after they're closed
|
2023-09-16 11:45:51 +02:00 |
|
|
d3cc4d109b
|
wind+libui: Add support for keyboard events
|
2023-09-16 11:45:19 +02:00 |
|
|
05a0d912fa
|
apps: Add basic terminal app
continuous-integration/drone/pr Build is passing
|
2023-09-14 22:51:19 +02:00 |
|
|
b1aab83f63
|
wind: Make sure stdin is always a TTY
|
2023-09-12 22:09:44 +02:00 |
|
|
949b6bb9e5
|
wind: Stop using the removed 'signal' pledge
|
2023-09-12 22:09:44 +02:00 |
|
|
17f6eb898e
|
wind: Show memory usage in debug output
|
2023-09-12 22:09:44 +02:00 |
|
|
41e47c6b5b
|
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-09-12 22:09:43 +02:00 |
|
|
e4dfa418d2
|
wind: Add debug keybind
|
2023-09-12 22:09:43 +02:00 |
|
|
7c01bb2a0d
|
wind+libui+taskbar: Add GetScreenRect IPC, non-decorated windows, taskbar
|
2023-09-12 22:09:43 +02:00 |
|
|
04626e189f
|
wind+libui: Add protocol for window close requests
|
2023-09-12 22:09:42 +02:00 |
|
|
ed572a86c6
|
wind+gclient: Add SetWindowTitle and support shm buffers
|
2023-09-12 22:09:42 +02:00 |
|
|
e08667b2d5
|
wind: Handle CreateWindow IPC messages
|
2023-09-12 22:09:42 +02:00 |
|
|
8daa2e7b6f
|
wind: Monitor data on client connections
|
2023-09-12 22:09:41 +02:00 |
|
|
f0876f4e3f
|
wind: Use init --user and pledge()
|
2023-09-12 22:09:41 +02:00 |
|
|
9354a87739
|
libos: Remove some shared pointers and change them to owned/live on the stack
|
2023-09-12 22:09:41 +02:00 |
|
|
d7fd0e716c
|
wind: Spawn a new client process after startup
Also, create the socket after dropping privileges.
|
2023-09-12 22:09:41 +02:00 |
|
|
cb35de2d8a
|
wind: Generate random windows on keypresses
|
2023-09-12 22:09:40 +02:00 |
|
|
18e255da39
|
wind: Add window titlebars using ui::Font
|
2023-09-12 22:09:39 +02:00 |
|
|
821d9ed2f0
|
libui+wind: (Draggable) windows
|
2023-09-12 22:09:38 +02:00 |
|
|
9ec4d1c971
|
wind: Create a local server object
|
2023-09-12 22:09:38 +02:00 |
|
|
f1533d4f9a
|
wind: Add a simple display server skeleton using libui
No client functionality yet, but it's a start.
|
2023-09-12 22:09:38 +02:00 |
|