1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-19 04:01:00 +00:00
serenity/Userland/Applications/DisplaySettings
Nico Weber 63ac9462ad WindowServer: Add a "scale" parameter to the SetResolution message and plumb it through
Now, `chres 640 480 2` can set the UI to HighDPI 640x480 at runtime. A
real GUI for changing the display factor will come later.

(`chres 640 480 2` followed by `chres 1280 960` is very fast since
we don't have to re-allocate the framebuffer since both modes use
the exact same number of physical pixels.)
2021-01-15 22:05:08 +01:00
..
CMakeLists.txt Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
DisplaySettings.cpp WindowServer: Add a "scale" parameter to the SetResolution message and plumb it through 2021-01-15 22:05:08 +01:00
DisplaySettings.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
DisplaySettingsWindow.gml Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
main.cpp Everywhere: Pledge "sendfd" in WindowServer client programs 2021-01-15 14:10:32 +01:00
MonitorWidget.cpp DisplaySettings: Rename wallpaper setting "scaled" to "stretch" 2021-01-15 19:13:46 +01:00
MonitorWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00