ladybird/Userland/Services/Taskbar
Sam Atkins 6edc0cf5ab LibCore+Userland: Don't auto-start new Core::Timers
This was unintuitive, and only useful in a few cases. In the majority,
users had to immediately call `stop()`, and several who did want the
timer started would call `start()` on it immediately anyway. Case in
point: There are only two places I had to add a manual `start()`.
2023-01-12 11:25:51 +01:00
..
ClockWidget.cpp LibCore+Userland: Don't auto-start new Core::Timers 2023-01-12 11:25:51 +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 LibDesktop+Taskbar: Add an option to exclude apps from the system menu 2023-01-03 17:56:55 +01: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 LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2023-01-06 13:36:02 -07:00
ShutdownDialog.h Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
TaskbarButton.cpp LibGfx: Make Font::width() return a float 2023-01-03 15:25:02 +01:00
TaskbarButton.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
TaskbarWindow.cpp LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2023-01-06 13:36:02 -07: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