1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 03:21:01 +00:00
serenity/Userland/Applications/DisplaySettings
Linus Groh e265054c12 Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
This is basically just for consistency, it's quite strange to see
multiple AK container types next to each other, some with and some
without the namespace prefix - we're 'using AK::Foo;' a lot and should
leverage that. :^)
2021-02-26 16:59:56 +01:00
..
CMakeLists.txt Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
DisplaySettings.cpp Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 2021-02-26 16:59:56 +01:00
DisplaySettings.h DisplaySettings: Show a confirmation message when applying changes 2021-02-03 10:17:19 +01:00
DisplaySettingsWindow.gml DisplaySettings: Tweak UI, call it "1x/2x scale" instead of "100%/200%" 2021-02-22 14:13:00 +01:00
main.cpp Everywhere: Add missing parent window to about dialogs 2021-01-30 13:42:39 +01:00
MonitorWidget.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
MonitorWidget.h DisplaySettings: Add UI for switching the scale factor 2021-01-17 08:06:12 +01:00