1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 21:08:12 +00:00
serenity/Userland/Services/Taskbar
Linus Groh e288541a9b Taskbar: Set window title as taskbar button tooltip
This way it's easier to find the right window when many are open at the
same time, as all buttons share a limited amount of horizontal space and
titles get truncated quickly.
2021-03-27 16:28:21 +01:00
..
ClockWidget.cpp Taskbar: Only show H:M:S by default, move date to tooltip 2021-03-25 23:32:00 +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 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 Taskbar: Set window title as taskbar button tooltip 2021-03-27 16:28:21 +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