ladybird/Userland/Applications/DisplaySettings
Nico Weber 2fe6a313c2 LibGfx: Implement blit_offset() in terms of blit()
It's less code, and blit() already handles scaled painters.

Fixes the window server asserting in highdpi mode with a centered
background image. Part of #5017.
2021-01-22 17:32:44 +01:00
..
CMakeLists.txt Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
DisplaySettings.cpp DisplaySettings: Add more resolution choices 2021-01-17 08:06:12 +01:00
DisplaySettings.h DisplaySettings: Add UI for switching the scale factor 2021-01-17 08:06:12 +01:00
DisplaySettingsWindow.gml DisplaySettings: Add UI for switching the scale factor 2021-01-17 08:06:12 +01:00
main.cpp Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
MonitorWidget.cpp LibGfx: Implement blit_offset() in terms of blit() 2021-01-22 17:32:44 +01:00
MonitorWidget.h DisplaySettings: Add UI for switching the scale factor 2021-01-17 08:06:12 +01:00