summaryrefslogtreecommitdiff
path: root/Userland/Applications/Terminal
AgeCommit message (Expand)Author
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-11-03Applications: Remove border from GroupBox marginsFrHun
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-18Userland+LibGUI: Make Margins arguments match CSS orderingsin-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-17Everywhere: Add component declarationsGunnar Beutner
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
2021-05-06LibC: Remove 'int* aslave' parameter from forkpty()Linus Groh
2021-05-01Everywhere: Rename app_menu to file_menu or game_menuAndreas Kling
2021-04-30LibC: Implement openpty(), forkpty() and login_tty()Gunnar Beutner
2021-04-29Everywhere: "file name" => "filename"Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21Terminal: Use 16x16/settings.png for the terminal settings actionAndreas Kling
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-09Terminal+LibVT: Add Alt shortcuts to menu actionsAndreas Kling
2021-04-05Terminal: Add Alt shortcuts for top-level menusAndreas Kling
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-03-13Terminal: Create config file parent directories before unveil()'ingLinus Groh
2021-03-13Terminal: Add support for fullscreen viewBrendan Coles
2021-03-03Terminal: Stop pushing a PROMPT into the shell's environmentAndreas Kling
2021-02-27LibVT: Put TerminalWidget in the VT namespace :^)Andreas Kling
2021-02-26Terminal: Remove unnecessary ellipses and capitalize name in menuthankyouverycool
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-20Terminal+LibVT: Resize Terminal app window when requested by VTAndreas Kling
2021-02-16Revert "Terminal: Drop "proc" and "exec" pledges after initializing"Andreas Kling
2021-02-16Terminal: Turn the "settings" and "find" popups into tool windows :^)Andreas Kling
2021-02-16Terminal: Drop "proc" and "exec" pledges after initializingAndreas Kling
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling