summaryrefslogtreecommitdiff
path: root/Userland/Applications/Terminal/main.cpp
AgeCommit message (Expand)Author
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-08Userland: Add `/usr/local/sbin` to `PATH` by defaultTim Schumacher
2022-07-06AK: Use an enum instead of a bool for String::replace(all_occurences)DexesTTP
2022-06-29Terminal: Repair resizingFrHun
2022-06-22Terminal+TerminalSettings: Add caret customizationMichał Lach
2022-05-25Userland: Use GUI::Process::spawn_or_show_error() for spawn() from a GUIMacDue
2022-05-25LibCore: Return ErrorOr<pid_t> and support arguments in Process::spawnMacDue
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-05-06Terminal+TerminalSettings: Allow disabling close confirmationsMacDue
2022-05-06Terminal: Close warnings for background/foreground processesMacDue
2022-04-11Terminal: Use Core::System::exec()Sam Atkins
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-11LibConfig: Rename pledge_domains(String) => pledge_domain(String)Vitaly Dyachkov
2022-01-31LibGUI: Remove `Window` background colorJelle Raaijmakers
2022-01-15Terminal: Add config listeners for controlling scrollbar visibilityBrian Gianforcaro
2021-12-11Everywhere: Fix -Winconsistent-missing-override warnings from ClangDaniel Bertalan
2021-12-05Applications: Cast unused smart-pointer TRY return values to voidSam Atkins
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-27Terminal: Modernize terminal settings as a standalone applicationkleines Filmröllchen
2021-11-24Terminal: Tighten lambda captures in create_find_window()Andreas Kling
2021-11-24Terminal: Use LibCore syscall wrapper for ptsname()Andreas Kling
2021-11-24Terminal: Use ErrorOr and TRY() when setting up the "find" dialogAndreas Kling
2021-11-24Terminal: Use TRY() a lot more in serenity_main()Andreas Kling
2021-11-23LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCoreAndreas Kling
2021-11-22Everywhere: Use Application::construct() with Main::Arguments directlyMustafa Quraish
2021-11-22Everywhere: Use ArgsParser::parse() with Main::Arguments directlyMustafa Quraish
2021-11-22Terminal: Port to LibMain :^)Andreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-09-11AK: Replace the mutable String::replace API with an immutable versionIdan Horowitz
2021-08-26Terminal: Use Config::pledge_domains()Andreas Kling
2021-08-26Terminal+LibVT: Use LibConfig instead of Core::ConfigFileAndreas Kling
2021-08-22Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to opennetworkException
2021-08-22Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writingnetworkException
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-12Userland: Fix PATH environment variable orderingJean-Baptiste Boric
2021-08-08Terminal: Save settings to config filehstde
2021-08-06Userland: Use Core::Process::spawn() instead of posix_spawn() in placesAndreas Kling
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-16Assistant: Keep the Terminal window open after the command has runGunnar Beutner
2021-07-04Terminal: Grey out color scheme widget when there's nothing to selectLuK1337
2021-06-12Terminal: Don't show window until we've added menubar to itAndreas Kling
2021-06-04LibVT+Terminal: Add color scheme supportDaniel Bertalan
2021-06-02Terminal/LibGUI::TextEditor: Add shift+return to search forwardsMarcus Nilsson
2021-06-02Terminal: Remove unused includesMarcus Nilsson
2021-06-02Terminal: Close find & settings windows on application exitMarcus Nilsson
2021-05-21Applications: Use titlecase and distinct underlined characters in menusMax Wipfli
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling