summaryrefslogtreecommitdiff
path: root/Userland/Applications/DisplaySettings/BackgroundSettingsWidget.cpp
AgeCommit message (Expand)Author
2023-04-09DisplaySettings: Use FileSystemAccessServer instead of FilePickerhuttongrabiel
2023-03-21DisplaySettings: Stop using DeprecatedStringimplicitfield
2023-03-21DisplaySettings: Propagate errors in BackgroundSettingsWidgetimplicitfield
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-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-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-15Userland: Remove workarounds for LibIPC include order sensitivityTimothy Flynn
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-08-24WindowServer+DisplaySettings: Capitalize display mode dropdownJames Bellamy
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-05-12DisplaySettings: Set window modified stateSam Atkins
2022-05-08DisplaySettings: Make the copy action copy the background path as urlKarol Kosek
2022-04-03DisplaySettings+WindowServer: Allow updating theme without backgroundBen Maxwell
2022-02-25Userland: Rename WindowServerConnection=>ConnectionToWindowServerItamar
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile factory methodsSam Atkins
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-02-14WindowServer+Userland: Pass wallpapers as `Gfx::Bitmap` instead of pathJames Puleo
2021-11-26DisplaySettings: Update wallpaper config path only on successKarol Kosek
2021-11-26DisplaySettings: Always save the background color to the configKarol Kosek
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-09-03DisplaySettings: Add context menu for wallpapersKarol Kosek
2021-08-31DisplaySettings: Use LibConfig where possibleMustafa Quraish
2021-08-22Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to opennetworkException
2021-08-22Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writingnetworkException
2021-08-14DisplaySettings: Pass the parent window to the FilePickerKarol Kosek
2021-08-14DisplaySettings: Remove the trailing dot from tooltip and window titleKarol Kosek
2021-08-14DisplaySettings: Open the wallpaper file picker in the wallpaper pathKarol Kosek
2021-05-20WindowServer+DisplaySettings: Remove the weird "simple" wallpaper modeAndreas Kling
2021-05-20DisplaySettings: Remove icon from browse-for-wallpaper buttonAndreas Kling
2021-05-20DisplaySettings: Select the currently used wallpaper on startupAndreas Kling
2021-05-20DisplaySettings: Make MonitorWidget update itself on property changesAndreas Kling
2021-05-20DisplaySettings: Give the UI a facelift :^)Andreas Kling