1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:38:11 +00:00
serenity/Applications/Taskbar
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 Taskbar+LibGUI: More work on bringup. 2019-04-03 21:04:16 +02:00
main.cpp Taskbar: Start working on a taskbar app. 2019-04-03 19:38:44 +02:00
Makefile Taskbar: More bringup work. We now see a basic window list. 2019-04-04 01:44:35 +02:00
TaskbarWidget.cpp Taskbar: Tweak margins to look just right. 2019-04-04 01:51:11 +02:00
TaskbarWidget.h Taskbar: TaskbarWidget doesn't need a custom paint_event(). 2019-04-04 01:50:04 +02:00
TaskbarWindow.cpp Taskbar: Left-align the text on taskbar window buttons. 2019-04-04 14:16:09 +02:00
TaskbarWindow.h Taskbar: Plumb window active state from the WindowServer to the taskbar. 2019-04-04 13:19:26 +02:00
WindowList.cpp WindowServer: Add WM_SetActiveWindow client request and use it in Taskbar. 2019-04-04 14:38:53 +02:00
WindowList.h Taskbar: Plumb window active state from the WindowServer to the taskbar. 2019-04-04 13:19:26 +02:00