Luna/wind
apio 443d8957f3
apps: Add startui
This service starts a complete UI session (wind, components, and init --user), all with their respective privileges.

This lets us move that responsibility away from wind and let it be only a window manager.
2024-01-31 22:42:24 +01:00
..
Client.h wind: Fix client references being out-of-date in windows when disconnecting other clients 2023-09-20 07:05:56 +02:00
CMakeLists.txt wind+libui: Add support for keyboard events 2023-09-20 07:05:59 +02:00
IPC.cpp wind+libui: Implement client side decorations 2023-12-27 12:56:40 +01:00
IPC.h wind: Handle CreateWindow IPC messages 2023-09-20 07:05:53 +02:00
Keyboard.cpp wind: Translate Ctrl-key presses correctly 2023-09-20 07:06:01 +02:00
Keyboard.h wind+libui: Add support for keyboard events 2023-09-20 07:05:59 +02:00
main.cpp apps: Add startui 2024-01-31 22:42:24 +01:00
Mouse.cpp wind+libui: Implement client side decorations 2023-12-27 12:56:40 +01:00
Mouse.h wind: Stop tracking windows after they're closed 2023-09-20 07:05:59 +02:00
Screen.cpp wind+libui+taskbar: Add GetScreenRect IPC, non-decorated windows, taskbar 2023-09-20 07:05:54 +02:00
Screen.h wind+libui+taskbar: Add GetScreenRect IPC, non-decorated windows, taskbar 2023-09-20 07:05:54 +02:00
Window.cpp wind+libui: Implement client side decorations 2023-12-27 12:56:40 +01:00
Window.h wind+libui: Implement client side decorations 2023-12-27 12:56:40 +01:00