summaryrefslogtreecommitdiff
path: root/Userland/Applications/TerminalSettings
AgeCommit message (Expand)Author
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
2022-10-04Applications: Use title-case for group box titles in settingsTimothy Flynn
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-06AK: Use an enum instead of a bool for String::replace(all_occurences)DexesTTP
2022-06-30Applications+Games+LibGUI: Fix layout problemsFrHun
2022-06-28LibGUI+Applications: Use the new layout system in the settings screensFrHun
2022-06-22Terminal+TerminalSettings: Add caret customizationMichał Lach
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-05-12TerminalSettings: Set window modified stateSam Atkins
2022-05-06Terminal+TerminalSettings: Allow disabling close confirmationsMacDue
2022-04-21LibGUI+Applications: Add --open-tab option to FooSettings applicationsSam Atkins
2022-04-21LibGUI+Applications: Give SettingsWindow tabs a string IDSam Atkins
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-02-25Userland: Rename WindowServerConnection=>ConnectionToWindowServerItamar
2022-02-13Userland: Run gml-formatIdan Horowitz
2022-02-11LibConfig: Rename pledge_domains(String) => pledge_domain(String)Vitaly Dyachkov
2022-02-07Meta+Userland: Run the GML formatter on CI and pre-commitkleines Filmröllchen
2022-02-01LibGfx+Applications: Add human readable name helper for fontsthankyouverycool
2022-01-15TerminalSettings: Expose a CheckBox controlling scrollbar visibilityBrian Gianforcaro
2021-12-05Applications: Cast unused smart-pointer TRY return values to voidSam Atkins
2021-11-28LibGUI: Move GUI::SettingsWindow setup out of the constructorAndreas Kling
2021-11-28LibGUI: Make GUI::SettingsWindow::add_tab() return ErrorOrAndreas Kling
2021-11-28TerminalSettings: Remove unnecessary pledges and unveilsAndreas Kling
2021-11-28TerminalSettings: Port to LibMain :^)Andreas Kling
2021-11-27Terminal: Modernize terminal settings as a standalone applicationkleines Filmröllchen