1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-04 15:17:35 +00:00
serenity/Userland/Applications/DisplaySettings
thankyouverycool c9404c3a63 LibGUI+Userland: Convert MessageBox to fallible construction
Adds fallible versions of MessageBox's helper factories, ports
DeprecatedString, and rewrites build() to be both fallible and
more responsive to font changes.

MessageBox now auto shrinks and no longer has to re-build its
layout when text changes. It is manually resized once at
creation to position properly as a Dialog before being shown.
2023-04-15 15:24:50 +02:00
..
BackgroundSettings.gml LibGUI+Applications: Use the new layout system in the settings screens 2022-06-28 17:52:42 +01:00
BackgroundSettingsWidget.cpp DisplaySettings: Use FileSystemAccessServer instead of FilePicker 2023-04-09 18:19:57 -06:00
BackgroundSettingsWidget.h DisplaySettings: Stop using DeprecatedString 2023-03-21 10:06:41 +01:00
CMakeLists.txt DisplaySettings: Use FileSystemAccessServer instead of FilePicker 2023-04-09 18:19:57 -06:00
DesktopSettings.gml DisplaySettings: Update Workspaces tab GML 2022-08-16 16:41:47 +02:00
DesktopSettingsWidget.cpp DisplaySettings: Stop using DeprecatedString 2023-03-21 10:06:41 +01:00
DesktopSettingsWidget.h DisplaySettings: Propagate errors in DesktopSettingsWidget 2023-03-21 10:06:41 +01:00
EffectsSettings.gml WindowServer: Implement tile window overlay 2023-04-13 20:18:49 +02:00
EffectsSettingsWidget.cpp WindowServer: Implement tile window overlay 2023-04-13 20:18:49 +02:00
EffectsSettingsWidget.h WindowServer: Implement tile window overlay 2023-04-13 20:18:49 +02:00
FontSettings.gml Userland+Base: Make the window titlebar font configurable separately 2022-08-01 10:29:53 +02:00
FontSettingsWidget.cpp DisplaySettings: Propagate errors in FontSettingsWidget 2023-03-21 10:06:41 +01:00
FontSettingsWidget.h DisplaySettings: Propagate errors in FontSettingsWidget 2023-03-21 10:06:41 +01:00
main.cpp LibGUI+Applications: Port SettingsWindow::add_tab() to the new string 2023-03-16 09:58:42 +01:00
MonitorSettings.gml DisplaySettings: Capitalize s in screen settings 2022-08-03 21:49:41 +01:00
MonitorSettingsWidget.cpp LibGUI+Userland: Convert MessageBox to fallible construction 2023-04-15 15:24:50 +02:00
MonitorSettingsWidget.h DisplaySettings: Stop using DeprecatedString 2023-03-21 10:06:41 +01:00
MonitorWidget.cpp DisplaySettings: Stop using DeprecatedString 2023-03-21 10:06:41 +01:00
MonitorWidget.h DisplaySettings: Stop using DeprecatedString 2023-03-21 10:06:41 +01:00
ThemePreviewWidget.cpp DisplaySettings: Stop using DeprecatedString 2023-03-21 10:06:41 +01:00
ThemePreviewWidget.h DisplaySettings: Stop using DeprecatedString 2023-03-21 10:06:41 +01:00
ThemesSettings.gml Everywhere: Support overriding the system color scheme 2023-03-10 22:03:49 +01:00
ThemesSettingsWidget.cpp DisplaySettings: Detect if a non-default color scheme is in use 2023-03-21 10:06:41 +01:00
ThemesSettingsWidget.h DisplaySettings: Stop using DeprecatedString 2023-03-21 10:06:41 +01:00