1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-31 00:22:43 +00:00
serenity/Userland/Applications/DisplaySettings
Vitaly Dyachkov 32b8795091 LibConfig: Rename pledge_domains(String) => pledge_domain(String)
pledge_domains() that takes only one String argument was specifically
added as a shortcut for pledging a single domain. So, it makes sense to
use singular here.
2022-02-11 18:06:39 +01:00
..
BackgroundSettings.gml Meta+Userland: Run the GML formatter on CI and pre-commit 2022-02-07 18:39:50 +01:00
BackgroundSettingsWidget.cpp DisplaySettings: Update wallpaper config path only on success 2021-11-26 11:30:55 -08:00
BackgroundSettingsWidget.h DisplaySettings: Migrate to using SettingsWindow :^) 2021-11-20 21:05:20 +00:00
CMakeLists.txt DisplaySettings: Show DPI for selected resolution 2022-01-23 22:45:21 +00:00
DesktopSettings.gml Meta+Userland: Run the GML formatter on CI and pre-commit 2022-02-07 18:39:50 +01:00
DesktopSettingsWidget.cpp DisplaySettings: Set icons from GML 2022-01-29 13:45:34 +01:00
DesktopSettingsWidget.h DisplaySettings: Migrate to using SettingsWindow :^) 2021-11-20 21:05:20 +00:00
FontSettings.gml Meta+Userland: Run the GML formatter on CI and pre-commit 2022-02-07 18:39:50 +01:00
FontSettingsWidget.cpp LibGfx+Applications: Add human readable name helper for fonts 2022-02-01 10:06:26 +01:00
FontSettingsWidget.h DisplaySettings: Migrate to using SettingsWindow :^) 2021-11-20 21:05:20 +00:00
main.cpp LibConfig: Rename pledge_domains(String) => pledge_domain(String) 2022-02-11 18:06:39 +01:00
MonitorSettings.gml Meta+Userland: Run the GML formatter on CI and pre-commit 2022-02-07 18:39:50 +01:00
MonitorSettingsWidget.cpp DisplaySettings: Show display's manufacturer and size instead of device 2022-01-23 22:45:21 +00:00
MonitorSettingsWidget.h DisplaySettings: Show display's manufacturer and size instead of device 2022-01-23 22:45:21 +00:00
MonitorWidget.cpp Userland: Cast unused BackgroundAction::construct() results to void 2021-12-05 15:31:03 +01:00
MonitorWidget.h DisplaySettings: Lazily load wallpapers 2021-08-20 15:31:22 +02:00