|
f34dd56375
|
wind+libui: Implement client side decorations
|
2023-12-27 12:56:40 +01:00 |
|
|
73a7d4f2a1
|
wind+libui: Run wind as a separate user
continuous-integration/drone/push Build is passing
|
2023-11-22 21:31:08 +01:00 |
|
|
c323a812a5
|
kernel+libc+terminal+wind: Add support for POSIX sessions
continuous-integration/drone/push Build is passing
Fixes #42.
|
2023-10-14 20:41:34 +02:00 |
|
|
9a9c7e577a
|
wind+libui+taskbar: Add various window types and never focus the taskbar
continuous-integration/drone/push Build is passing
|
2023-09-27 18:14:32 +02:00 |
|
|
36fad85396
|
kernel+init+preinit+wind: Remove the kernel TTY and support only userspace terminals
continuous-integration/drone/push Build is passing
Still allow printing text to the console, but without text input or ANSI escape fancy stuff.
|
2023-09-21 19:31:54 +02:00 |
|
|
ab738772b9
|
wind: Stop tracking windows after they're closed
|
2023-09-20 07:05:59 +02:00 |
|
|
e2a1cb0d34
|
wind+libui: Add support for keyboard events
|
2023-09-20 07:05:59 +02:00 |
|
|
835c39bc47
|
apps: Add basic terminal app
|
2023-09-20 07:05:58 +02:00 |
|
|
06f3affc71
|
wind: Make sure stdin is always a TTY
|
2023-09-20 07:05:57 +02:00 |
|
|
5385b1c337
|
wind: Stop using the removed 'signal' pledge
|
2023-09-20 07:05:57 +02:00 |
|
|
ad001b4ee7
|
wind: Show memory usage in debug output
|
2023-09-20 07:05:56 +02:00 |
|
|
b656ceedfe
|
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-20 07:05:56 +02:00 |
|
|
6375fb965a
|
wind: Add debug keybind
|
2023-09-20 07:05:56 +02:00 |
|
|
5703faf50f
|
wind+libui+taskbar: Add GetScreenRect IPC, non-decorated windows, taskbar
|
2023-09-20 07:05:54 +02:00 |
|
|
062b09e20c
|
wind+libui: Add protocol for window close requests
|
2023-09-20 07:05:54 +02:00 |
|
|
0fb47d90a7
|
wind+gclient: Add SetWindowTitle and support shm buffers
|
2023-09-20 07:05:53 +02:00 |
|
|
d3dd257dc1
|
wind: Handle CreateWindow IPC messages
|
2023-09-20 07:05:53 +02:00 |
|
|
e931d11ae1
|
wind: Monitor data on client connections
|
2023-09-20 07:05:52 +02:00 |
|
|
774177ba1f
|
wind: Use init --user and pledge()
|
2023-09-20 07:05:52 +02:00 |
|
|
1c50d5133f
|
libos: Remove some shared pointers and change them to owned/live on the stack
|
2023-09-20 07:05:52 +02:00 |
|
|
6cf5fa3097
|
wind: Spawn a new client process after startup
Also, create the socket after dropping privileges.
|
2023-09-20 07:05:52 +02:00 |
|
|
3fefb74710
|
wind: Generate random windows on keypresses
|
2023-09-20 07:05:51 +02:00 |
|
|
f6ef79e759
|
wind: Add window titlebars using ui::Font
|
2023-09-20 07:05:50 +02:00 |
|
|
8859fc3d6a
|
libui+wind: (Draggable) windows
|
2023-09-20 07:05:49 +02:00 |
|
|
335911c287
|
wind: Create a local server object
|
2023-09-20 07:05:49 +02:00 |
|
|
36cc84c50d
|
wind: Add a simple display server skeleton using libui
No client functionality yet, but it's a start.
|
2023-09-20 07:05:48 +02:00 |
|