Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-28 | LibGUI+Applications: Use the new layout system in the settings screens | FrHun | |
2022-05-06 | Terminal+TerminalSettings: Allow disabling close confirmations | MacDue | |
2022-02-07 | Meta+Userland: Run the GML formatter on CI and pre-commit | kleines Filmröllchen | |
Now that the GML formatter is both perserving comments and also mostly agrees to the existing GML style, it can be used to auto-format all the GML files in the system. This commit does not only contain the scripts for running the formatting on CI and the pre-commit hook, but also initially formats all the existing GML files so that the hook is successfull. | |||
2022-01-15 | TerminalSettings: Expose a CheckBox controlling scrollbar visibility | Brian Gianforcaro | |
2021-11-27 | Terminal: Modernize terminal settings as a standalone application | kleines Filmröllchen | |
The settings for Terminal are extracted into their own application, TerminalSettings, which is reachable over the normal Settings menu as well as the same place in the Terminal menu. The font settings are moved into these settings as well, which are now split up into the "Terminal" and "View" tabs. The font settings themselves receive an option to override the selected font with the system default on the user side. The live update behavior of all of the terminal settings is retained. The layout of the new TerminalSettings is based around the other Settings applications, but pixel-perfectness is missing in some places. It's a bit fiddly and I'd like to have some better GUI::Label auto-size behavior, but oh well :^) |