summaryrefslogtreecommitdiff
path: root/Userland/Applications/DisplaySettings/CMakeLists.txt
AgeCommit message (Collapse)Author
2022-04-02DisplaySettings: Add theme selection and previewMacDue
2022-01-23DisplaySettings: Show DPI for selected resolutionTom
This uses the EDID provided by the connected display to show the pixel density of a selected resolution.
2021-11-28DisplaySettings: Port to LibMain :^)Andreas Kling
2021-09-03DisplaySettings: Add context menu for wallpapersKarol Kosek
This adds a 'Show in File Manager' action and copy path action to file context menu for quicker navigation. :^)
2021-08-31DisplaySettings: Use LibConfig where possibleMustafa Quraish
Some places here still need to open `/etc/WindowServer.ini` which we can't do with th ConfigServer yet.
2021-07-03DisplaySettings: Add new Desktop tab with virtual desktop settingsTom
This allows the user to configure the virtual desktop setup as desired.
2021-06-17Everywhere: Add component declarationsGunnar Beutner
This adds component declarations so that users can select to not build certain parts of the OS.
2021-05-21DisplaySettings: Add "Fonts" tabAndreas Kling
This allows you to view, edit, and apply changes to the system fonts.
2021-05-20DisplaySettings: Rename DisplaySettingsWidget => MonitorSettingsWidgetAndreas Kling
2021-05-20DisplaySettings: Give the UI a facelift :^)Andreas Kling
- Split the main UI into two tabs: "Background" and "Monitor". - Use a GUI::IconView for selecting background pictures. - Tweak layout, spacing, etc.
2021-01-12Applications: Move to Userland/Applications/Andreas Kling