ladybird/Userland/Applications/DisplaySettings
Andreas Kling b71c7a6e44 Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()
The only remaining clients of this API are specific to bitmap fonts and
editing thereof.
2023-03-04 00:29:38 +01: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: Capitalize fallback display mode when loading settings 2023-02-10 15:41:56 +01:00
BackgroundSettingsWidget.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
DesktopSettings.gml DisplaySettings: Update Workspaces tab GML 2022-08-16 16:41:47 +02:00
DesktopSettingsWidget.cpp LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
DesktopSettingsWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
EffectsSettings.gml LibGUI+WindowServer+DisplaySettings: Add Tooltips to SystemEffects 2022-08-16 16:53:00 +02:00
EffectsSettingsWidget.cpp LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
EffectsSettingsWidget.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
FontSettings.gml Userland+Base: Make the window titlebar font configurable separately 2022-08-01 10:29:53 +02:00
FontSettingsWidget.cpp LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
FontSettingsWidget.h Userland+Base: Make the window titlebar font configurable separately 2022-08-01 10:29:53 +02:00
main.cpp DisplaySettings: Add an Effects tab 2022-08-09 12:08:21 +02:00
MonitorSettings.gml DisplaySettings: Capitalize s in screen settings 2022-08-03 21:49:41 +01:00
MonitorSettingsWidget.cpp LibCore+Userland: Make Core::Timer::create_repeating() return ErrorOr 2023-01-12 11:25:51 +01:00
MonitorSettingsWidget.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
MonitorWidget.cpp Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() 2023-03-04 00:29:38 +01:00
MonitorWidget.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ThemePreviewWidget.cpp LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
ThemePreviewWidget.h LibGfx+Userland: Make Gfx::SystemTheme propagate errors 2022-12-14 18:25:28 +00:00
ThemesSettings.gml LibGUI+Applications: Use the new layout system in the settings screens 2022-06-28 17:52:42 +01:00
ThemesSettingsWidget.cpp LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
ThemesSettingsWidget.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00