Andreas Kling
|
21a5fb0fa2
LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
|
3 anos atrás |
Mustafa Quraish
|
4d302e0e88
Everywhere: Use Application::construct() with Main::Arguments directly
|
3 anos atrás |
Mustafa Quraish
|
2fbcab46bf
Everywhere: Use ArgsParser::parse() with Main::Arguments directly
|
3 anos atrás |
Andreas Kling
|
e388782f60
Terminal: Port to LibMain :^)
|
3 anos atrás |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 anos atrás |
Andreas Kling
|
235f39e449
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
|
3 anos atrás |
Idan Horowitz
|
6704961c82
AK: Replace the mutable String::replace API with an immutable version
|
3 anos atrás |
Andreas Kling
|
3114fe612c
Terminal: Use Config::pledge_domains()
|
3 anos atrás |
Andreas Kling
|
82d8cd2b87
Terminal+LibVT: Use LibConfig instead of Core::ConfigFile
|
3 anos atrás |
networkException
|
acde7d12b0
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
|
3 anos atrás |
networkException
|
938051feb8
Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writing
|
3 anos atrás |
sin-ack
|
e11d177618
Userland+LibGUI: Add shorthand versions of the Margins constructor
|
4 anos atrás |
Jean-Baptiste Boric
|
2084289162
Userland: Fix PATH environment variable ordering
|
4 anos atrás |
hstde
|
7d22713a72
Terminal: Save settings to config file
|
4 anos atrás |
Andreas Kling
|
779316d468
Userland: Use Core::Process::spawn() instead of posix_spawn() in places
|
4 anos atrás |
Andreas Kling
|
687a12d7fb
Userland: Add GUI::Window::add_menu() and use it everywhere
|
4 anos atrás |
Andreas Kling
|
c7d891765c
LibGfx: Use "try_" prefix for static factory functions
|
4 anos atrás |
Gunnar Beutner
|
c7265ee6bd
Assistant: Keep the Terminal window open after the command has run
|
4 anos atrás |
LuK1337
|
0486e5895d
Terminal: Grey out color scheme widget when there's nothing to select
|
4 anos atrás |
Andreas Kling
|
de77946a8c
Terminal: Don't show window until we've added menubar to it
|
4 anos atrás |
Daniel Bertalan
|
acbd1d14d0
LibVT+Terminal: Add color scheme support
|
4 anos atrás |
Marcus Nilsson
|
11fa3e4f92
Terminal/LibGUI::TextEditor: Add shift+return to search forwards
|
4 anos atrás |
Marcus Nilsson
|
9550564767
Terminal: Remove unused includes
|
4 anos atrás |
Marcus Nilsson
|
734bd9841a
Terminal: Close find & settings windows on application exit
|
4 anos atrás |
Max Wipfli
|
229414b002
Applications: Use titlecase and distinct underlined characters in menus
|
4 anos atrás |
Andreas Kling
|
31d4bcf5bf
Userland: Tighten a *lot* of pledges! :^)
|
4 anos atrás |
Linus Groh
|
5391836468
LibC: Remove 'int* aslave' parameter from forkpty()
|
4 anos atrás |
Andreas Kling
|
4b0098e52f
Everywhere: Rename app_menu to file_menu or game_menu
|
4 anos atrás |
Gunnar Beutner
|
f48f26f52d
LibC: Implement openpty(), forkpty() and login_tty()
|
4 anos atrás |
Andreas Kling
|
7ae7170d61
Everywhere: "file name" => "filename"
|
4 anos atrás |