summaryrefslogtreecommitdiff
path: root/Userland/Applications/DisplaySettings
AgeCommit message (Expand)Author
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