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
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