summaryrefslogtreecommitdiff
path: root/Userland/Applications/TerminalSettings
AgeCommit message (Expand)Author
2023-05-05LibGUI: Make `Application`'s construction fallibleLucas CHOLLET
2023-04-30LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStylethankyouverycool
2023-04-30LibGUI+Userland: Port Labels to Stringthankyouverycool
2023-03-16LibGUI+Applications: Port SettingsWindow::add_tab() to the new stringKarol Kosek
2023-03-03TerminalSettings: Move scrollback settings from "Terminal" to "View"Andreas Kling
2023-03-03TerminalSettings: Spruce up the "Terminal" tab a bitAndreas Kling
2023-03-03TerminalSettings: Spruce up the "View" tab a bitAndreas Kling
2023-03-03TerminalSettings: Adjust layoutsAndreas Kling
2023-03-03TerminalSettings: Change tab orderAndreas Kling
2023-02-21Userland: Fix remaining smart pointer const-correctness issuesAndreas Kling
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-01-07LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)Sam Atkins
2023-01-07Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`Sam Atkins
2022-12-31Terminal+LibVT: Get the color scheme from the system themeimplicitfield
2022-12-31Everywhere: Move Base/res/terminal-colors to Base/res/color-schemesimplicitfield
2022-12-09LibGUI: Split OpacitySlider into vertical and horizontal helper classesFrHun
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-15Userland: Remove workarounds for LibIPC include order sensitivityTimothy Flynn
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
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