summaryrefslogtreecommitdiff
path: root/Userland/Applications/Terminal
AgeCommit message (Expand)Author
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
2021-01-12Applications: Move to Userland/Applications/Andreas Kling