index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
DisplaySettings
Age
Commit message (
Expand
)
Author
2020-12-25
Everywhere: Tweak "2020-2020" => "2020" in copyright headers
Andreas Kling
2020-12-21
Build: Embed application icons directly in the executables.
William Marlow
2020-12-13
DisplaySettings: Allow unsetting the wallpaper
Andreas Kling
2020-12-13
DisplaySettings: Remove a bunch of unnecessary "this->"
Andreas Kling
2020-12-13
DisplaySettings: Improve contrast of screen resolution label
Andreas Kling
2020-12-09
DisplaySettings: Ensure wallpaper mode is always initialized
Linus Groh
2020-11-02
Applications: Use GUI::Icon::default_icon to set application icon
Brendan Coles
2020-10-05
DisplaySettings: Use format instead of printf.
asynts
2020-09-25
Meta+Applications: Make clang-format-10 clean
Ben Wiederhake
2020-09-03
DisplaySettings: Remove unnecessary file open for non-paths
Avery
2020-08-29
DisplaySettings+LibGUI: Move ItemListModel into LibGUI
AnotherTest
2020-08-27
Base: Create /res/graphics/ and relocate system art assets
thankyouverycool
2020-08-16
LibGUI: Move GUI::Model::Role to GUI::ModelRole
Andreas Kling
2020-08-01
Applications: Stop setting initial window location
Peter Elliott
2020-07-16
LibWeb: Require parent window argument for MessageBox
Tom
2020-07-16
LibGUI: Add parent window argument to FilePicker functions
Tom
2020-07-11
DisplaySettings: Fix a typo
Linus Groh
2020-07-05
DisplaySettings: Fix crash on exit (due to Core::Object on the stack)
Andreas Kling
2020-07-04
LibGUI: Turn GUI::Application::the() into a pointer
Andreas Kling
2020-07-04
LibGUI: Make GUI::Application a Core::Object
Andreas Kling
2020-06-28
DisplaySettings: Allow setting wallpapers from outside /res/wallpapers
devashish
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-05-21
LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing
Andreas Kling
2020-05-21
LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadata
Andreas Kling
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-12
LibGUI: Include keyboard modifier state with button on_click calls
Andreas Kling
2020-05-02
DisplaySettings: Don't crash after 'pape'
Ben Wiederhake
2020-04-30
DisplaySettings: Tweak label "Color Name" => "Color"
Andreas Kling
2020-04-29
DisplaySettings: Arrange buttons in "OK, Cancel, Apply" order
Andreas Kling
2020-04-29
DisplaySettings: Don't allow desktop background color with alpha
Andreas Kling
2020-04-29
DisplaySettings: Rename from DisplayProperties
Andreas Kling