ladybird/Userland/Applications/DisplaySettings
Andreas Kling 0de33b3d6c LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Another one that was used in a fajillion places.
2021-11-08 00:35:27 +01:00
..
BackgroundSettings.gml Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
BackgroundSettingsWidget.cpp LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
BackgroundSettingsWidget.h DisplaySettings: Add context menu for wallpapers 2021-09-03 23:15:47 +02:00
CMakeLists.txt DisplaySettings: Add context menu for wallpapers 2021-09-03 23:15:47 +02:00
DesktopSettings.gml Applications: Remove border from GroupBox margins 2021-11-03 16:13:19 +01:00
DesktopSettingsWidget.cpp LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
DesktopSettingsWidget.h DisplaySettings: Add new Desktop tab with virtual desktop settings 2021-07-03 12:27:23 +02:00
FontSettings.gml Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
FontSettingsWidget.cpp AK+Everywhere: Disallow constructing Functions from incompatible types 2021-06-06 00:27:30 +04:30
FontSettingsWidget.h FontSettingsWidget: Promote Labels as instance members 2021-05-24 09:08:23 +01:00
main.cpp DisplaySettings: Add context menu for wallpapers 2021-09-03 23:15:47 +02:00
MonitorSettings.gml Applications: Remove border from GroupBox margins 2021-11-03 16:13:19 +01:00
MonitorSettingsWidget.cpp Applications: Remove unused header includes 2021-08-01 08:10:16 +02:00
MonitorSettingsWidget.h DisplaySettings: Add ComboBox to allow selecting other screens 2021-07-21 00:06:58 +02:00
MonitorWidget.cpp LibGfx: Use ErrorOr<T> for Bitmap::try_create() 2021-11-08 00:35:27 +01:00
MonitorWidget.h DisplaySettings: Lazily load wallpapers 2021-08-20 15:31:22 +02:00