summaryrefslogtreecommitdiff
path: root/DevTools/HackStudio/TerminalWrapper.cpp
AgeCommit message (Expand)Author
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling
2020-12-21Everywhere: Switch from (void) to [[maybe_unused]] (#4473)Lenny Maiorani
2020-11-10HackStudio: Scroll embedded terminals to bottom upon command executionAndreas Kling
2020-10-29HackStudio: Remove ProcessStateWidgetAndreas Kling
2020-10-09HackStudio: Use new format functions.asynts
2020-08-17HackStudio: Move everything into the HackStudio namespaceAndreas Kling
2020-08-09HackStudio: Set the pgrp of the pseudoterminal to the child pidAnotherTest
2020-07-16LibWeb: Require parent window argument for MessageBoxTom
2020-04-06HackStudio: Add new TerminalsOriko
2020-03-08Userspace: Add missing #includes now that AK/StdLibExtras.h is smallerAndreas Kling
2020-03-04LibGUI: Use set_layout<LayoutType>() in lots of client codeAndreas Kling
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-23Userspace: Use Core::Object::add() when building interfacesAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-06LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayoutAndreas Kling
2020-02-05LibC: Add posix_openpt(), grantpt() and unlockpt()Andreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-02-02LibGUI: Add GHBoxLayout and GVBoxLayout convenience classesAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-16HackStudio: set sane $PATH early to include /usr/local/binjoshua stein
2019-11-14HackStudio: Do not spawn an intermediary shellSergey Bugaev
2019-11-14HackStudio: Add TerminalWrapper::kill_running_command()Sergey Bugaev
2019-11-14HackStudio: Add TerminalWrapper::on_command_exitSergey Bugaev
2019-11-13Terminal+HackStudio: Fix leaking PTM fd to child processesSergey Bugaev
2019-10-24HackStudio: Move the ProcessStateWidget below the TerminalWidgetAndreas Kling
2019-10-24HackStudio: Show the slave pty's PGID in the ProcessStateWidgetAndreas Kling
2019-10-24HackStudio: Add a widget showing the state of console's running processAndreas Kling
2019-10-22HackStudio: Add a simple "Build" actionAndreas Kling
2019-10-21LibVT: Make TerminalWidget's automatic size policy updates optionalAndreas Kling
2019-10-21HackStudio: Embed a Terminal widget below the text editorAndreas Kling