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
Age
Commit message (
Expand
)
Author
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-08
Userland: Add `/usr/local/sbin` to `PATH` by default
Tim Schumacher
2022-07-06
AK: Use an enum instead of a bool for String::replace(all_occurences)
DexesTTP
2022-06-29
Terminal: Repair resizing
FrHun
2022-06-22
Terminal+TerminalSettings: Add caret customization
Michał Lach
2022-05-25
Userland: Use GUI::Process::spawn_or_show_error() for spawn() from a GUI
MacDue
2022-05-25
LibCore: Return ErrorOr<pid_t> and support arguments in Process::spawn
MacDue
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-05-06
Terminal+TerminalSettings: Allow disabling close confirmations
MacDue
2022-05-06
Terminal: Close warnings for background/foreground processes
MacDue
2022-04-11
Terminal: Use Core::System::exec()
Sam Atkins
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-11
LibConfig: Rename pledge_domains(String) => pledge_domain(String)
Vitaly Dyachkov
2022-01-31
LibGUI: Remove `Window` background color
Jelle Raaijmakers
2022-01-15
Terminal: Add config listeners for controlling scrollbar visibility
Brian Gianforcaro
2021-12-11
Everywhere: Fix -Winconsistent-missing-override warnings from Clang
Daniel Bertalan
2021-12-05
Applications: Cast unused smart-pointer TRY return values to void
Sam Atkins
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-27
Terminal: Modernize terminal settings as a standalone application
kleines Filmröllchen
2021-11-24
Terminal: Tighten lambda captures in create_find_window()
Andreas Kling
2021-11-24
Terminal: Use LibCore syscall wrapper for ptsname()
Andreas Kling
2021-11-24
Terminal: Use ErrorOr and TRY() when setting up the "find" dialog
Andreas Kling
2021-11-24
Terminal: Use TRY() a lot more in serenity_main()
Andreas Kling
2021-11-23
LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
Andreas Kling
2021-11-22
Everywhere: Use Application::construct() with Main::Arguments directly
Mustafa Quraish
2021-11-22
Everywhere: Use ArgsParser::parse() with Main::Arguments directly
Mustafa Quraish
2021-11-22
Terminal: Port to LibMain :^)
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-03
Applications: Remove border from GroupBox margins
FrHun
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-18
Userland+LibGUI: Make Margins arguments match CSS ordering
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-17
Everywhere: Add component declarations
Gunnar Beutner
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
[next]