summaryrefslogtreecommitdiff
path: root/Userland/Applications/DisplaySettings
AgeCommit message (Expand)Author
2023-04-30LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStylethankyouverycool
2023-04-30LibGUI+Userland: Port Labels to Stringthankyouverycool
2023-04-27DisplaySettings: Show bilinear filtered wallpaper in `MonitorWidget`Jelle Raaijmakers
2023-04-27DisplaySettings: Remove unused code from `MonitorWidget`Jelle Raaijmakers
2023-04-15LibGUI+Userland: Convert MessageBox to fallible constructionthankyouverycool
2023-04-13WindowServer: Implement tile window overlayTom
2023-04-13WindowServer: Use enum class for Effects and ShowGeometryTom
2023-04-09DisplaySettings: Use FileSystemAccessServer instead of FilePickerhuttongrabiel
2023-03-21DisplaySettings: Detect if a non-default color scheme is in useimplicitfield
2023-03-21DisplaySettings: Stop using DeprecatedStringimplicitfield
2023-03-21DisplaySettings: Propagate errors in MonitorWidgetimplicitfield
2023-03-21DisplaySettings: Propagate errors in MonitorSettingsWidgetimplicitfield
2023-03-21DisplaySettings: Propagate errors in FontSettingsWidgetimplicitfield
2023-03-21DisplaySettings: Propagate errors in EffectsSettingsWidgetimplicitfield
2023-03-21DisplaySettings: Propagate errors in BackgroundSettingsWidgetimplicitfield
2023-03-21DisplaySettings: Propagate errors in DesktopSettingsWidgetimplicitfield
2023-03-21DisplaySettings: Propagate errors in ThemesSettingsWidgetimplicitfield
2023-03-16LibGUI+Applications: Port SettingsWindow::add_tab() to the new stringKarol Kosek
2023-03-13LibThreading: Register BackgroundAction with EventLoopkleines Filmröllchen
2023-03-10Everywhere: Support overriding the system color schemeimplicitfield
2023-03-04Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()Andreas Kling
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-02-10DisplaySettings: Capitalize fallback display mode when loading settingsJulian Offenhäuser
2023-02-02DisplaySettings: Made select wallpaper use allowed file typesMarcus Nilsson
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
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