1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:17:34 +00:00
serenity/Userland/Services/Taskbar
Andreas Kling 73a2045c5b Taskbar: Add start menu :^)
This will replace the system menu in the top left of the screen.
The button behavior doesn't feel quite perfect yet, but this will
work for now!
2021-03-25 22:55:10 +01:00
..
ClockWidget.cpp Taskbar: Integrate clock widget into taskbar window 2021-03-25 22:14:09 +01: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 start menu :^) 2021-03-25 22:55:10 +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 Taskbar: Add start menu :^) 2021-03-25 22:55:10 +01:00
TaskbarWindow.h Taskbar: Add start menu :^) 2021-03-25 22:55:10 +01: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