1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:48:14 +00:00
serenity/Applications/Taskbar
Andreas Kling 49e7ffc06a WindowServer: Introduce a WM event mask so Taskbar can ignore window rects.
Taskbar was waking up to do nothing every time a window rect changed.
2019-04-20 14:40:59 +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 Get rid of SERENITY macro since the compiler already defines __serenity__ 2019-04-20 12:58:49 +02:00
TaskbarWindow.cpp WindowServer: Introduce a WM event mask so Taskbar can ignore window rects. 2019-04-20 14:40:59 +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: Generate a separate WM event for window icon changes. 2019-04-18 00:39:11 +02:00
WindowList.h WindowServer: Generate a separate WM event for window icon changes. 2019-04-18 00:39:11 +02:00