index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
Terminal
/
main.cpp
Age
Commit message (
Expand
)
Author
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-09-11
AK: Replace the mutable String::replace API with an immutable version
Idan Horowitz
2021-08-26
Terminal: Use Config::pledge_domains()
Andreas Kling
2021-08-26
Terminal+LibVT: Use LibConfig instead of Core::ConfigFile
Andreas Kling
2021-08-22
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
networkException
2021-08-22
Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writing
networkException
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-08-12
Userland: Fix PATH environment variable ordering
Jean-Baptiste Boric
2021-08-08
Terminal: Save settings to config file
hstde
2021-08-06
Userland: Use Core::Process::spawn() instead of posix_spawn() in places
Andreas Kling
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-16
Assistant: Keep the Terminal window open after the command has run
Gunnar Beutner
2021-07-04
Terminal: Grey out color scheme widget when there's nothing to select
LuK1337
2021-06-12
Terminal: Don't show window until we've added menubar to it
Andreas Kling
2021-06-04
LibVT+Terminal: Add color scheme support
Daniel Bertalan
2021-06-02
Terminal/LibGUI::TextEditor: Add shift+return to search forwards
Marcus Nilsson
2021-06-02
Terminal: Remove unused includes
Marcus Nilsson
2021-06-02
Terminal: Close find & settings windows on application exit
Marcus Nilsson
2021-05-21
Applications: Use titlecase and distinct underlined characters in menus
Max Wipfli
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-06
LibC: Remove 'int* aslave' parameter from forkpty()
Linus Groh
2021-05-01
Everywhere: Rename app_menu to file_menu or game_menu
Andreas Kling
2021-04-30
LibC: Implement openpty(), forkpty() and login_tty()
Gunnar Beutner
2021-04-29
Everywhere: "file name" => "filename"
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
Terminal: Use 16x16/settings.png for the terminal settings action
Andreas Kling
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-09
Terminal+LibVT: Add Alt shortcuts to menu actions
Andreas Kling
2021-04-05
Terminal: Add Alt shortcuts for top-level menus
Andreas Kling
2021-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
2021-03-13
Terminal: Create config file parent directories before unveil()'ing
Linus Groh
2021-03-13
Terminal: Add support for fullscreen view
Brendan Coles
2021-03-03
Terminal: Stop pushing a PROMPT into the shell's environment
Andreas Kling
2021-02-27
LibVT: Put TerminalWidget in the VT namespace :^)
Andreas Kling
2021-02-26
Terminal: Remove unnecessary ellipses and capitalize name in menu
thankyouverycool
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-20
Terminal+LibVT: Resize Terminal app window when requested by VT
Andreas Kling
2021-02-16
Revert "Terminal: Drop "proc" and "exec" pledges after initializing"
Andreas Kling
2021-02-16
Terminal: Turn the "settings" and "find" popups into tool windows :^)
Andreas Kling
2021-02-16
Terminal: Drop "proc" and "exec" pledges after initializing
Andreas Kling
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling