index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
DisplaySettings
/
BackgroundSettingsWidget.cpp
Age
Commit message (
Expand
)
Author
2023-04-09
DisplaySettings: Use FileSystemAccessServer instead of FilePicker
huttongrabiel
2023-03-21
DisplaySettings: Stop using DeprecatedString
implicitfield
2023-03-21
DisplaySettings: Propagate errors in BackgroundSettingsWidget
implicitfield
2023-02-10
DisplaySettings: Capitalize fallback display mode when loading settings
Julian Offenhäuser
2023-02-02
DisplaySettings: Made select wallpaper use allowed file types
Marcus Nilsson
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-07
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
Sam Atkins
2023-01-07
Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`
Sam Atkins
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-15
Userland: Remove workarounds for LibIPC include order sensitivity
Timothy Flynn
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-08-24
WindowServer+DisplaySettings: Capitalize display mode dropdown
James Bellamy
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-05-12
DisplaySettings: Set window modified state
Sam Atkins
2022-05-08
DisplaySettings: Make the copy action copy the background path as url
Karol Kosek
2022-04-03
DisplaySettings+WindowServer: Allow updating theme without background
Ben Maxwell
2022-02-25
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
Itamar
2022-02-16
LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods
Sam Atkins
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-02-14
WindowServer+Userland: Pass wallpapers as `Gfx::Bitmap` instead of path
James Puleo
2021-11-26
DisplaySettings: Update wallpaper config path only on success
Karol Kosek
2021-11-26
DisplaySettings: Always save the background color to the config
Karol Kosek
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-09-03
DisplaySettings: Add context menu for wallpapers
Karol Kosek
2021-08-31
DisplaySettings: Use LibConfig where possible
Mustafa Quraish
2021-08-22
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
networkException
2021-08-22
Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writing
networkException
2021-08-14
DisplaySettings: Pass the parent window to the FilePicker
Karol Kosek
2021-08-14
DisplaySettings: Remove the trailing dot from tooltip and window title
Karol Kosek
2021-08-14
DisplaySettings: Open the wallpaper file picker in the wallpaper path
Karol Kosek
2021-05-20
WindowServer+DisplaySettings: Remove the weird "simple" wallpaper mode
Andreas Kling
2021-05-20
DisplaySettings: Remove icon from browse-for-wallpaper button
Andreas Kling
2021-05-20
DisplaySettings: Select the currently used wallpaper on startup
Andreas Kling
2021-05-20
DisplaySettings: Make MonitorWidget update itself on property changes
Andreas Kling
2021-05-20
DisplaySettings: Give the UI a facelift :^)
Andreas Kling