index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
DisplaySettings
Age
Commit message (
Expand
)
Author
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-03-29
Everywhere: Remove empty {} from GML objects
Edgar Araújo
2021-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
2021-03-16
LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-22
DisplaySettings: Tweak UI, call it "1x/2x scale" instead of "100%/200%"
Andreas Kling
2021-02-19
DisplaySettings: Show revert dialog only for resolution/dpi changes.
belginul
2021-02-03
DisplaySettings: Show a confirmation message when applying changes
EvilHowl
2021-01-30
Everywhere: Add missing parent window to about dialogs
Linus Groh
2021-01-22
LibGfx: Implement blit_offset() in terms of blit()
Nico Weber
2021-01-17
DisplaySettings: Add more resolution choices
Nico Weber
2021-01-17
DisplaySettings: Add UI for switching the scale factor
Nico Weber
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-15
WindowServer: Add a "scale" parameter to the SetResolution message and plumb ...
Nico Weber
2021-01-15
DisplaySettings: Fix a comment typo
Nico Weber
2021-01-15
DisplaySettings: Rename wallpaper setting "scaled" to "stretch"
Nico Weber
2021-01-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling