1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-10 01:07:34 +00:00
serenity/Userland/Services/Taskbar
Ben Wiederhake b83cb09db1 Everywhere: Fix badly-formatted includes
In 7c5e30daaa, the focus was "only" on
Userland/Libraries/, whereas this commit cleans up the remaining
headers in the repo, and any new badly-formatted include.
2023-01-02 11:06:15 -05:00
..
ClockWidget.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
ClockWidget.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
main.cpp Everywhere: Fix badly-formatted includes 2023-01-02 11:06:15 -05:00
QuickLaunchWidget.cpp Taskbar: Handle errors when adding/changing quick launch entries 2022-12-26 09:31:44 +01:00
QuickLaunchWidget.h Taskbar: Handle errors when adding/changing quick launch entries 2022-12-26 09:31:44 +01:00
ShutdownDialog.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ShutdownDialog.h Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
TaskbarButton.cpp Taskbar: Set TaskbarButton checkable 2022-09-08 10:17:27 +01:00
TaskbarButton.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
TaskbarWindow.cpp Taskbar: Propagate more errors on widget population 2022-12-27 09:28:16 -05:00
TaskbarWindow.h Taskbar: Add a factory function for TaskbarWindow 2022-12-26 09:31:44 +01:00
WindowIdentifier.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
WindowList.cpp LibGUI+Taskbar+WindowServer: Remove mode and parent methods from Taskbar 2022-08-25 13:28:50 +02:00
WindowList.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00