summaryrefslogtreecommitdiff
path: root/Userland/Applications/DisplaySettings
AgeCommit message (Expand)Author
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::scaled()Andreas Kling
2021-11-03Applications: Remove border from GroupBox marginsFrHun
2021-11-02LibThreading: Remove redundant methodBen Wiederhake
2021-09-03DisplaySettings: Add context menu for wallpapersKarol Kosek
2021-08-31DisplaySettings: Use LibConfig where possibleMustafa Quraish
2021-08-31Userland: Use Rect::centered_within() where usefulAndreas Kling
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-20DisplaySettings: Lazily load wallpapersAndrew January
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-18Userland+LibGUI: Make Margins arguments match CSS orderingsin-ack
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-08-01Applications: Remove unused header includesBrian Gianforcaro
2021-07-31DisplaySettings: Rename "virtual desktops" => "workspaces"Andreas Kling
2021-07-26DisplaySettings: Prevent minimising the windowJamie Mansfield
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-21DisplaySettings: Add ComboBox to allow selecting other screensTom
2021-07-12DisplaySettings: Reload current settings when apply dialog is dismissedLuK1337
2021-07-03DisplaySettings: Add new Desktop tab with virtual desktop settingsTom
2021-07-01DisplaySettings: Adjust FontSettings.gml to work with dark themesDoubleNegation
2021-06-25DisplaySettings: Show screen numbers when showing the Monitors tabTom
2021-06-23DisplaySettings: Revert changes unless confirmedXavier Defrang
2021-06-20WindowServer: Add API to set/get screen layoutsTom
2021-06-20WindowServer: Add initial support for rendering on multiple screensTom
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-06AK+Everywhere: Disallow constructing Functions from incompatible typesAli Mohammad Pur
2021-05-29DisplaySettings: Set monitor widget color if no image is selectedJesse Buhagiar
2021-05-24FontSettingsWidget: Reduce duplication in Label setup codeThomas Keppler
2021-05-24FontSettingsWidget: Promote Labels as instance membersThomas Keppler
2021-05-24FontSettingsWidget: Display the default (fixed-width) font's nameThomas Keppler
2021-05-21DisplaySettings: Restrict selection of fixed-width fontsAndreas Kling
2021-05-21DisplaySettings: Add "Fonts" tabAndreas Kling
2021-05-21DisplaySettings: Allow deselection of background imageJagger De Leo
2021-05-20WindowServer+DisplaySettings: Remove the weird "simple" wallpaper modeAndreas Kling
2021-05-20DisplaySettings: Improve wallpaper preview codeAndreas Kling
2021-05-20DisplaySettings: Fix broken path to MonitorSettingsWidget's GMLAndreas 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: Rename DisplaySettingsWidget => MonitorSettingsWidgetAndreas Kling
2021-05-20DisplaySettings: Give the UI a facelift :^)Andreas Kling
2021-05-20DisplaySettings: Tweak main window layout & setup codeAndreas Kling
2021-05-20DisplaySettings: Replace the monitor image with something more thematicAndreas Kling
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-12Everywhere: Add Alt shortcuts to remaining top-level menusLinus Groh
2021-05-03Userland: Update IPC calls to use proxiesGunnar Beutner