summaryrefslogtreecommitdiff
path: root/Userland/Applications/DisplaySettings
AgeCommit message (Expand)Author
2022-02-18Userland: Dynamically update the MonitorSettingsWidget countdown timerstijndr
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile factory methodsSam Atkins
2022-02-15DisplaySettings: Include aspect ratio in resolution list textForLoveOfCats
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-02-14WindowServer+Userland: Pass wallpapers as `Gfx::Bitmap` instead of pathJames Puleo
2022-02-13Userland: Run gml-formatIdan Horowitz
2022-02-11LibConfig: Rename pledge_domains(String) => pledge_domain(String)Vitaly Dyachkov
2022-02-07Meta+Userland: Run the GML formatter on CI and pre-commitkleines Filmröllchen
2022-02-01LibGfx+Applications: Add human readable name helper for fontsthankyouverycool
2022-01-29DisplaySettings: Set icons from GMLDylan Katz
2022-01-23DisplaySettings: Show display's manufacturer and size instead of deviceTom
2022-01-23DisplaySettings: Show DPI for selected resolutionTom
2022-01-02DisplaySettings: Add 1440p ultrawide resolutionFiliph Sandström
2021-12-05Applications: Cast unused smart-pointer TRY return values to voidSam Atkins
2021-12-05Userland: Cast unused BackgroundAction::construct() results to voidSam Atkins
2021-11-28LibGUI: Move GUI::SettingsWindow setup out of the constructorAndreas Kling
2021-11-28LibGUI: Make GUI::SettingsWindow::add_tab() return ErrorOrAndreas Kling
2021-11-28DisplaySettings: Port to LibMain :^)Andreas Kling
2021-11-26DisplaySettings: Update wallpaper config path only on successKarol Kosek
2021-11-26DisplaySettings: Always save the background color to the configKarol Kosek
2021-11-20DisplaySettings: Migrate to using SettingsWindow :^)Sam Atkins
2021-11-20DisplaySettings: Move screen number show/hide logic into widgetSam Atkins
2021-11-16DisplaySettings: Handle errors when loading wallpaper bitmapKarol Kosek
2021-11-13Everywhere: Replace "virtual desktop" => "workspace"Andreas Kling
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