ladybird/Userland/Applications/DisplaySettings
Shannon Booth e800605ad3 AK+LibURL: Move AK::URL into a new URL library
This URL library ends up being a relatively fundamental base library of
the system, as LibCore depends on LibURL.

This change has two main benefits:
 * Moving AK back more towards being an agnostic library that can
   be used between the kernel and userspace. URL has never really fit
   that description - and is not used in the kernel.
 * URL _should_ depend on LibUnicode, as it needs punnycode support.
   However, it's not really possible to do this inside of AK as it can't
   depend on any external library. This change brings us a little closer
   to being able to do that, but unfortunately we aren't there quite
   yet, as the code generators depend on LibCore.
2024-03-18 14:06:28 -04:00
..
BackgroundSettings.gml LibGUI+Applications: Use the new layout system in the settings screens 2022-06-28 17:52:42 +01:00
BackgroundSettingsWidget.cpp LibFileSystemAccessClient+Userland: Return file paths as ByteStrings 2024-01-29 23:14:39 +00: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 LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02: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 Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
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