index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
TerminalSettings
Age
Commit message (
Expand
)
Author
2022-02-25
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
Itamar
2022-02-13
Userland: Run gml-format
Idan Horowitz
2022-02-11
LibConfig: Rename pledge_domains(String) => pledge_domain(String)
Vitaly Dyachkov
2022-02-07
Meta+Userland: Run the GML formatter on CI and pre-commit
kleines Filmröllchen
2022-02-01
LibGfx+Applications: Add human readable name helper for fonts
thankyouverycool
2022-01-15
TerminalSettings: Expose a CheckBox controlling scrollbar visibility
Brian Gianforcaro
2021-12-05
Applications: Cast unused smart-pointer TRY return values to void
Sam Atkins
2021-11-28
LibGUI: Move GUI::SettingsWindow setup out of the constructor
Andreas Kling
2021-11-28
LibGUI: Make GUI::SettingsWindow::add_tab() return ErrorOr
Andreas Kling
2021-11-28
TerminalSettings: Remove unnecessary pledges and unveils
Andreas Kling
2021-11-28
TerminalSettings: Port to LibMain :^)
Andreas Kling
2021-11-27
Terminal: Modernize terminal settings as a standalone application
kleines Filmröllchen