summaryrefslogtreecommitdiff
path: root/Userland/Applications/DisplaySettings
AgeCommit message (Expand)Author
2023-01-12LibGUI: Port AbstractThemePreview::set_theme_from_file to Core::StreamKarol Kosek
2023-01-12LibCore+Userland: Make Core::Timer::create_repeating() return ErrorOrSam Atkins
2023-01-07LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)Sam Atkins
2023-01-07Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`Sam Atkins
2022-12-15LibThreading+Everywhere: Support returning error from `BackgroundAction`Lucas CHOLLET
2022-12-14LibGfx+Userland: Make Gfx::SystemTheme propagate errorsCygnix Proto
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-12-04DisplaySettings: Remove unnecessary check for an overridden themeOsamu-kj
2022-11-15Userland: Remove workarounds for LibIPC include order sensitivityTimothy Flynn
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-09-24LibEDID: Remove head index when retrieving an EDID from DisplayConnectorLiav A
2022-09-12Everywhere: Use my very shiny serenityos.org email :^)networkException
2022-08-24WindowServer+DisplaySettings: Capitalize display mode dropdownJames Bellamy
2022-08-16LibGUI+WindowServer+DisplaySettings: Add Tooltips to SystemEffectsthankyouverycool
2022-08-16DisplaySettings: Update Workspaces tab GMLthankyouverycool
2022-08-09DisplaySettings: Add an Effects tabthankyouverycool
2022-08-03DisplaySettings: Capitalize `s` in screen settingsFiliph Siitam Sandström
2022-08-01Userland+Base: Make the window titlebar font configurable separatelyAndreas Kling
2022-07-23Userland: Remove stale remainders of old framebuffer devicesLiav A
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-06-28LibGUI+Applications: Use the new layout system in the settings screensFrHun
2022-06-17DisplaySettings: Use IPC calls instead of current_system_theme helpernetworkException
2022-06-17DisplaySettings: Handle an override theme being activenetworkException
2022-06-17DisplaySettings: Update selected theme on changenetworkException
2022-06-14DisplaySettings: Use absolute path for loading mouse settings iconnetworkException
2022-05-25DisplaySettings: Link to cursor themes from "Themes" tabMacDue
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-05-12DisplaySettings: Set window modified stateSam Atkins
2022-05-09DisplaySettings: Add 2256x1504 resolutionLinus Groh
2022-05-08DisplaySettings: Make the copy action copy the background path as urlKarol Kosek
2022-05-07DisplaySettings: Fix Clang build failure in ThemePreviewWidgetMacDue
2022-05-07DisplaySettings: Center preview with center_window_group_within()MacDue
2022-05-05Everywhere: Purge all support and usage of framebuffer devicesLiav A
2022-05-05DisplaySettings+WindowServer: Add support for display connector devicesLiav A
2022-04-21LibGUI+Applications: Add --open-tab option to FooSettings applicationsSam Atkins
2022-04-21LibGUI+Applications: Give SettingsWindow tabs a string IDSam Atkins
2022-04-21WindowServer: Add the screen mode property in the screen configurationkleines Filmröllchen
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-03DisplaySettings+WindowServer: Allow updating theme without backgroundBen Maxwell
2022-04-03DisplaySettings: Stop theme tab from overriding background colorBen Maxwell
2022-04-02DisplaySettings: Add theme selection and previewMacDue
2022-02-25Userland: Rename WindowServerConnection=>ConnectionToWindowServerItamar
2022-02-18Userland: Dynamically update the MonitorSettingsWidget countdown timerstijndr
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile factory methodsSam Atkins
2022-02-15DisplaySettings: Include aspect ratio in resolution list textForLoveOfCats
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-02-14WindowServer+Userland: Pass wallpapers as `Gfx::Bitmap` instead of pathJames Puleo