summaryrefslogtreecommitdiff
path: root/Userland/Applications/DisplaySettings
AgeCommit message (Expand)Author
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
2021-05-01Everywhere: Rename app_menu to file_menu or game_menuAndreas Kling
2021-04-29WindowServer: Move configuration file to /etc/WindowServer.iniAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-03-29Everywhere: Remove empty {} from GML objectsEdgar Araújo
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-03-16LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888xAndreas Kling
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-22DisplaySettings: Tweak UI, call it "1x/2x scale" instead of "100%/200%"Andreas Kling
2021-02-19DisplaySettings: Show revert dialog only for resolution/dpi changes.belginul
2021-02-03DisplaySettings: Show a confirmation message when applying changesEvilHowl
2021-01-30Everywhere: Add missing parent window to about dialogsLinus Groh
2021-01-22LibGfx: Implement blit_offset() in terms of blit()Nico Weber
2021-01-17DisplaySettings: Add more resolution choicesNico Weber
2021-01-17DisplaySettings: Add UI for switching the scale factorNico Weber
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-15WindowServer: Add a "scale" parameter to the SetResolution message and plumb ...Nico Weber
2021-01-15DisplaySettings: Fix a comment typoNico Weber
2021-01-15DisplaySettings: Rename wallpaper setting "scaled" to "stretch"Nico Weber
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling