summaryrefslogtreecommitdiff
path: root/Applications/DisplaySettings
AgeCommit message (Expand)Author
2020-12-25Everywhere: Tweak "2020-2020" => "2020" in copyright headersAndreas Kling
2020-12-21Build: Embed application icons directly in the executables.William Marlow
2020-12-13DisplaySettings: Allow unsetting the wallpaperAndreas Kling
2020-12-13DisplaySettings: Remove a bunch of unnecessary "this->"Andreas Kling
2020-12-13DisplaySettings: Improve contrast of screen resolution labelAndreas Kling
2020-12-09DisplaySettings: Ensure wallpaper mode is always initializedLinus Groh
2020-11-02Applications: Use GUI::Icon::default_icon to set application iconBrendan Coles
2020-10-05DisplaySettings: Use format instead of printf.asynts
2020-09-25Meta+Applications: Make clang-format-10 cleanBen Wiederhake
2020-09-03DisplaySettings: Remove unnecessary file open for non-pathsAvery
2020-08-29DisplaySettings+LibGUI: Move ItemListModel into LibGUIAnotherTest
2020-08-27Base: Create /res/graphics/ and relocate system art assetsthankyouverycool
2020-08-16LibGUI: Move GUI::Model::Role to GUI::ModelRoleAndreas Kling
2020-08-01Applications: Stop setting initial window locationPeter Elliott
2020-07-16LibWeb: Require parent window argument for MessageBoxTom
2020-07-16LibGUI: Add parent window argument to FilePicker functionsTom
2020-07-11DisplaySettings: Fix a typoLinus Groh
2020-07-05DisplaySettings: Fix crash on exit (due to Core::Object on the stack)Andreas Kling
2020-07-04LibGUI: Turn GUI::Application::the() into a pointerAndreas Kling
2020-07-04LibGUI: Make GUI::Application a Core::ObjectAndreas Kling
2020-06-28DisplaySettings: Allow setting wallpapers from outside /res/wallpapersdevashish
2020-06-12AK: Make string-to-number conversion helpers return OptionalAndreas Kling
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-21LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizingAndreas Kling
2020-05-21LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadataAndreas Kling
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-12LibGUI: Include keyboard modifier state with button on_click callsAndreas Kling
2020-05-02DisplaySettings: Don't crash after 'pape'Ben Wiederhake
2020-04-30DisplaySettings: Tweak label "Color Name" => "Color"Andreas Kling
2020-04-29DisplaySettings: Arrange buttons in "OK, Cancel, Apply" orderAndreas Kling
2020-04-29DisplaySettings: Don't allow desktop background color with alphaAndreas Kling
2020-04-29DisplaySettings: Rename from DisplayPropertiesAndreas Kling