index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
Terminal
Age
Commit message (
Expand
)
Author
2020-10-25
LibGfx+LibGUI+Clients: Make fonts findable by their qualified name
Andreas Kling
2020-10-06
Terminal: Use new format functions.
asynts
2020-09-06
Terminal: Use utmpupdate to update /var/run/utmp
Andreas Kling
2020-08-27
Base: Move 16x16 common icons to /res/icons/16x16/
thankyouverycool
2020-08-15
Misc: Use automatic window positioning in more applications
Linus Groh
2020-08-12
Applications: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-04
Terminal: Disown child processes after spawning
Andreas Kling
2020-08-01
Applications: Stop setting initial window location
Peter Elliott
2020-07-05
Terminal+LibVT: Add "clear including history" action (Ctrl+Shift+K) :^)
Andreas Kling
2020-07-04
Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes
Andreas Kling
2020-07-04
Kernel: Move headers intended for userspace use into Kernel/API/
Andreas Kling
2020-07-04
LibGUI: Turn GUI::Application::the() into a pointer
Andreas Kling
2020-07-04
LibGUI: Make GUI::Application a Core::Object
Andreas Kling
2020-06-30
LibVT/Terminal: add a scroll length to the TerminalWidget
Benoît Lormeau
2020-06-29
Everywhere: Replace some uses of fork/exec with posix_spawn
Nico Weber
2020-05-26
Userland et al: Pledge sigaction when needed
Sergey Bugaev
2020-05-25
Terminal: Handle fork error by whining about it
AnotherTest
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-09
LibVT+Terminal: Support hyperlinks in the terminal :^)
Andreas Kling
2020-05-02
Terminal: Write an empty string instead of (null) on Command key
Andres Vieira
2020-05-02
Terminal: Add config for startup command
Shannon Booth
2020-04-30
Terminal: Tweak default prompt color slightly :^)
Andreas Kling
2020-04-21
LibGUI: Make it easier to create checkable GUI::Actions
Andreas Kling
2020-04-21
LibGUI: Make MenuBar a Core::Object
Andreas Kling
2020-04-19
LibCore: Add StandardPaths thing to retrieve various standard locations
Andreas Kling
2020-04-04
LibGUI: Add MenuBar::add_menu(name)
Andreas Kling
2020-03-18
Terminal: Remove working directory argument
Itamar
2020-03-15
Terminal: Add -d option for specifying working directory
Itamar
2020-03-11
Terminal: Make the settings window unresizable
Tibor Nagy
2020-03-07
LibGUI: Move Icon and FontDatabase into the GUI namespace
Shannon Booth
2020-03-04
LibCore: Make Core::Object::add<ChildType> return a ChildType&
Andreas Kling
2020-03-04
LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients
Andreas Kling
2020-03-04
LibGUI: Use set_layout<LayoutType>() in lots of client code
Andreas Kling
2020-02-29
Terminal: Put PAGER=more in the default environment
Andreas Kling
2020-02-25
Terminal: Open settings as a modal window
Tibor Nagy
2020-02-25
Terminal: Don't set an initial command_to_execute
joshua stein
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
2020-02-15
LibGUI: Reduce menu-related header dependencies
Andreas Kling
2020-02-15
LibGUI: Remove some header dependencies from Application.h
Andreas Kling
2020-02-14
LibGUI: Remove some header dependencies from Widget.h
Andreas Kling
2020-02-10
Terminal: Set up a nice $PROMPT for the shell :^)
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-06
LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout
Andreas Kling
2020-02-06
LibGUI: Add HorizontalSlider and VerticalSlider convenience classes
Andreas Kling
2020-02-06
LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-05
LibC: Add posix_openpt(), grantpt() and unlockpt()
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
[next]