serenity/Servers/WindowServer
Andreas Kling ce7341be87 WindowServer: Add WM_SetActiveWindow client request and use it in Taskbar.
This makes it possible for Taskbar to switch windows. :^)
2019-04-04 14:38:53 +02:00
..
.gitignore Move WindowServer into Servers. 2019-03-20 04:34:14 +01:00
main.cpp Move WindowServer into Servers. 2019-03-20 04:34:14 +01:00
Makefile WindowServer: Add a WSCursor class (a bitmap and a hotspot.) 2019-03-31 22:09:10 +02:00
WSAPITypes.h WindowServer: Add WM_SetActiveWindow client request and use it in Taskbar. 2019-04-04 14:38:53 +02:00
WSClientConnection.cpp WindowServer: Add WM_SetActiveWindow client request and use it in Taskbar. 2019-04-04 14:38:53 +02:00
WSClientConnection.h WindowServer: Add WM_SetActiveWindow client request and use it in Taskbar. 2019-04-04 14:38:53 +02:00
WSClipboard.cpp AK: Add Eternal<T> and use it in various places. 2019-04-03 16:52:25 +02:00
WSClipboard.h AK: Add Eternal<T> and use it in various places. 2019-04-03 16:52:25 +02:00
WSCursor.cpp LibGUI: Switch to a resizing cursor when hovering or using a GSplitter. 2019-04-02 02:34:09 +02:00
WSCursor.h LibGUI: Switch to a resizing cursor when hovering or using a GSplitter. 2019-04-02 02:34:09 +02:00
WSMenu.cpp WindowServer: Make various function arguments const. 2019-04-01 19:14:57 +02:00
WSMenu.h WindowServer: Make various function arguments const. 2019-04-01 19:14:57 +02:00
WSMenuBar.cpp Move WindowServer into Servers. 2019-03-20 04:34:14 +01:00
WSMenuBar.h Move WindowServer into Servers. 2019-03-20 04:34:14 +01:00
WSMenuItem.cpp Move WindowServer into Servers. 2019-03-20 04:34:14 +01:00
WSMenuItem.h Move WindowServer into Servers. 2019-03-20 04:34:14 +01:00
WSMessage.h WindowServer: Add WM_SetActiveWindow client request and use it in Taskbar. 2019-04-04 14:38:53 +02:00
WSMessageLoop.cpp WindowServer: Add WM_SetActiveWindow client request and use it in Taskbar. 2019-04-04 14:38:53 +02:00
WSMessageLoop.h Move WindowServer into Servers. 2019-03-20 04:34:14 +01:00
WSMessageReceiver.cpp Move WindowServer into Servers. 2019-03-20 04:34:14 +01:00
WSMessageReceiver.h WindowServer: Make various function arguments const. 2019-04-01 19:14:57 +02:00
WSScreen.cpp Move WindowServer into Servers. 2019-03-20 04:34:14 +01:00
WSScreen.h Move WindowServer into Servers. 2019-03-20 04:34:14 +01:00
WSWindow.cpp Taskbar: Plumb window active state from the WindowServer to the taskbar. 2019-04-04 13:19:26 +02:00
WSWindow.h Taskbar: More bringup work. We now see a basic window list. 2019-04-04 01:44:35 +02:00
WSWindowManager.cpp WindowServer: Broadcast the full window list to new WM listener clients. 2019-04-04 13:33:09 +02:00
WSWindowManager.h WindowServer: Add WM_SetActiveWindow client request and use it in Taskbar. 2019-04-04 14:38:53 +02:00
WSWindowSwitcher.cpp WindowServer: Make various function arguments const. 2019-04-01 19:14:57 +02:00
WSWindowSwitcher.h WindowServer: Make various function arguments const. 2019-04-01 19:14:57 +02:00
WSWindowType.h Taskbar: Start working on a taskbar app. 2019-04-03 19:38:44 +02:00