serenity/Userland/Applications/DisplaySettings
Ali Mohammad Pur eaa2d69d73 LibGUI+Everywhere: Rename the 'style' frame property to 'frame_style'
'set_frame_style' is what Frame itself uses to set the value, and a
significant number of GML files use 'frame_style' instead of just
'style', so let's switch to it and use it everywhere consistently.
2024-04-30 17:46:41 -06:00
..
BackgroundSettings.gml LibGUI+Applications: Use the new layout system in the settings screens 2022-06-28 17:52:42 +01:00
BackgroundSettingsWidget.cpp Userland: Avoid some conversions from rvalue strings to StringView 2024-04-04 11:23:21 +02:00
BackgroundSettingsWidget.h DisplaySettings: Stop using DeprecatedString 2023-03-21 10:06:41 +01:00
CMakeLists.txt AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
DesktopSettings.gml DisplaySettings: Update Workspaces tab GML 2022-08-16 16:41:47 +02:00
DesktopSettingsWidget.cpp AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02: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 Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
EffectsSettingsWidget.h WindowServer: Implement tile window overlay 2023-04-13 20:18:49 +02:00
FontSettings.gml LibGUI+Everywhere: Rename the 'style' frame property to 'frame_style' 2024-04-30 17:46:41 -06:00
FontSettingsWidget.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
FontSettingsWidget.h DisplaySettings: Propagate errors in FontSettingsWidget 2023-03-21 10:06:41 +01:00
main.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
MonitorSettings.gml DisplaySettings: Remove redundant text_alignment property from GML 2024-01-21 08:38:18 -05:00
MonitorSettingsWidget.cpp LibCore: Stop obsessing about tiny OOMs in Core::Timer 2024-04-17 07:16:52 +02:00
MonitorSettingsWidget.h DisplaySettings: Stop using DeprecatedString 2023-03-21 10:06:41 +01:00
MonitorWidget.cpp LibGfx+Userland: Rename Size::scaled_by to Size::scaled 2023-08-17 09:57:30 -04:00
MonitorWidget.h DisplaySettings: Stop using DeprecatedString 2023-03-21 10:06:41 +01:00
ThemePreviewWidget.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ThemePreviewWidget.h DisplaySettings: Stop using DeprecatedString 2023-03-21 10:06:41 +01:00
ThemesSettings.gml DisplaySettings: Disable custom color scheme combobox by default 2024-01-21 08:38:18 -05:00
ThemesSettingsWidget.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ThemesSettingsWidget.h DisplaySettings: Stop using DeprecatedString 2023-03-21 10:06:41 +01:00