serenity/Userland/Applications/DisplaySettings
Timothy Flynn 683c08744a Userland: Avoid some conversions from rvalue strings to StringView
These are all actually fine, there is no UAF here. But once e.g.
`ByteString::view() &&` is deleted, these instances won't compile.
2024-04-04 11:23:21 +02: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
DesktopSettingsWidget.h
EffectsSettings.gml
EffectsSettingsWidget.cpp
EffectsSettingsWidget.h
FontSettings.gml
FontSettingsWidget.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
FontSettingsWidget.h
main.cpp
MonitorSettings.gml DisplaySettings: Remove redundant text_alignment property from GML 2024-01-21 08:38:18 -05:00
MonitorSettingsWidget.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
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