ladybird/Userland/Services/Taskbar
Timothy Flynn 3d6b0e60ca LibDesktop+Taskbar: Add an option to exclude apps from the system menu
We currently hard-code excluding Settings apps from the system menu.
This adds an "ExcludeFromSystemMenu" option to the AppFile configuration
to selectively exclude these apps, which all Settings app now set.

This is to allow selectively excluding a few Demo apps in a future
commit.
2023-01-03 17:56:55 +01: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 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 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 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 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