index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
DevTools
/
HackStudio
/
TerminalWrapper.cpp
Age
Commit message (
Expand
)
Author
2021-01-12
DevTools: Move to Userland/DevTools/
Andreas Kling
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-11-10
HackStudio: Scroll embedded terminals to bottom upon command execution
Andreas Kling
2020-10-29
HackStudio: Remove ProcessStateWidget
Andreas Kling
2020-10-09
HackStudio: Use new format functions.
asynts
2020-08-17
HackStudio: Move everything into the HackStudio namespace
Andreas Kling
2020-08-09
HackStudio: Set the pgrp of the pseudoterminal to the child pid
AnotherTest
2020-07-16
LibWeb: Require parent window argument for MessageBox
Tom
2020-04-06
HackStudio: Add new Terminals
Oriko
2020-03-08
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
Andreas Kling
2020-03-04
LibGUI: Use set_layout<LayoutType>() in lots of client code
Andreas Kling
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
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-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
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-02-02
LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-16
HackStudio: set sane $PATH early to include /usr/local/bin
joshua stein
2019-11-14
HackStudio: Do not spawn an intermediary shell
Sergey Bugaev
2019-11-14
HackStudio: Add TerminalWrapper::kill_running_command()
Sergey Bugaev
2019-11-14
HackStudio: Add TerminalWrapper::on_command_exit
Sergey Bugaev
2019-11-13
Terminal+HackStudio: Fix leaking PTM fd to child processes
Sergey Bugaev
2019-10-24
HackStudio: Move the ProcessStateWidget below the TerminalWidget
Andreas Kling
2019-10-24
HackStudio: Show the slave pty's PGID in the ProcessStateWidget
Andreas Kling
2019-10-24
HackStudio: Add a widget showing the state of console's running process
Andreas Kling
2019-10-22
HackStudio: Add a simple "Build" action
Andreas Kling
2019-10-21
LibVT: Make TerminalWidget's automatic size policy updates optional
Andreas Kling
2019-10-21
HackStudio: Embed a Terminal widget below the text editor
Andreas Kling