Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-02 | DisplaySettings: Add theme selection and preview | MacDue | |
2022-01-23 | DisplaySettings: Show DPI for selected resolution | Tom | |
This uses the EDID provided by the connected display to show the pixel density of a selected resolution. | |||
2021-11-28 | DisplaySettings: Port to LibMain :^) | Andreas Kling | |
2021-09-03 | DisplaySettings: Add context menu for wallpapers | Karol Kosek | |
This adds a 'Show in File Manager' action and copy path action to file context menu for quicker navigation. :^) | |||
2021-08-31 | DisplaySettings: Use LibConfig where possible | Mustafa Quraish | |
Some places here still need to open `/etc/WindowServer.ini` which we can't do with th ConfigServer yet. | |||
2021-07-03 | DisplaySettings: Add new Desktop tab with virtual desktop settings | Tom | |
This allows the user to configure the virtual desktop setup as desired. | |||
2021-06-17 | Everywhere: Add component declarations | Gunnar Beutner | |
This adds component declarations so that users can select to not build certain parts of the OS. | |||
2021-05-21 | DisplaySettings: Add "Fonts" tab | Andreas Kling | |
This allows you to view, edit, and apply changes to the system fonts. | |||
2021-05-20 | DisplaySettings: Rename DisplaySettingsWidget => MonitorSettingsWidget | Andreas Kling | |
2021-05-20 | DisplaySettings: 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-12 | Applications: Move to Userland/Applications/ | Andreas Kling | |