1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-16 22:47:35 +00:00
serenity/Userland/Services/Taskbar
Cygnix Proto 806a55eda1 LibGfx+Userland: Make Gfx::SystemTheme propagate errors
This patch introduces error propagation to Gfx::SystemTheme to remove
instances of release_value_but_fixme_should_propagate_errors().

Userland applications that have been affected by this change have been
updated to utilise this propagation and as a result 4 such instances of
the aforementioned method have been removed.
2022-12-14 18:25:28 +00: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 LibGfx+Userland: Make Gfx::SystemTheme propagate errors 2022-12-14 18:25:28 +00:00
QuickLaunchWidget.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
QuickLaunchWidget.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +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 AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
TaskbarWindow.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +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