1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 20:22:19 +00:00
serenity/Services/WindowServer
Andreas Kling 1d6ec51bee WindowServer+LibGUI: Add per-window progress
Each window now has an associated progress integer that can be updated
via the SetWindowProgress IPC call.

This can be used by clients to indicate the progress of ongoing tasks.
Any number in the range 0 through 100 indicate a progress percentage.
Any other number means "no progress"
2020-05-30 23:00:35 +02:00
..
AppletManager.cpp Services: Renamed from Servers 2020-05-08 21:57:44 +02:00
AppletManager.h Services: Renamed from Servers 2020-05-08 21:57:44 +02:00
Button.cpp Services: Renamed from Servers 2020-05-08 21:57:44 +02:00
Button.h Services: Renamed from Servers 2020-05-08 21:57:44 +02:00
ClientConnection.cpp WindowServer+LibGUI: Add per-window progress 2020-05-30 23:00:35 +02:00
ClientConnection.h WindowServer+LibGUI: Add per-window progress 2020-05-30 23:00:35 +02:00
CMakeLists.txt Clipboard: Move the system clipboard to a dedicated service process :^) 2020-05-14 22:53:58 +02:00
Compositor.cpp WindowServer: Move occlusion things from WindowManager to Compositor 2020-05-20 08:31:46 +02:00
Compositor.h WindowServer: Move occlusion things from WindowManager to Compositor 2020-05-20 08:31:46 +02:00
Cursor.cpp LibGUI+WindowServer: Allow apps to use the "move" cursor :^) 2020-05-13 00:16:40 +02:00
Cursor.h LibGUI+WindowServer: Allow apps to use the "move" cursor :^) 2020-05-13 00:16:40 +02:00
Event.h Services: Renamed from Servers 2020-05-08 21:57:44 +02:00
EventLoop.cpp Clipboard: Move the system clipboard to a dedicated service process :^) 2020-05-14 22:53:58 +02:00
EventLoop.h Services: Renamed from Servers 2020-05-08 21:57:44 +02:00
main.cpp Userland et al: Pledge sigaction when needed 2020-05-26 14:35:10 +02:00
Menu.cpp LibGUI: Replace up and down arrows with emoji 2020-05-20 13:40:24 +02:00
Menu.h WindowServer: Rework and simplify Menu event handling 2020-05-10 13:34:51 +02:00
MenuBar.cpp Services: Renamed from Servers 2020-05-08 21:57:44 +02:00
MenuBar.h Services: Renamed from Servers 2020-05-08 21:57:44 +02:00
MenuItem.cpp WindowServer: Add const qualified version of MenuItem::submenu() 2020-05-18 14:34:57 +02:00
MenuItem.h WindowServer: Add const qualified version of MenuItem::submenu() 2020-05-18 14:34:57 +02:00
MenuManager.cpp AK: Rename FileSystemPath -> LexicalPath 2020-05-26 14:35:10 +02:00
MenuManager.h WindowServer: Add basic search functionality in menus 2020-05-10 13:34:51 +02:00
Screen.cpp Services: Renamed from Servers 2020-05-08 21:57:44 +02:00
Screen.h Services: Renamed from Servers 2020-05-08 21:57:44 +02:00
Window.cpp WindowServer+LibGUI: Add per-window progress 2020-05-30 23:00:35 +02:00
Window.h WindowServer+LibGUI: Add per-window progress 2020-05-30 23:00:35 +02:00
WindowClient.ipc WindowServer+LibGUI: Add per-window progress 2020-05-30 23:00:35 +02:00
WindowFrame.cpp WindowServer: Remove WindowManager::invalidate(Window) API's 2020-05-20 08:31:46 +02:00
WindowFrame.h Services: Renamed from Servers 2020-05-08 21:57:44 +02:00
WindowManager.cpp WindowServer+LibGUI: Add per-window progress 2020-05-30 23:00:35 +02:00
WindowManager.h WindowServer+LibGUI: Add per-window progress 2020-05-30 23:00:35 +02:00
WindowServer.ipc WindowServer+LibGUI: Add per-window progress 2020-05-30 23:00:35 +02:00
WindowSwitcher.cpp WindowServer: Remove WindowManager::invalidate(Window) API's 2020-05-20 08:31:46 +02:00
WindowSwitcher.h Services: Renamed from Servers 2020-05-08 21:57:44 +02:00
WindowType.h Services: Renamed from Servers 2020-05-08 21:57:44 +02:00