1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 09:18:11 +00:00
serenity/Userland/Services/Taskbar
Andreas Kling 9bbc1c9c93 WindowServer+Taskbar: Show applets in taskbar :^)
WindowServer now collects applet windows into an "applet area" which is
really just a window that a WM (window management) client can position
via IPC.

This is rather hackish, and I think we should come up with a better
architecture eventually, but this brings back the missing applets since
the global menu where they used to live is gone.
2021-03-30 23:43:24 +02:00
..
ClockWidget.cpp Taskbar: Update ClockWidget to Calendar view changes 2021-03-30 10:34:34 +02:00
ClockWidget.h Taskbar: Integrate clock widget into taskbar window 2021-03-25 22:14:09 +01:00
CMakeLists.txt Taskbar: Add start menu :^) 2021-03-25 22:55:10 +01:00
main.cpp Taskbar: Add more prominent Help app icon in the start menu 2021-03-26 13:54:56 +01:00
ShutdownDialog.cpp Taskbar: Add start menu :^) 2021-03-25 22:55:10 +01:00
ShutdownDialog.h Taskbar: Add start menu :^) 2021-03-25 22:55:10 +01:00
TaskbarButton.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
TaskbarButton.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
TaskbarWindow.cpp WindowServer+Taskbar: Show applets in taskbar :^) 2021-03-30 23:43:24 +02:00
TaskbarWindow.h WindowServer+Taskbar: Show applets in taskbar :^) 2021-03-30 23:43:24 +02:00
WindowIdentifier.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
WindowList.cpp Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
WindowList.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00