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
BackgroundSettingsWidget.cpp Userland: Avoid some conversions from rvalue strings to StringView 2024-04-04 11:23:21 +02:00
BackgroundSettingsWidget.h
CMakeLists.txt AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
DesktopSettings.gml
DesktopSettingsWidget.cpp AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
DesktopSettingsWidget.h
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
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
MonitorWidget.cpp LibGfx+Userland: Rename Size::scaled_by to Size::scaled 2023-08-17 09:57:30 -04:00
MonitorWidget.h
ThemePreviewWidget.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ThemePreviewWidget.h
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