summaryrefslogtreecommitdiff
path: root/Applications/Terminal
AgeCommit message (Expand)Author
2020-01-11Kernel: fork()ed children should inherit pledge promises :^)Andreas Kling
2020-01-11Terminal: Use pledge()Andreas Kling
2020-01-08Terminal: Put the Font menu items in an action group :^)Andreas Kling
2019-12-25Build: support library and generator dependenciesjoshua stein
2019-12-24LibGUI+LibDraw: Add "Palette" concept for scoped color themingAndreas Kling
2019-12-23WindowServer+LibGUI: Implement basic color themingAndreas Kling
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-12-09LibGUI: Make GMenu inherit from CObjectAndreas Kling
2019-12-02Terminal: Ignore SIGCHLD with SA_NOCLDWAITAndreas Kling
2019-11-20Terminal+LibVT: Switch Terminal to using explicit copy/paste actionsAndreas Kling
2019-11-20Terminal: Add action to open a new terminal with Ctrl+Shift+NAndreas Kling
2019-11-13Terminal+HackStudio: Fix leaking PTM fd to child processesSergey Bugaev
2019-10-22LibVT+Terminal: Give TerminalWidget a hook for EOF on the ptyAndreas Kling
2019-10-21LibVT+Terminal: Don't set window title directly from TerminalWidgetAndreas Kling
2019-10-21LibVT: Make TerminalWidget's automatic size policy updates optionalAndreas Kling
2019-10-21LibVT: Move TerminalWidget from the Terminal app to hereAndreas Kling
2019-10-19Terminal: Make Shift+PgUp/PgDown scroll the terminal up/down one pageAndreas Kling
2019-10-02Terminal: Remove crashy assertion about line lengthAndreas Kling
2019-09-28Terminal: Add underline supportSergey Bugaev
2019-09-22LibCore: Remove ObjectPtr in favor of RefPtrAndreas Kling
2019-09-21LibGUI: Convert custom widgets and subclasses to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GRadioButton to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GWindow to ObjectPtrAndreas Kling
2019-09-21LibCore: Remove CTimer::create() overloads in favor of construct()Andreas Kling
2019-09-21LibGUI: Convert GWidget to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GSlider to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GGroupBox to ObjectPtrAndreas Kling
2019-09-21LibCore: Convert CTCPServer to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GScrollBar to ObjectPtrAndreas Kling
2019-09-20LibCore: Convert CNotifier to ObjectPtrAndreas Kling
2019-09-20LibCore: Convert CTimer to ObjectPtrAndreas Kling
2019-09-16Terminal: Scroll cursor into view when typing (#568)Jesse
2019-09-14LibGUI: Simplify GCommonActions a bitAndreas Kling
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-09-05Terminal: Add some basic emoji supportSergey Bugaev
2019-09-05Terminal: Added GCommonActionsrhin123
2019-09-02Terminal: Use GAboutDialog :^)Andreas Kling
2019-09-02Terminal: Add -e (execute) command line optionConrad Pankoff
2019-08-29Terminal: Use a gear icon for the "Settings" menuAndreas Kling
2019-08-25Terminal: Fixed bounding issue when clearing the selection on typerhin123
2019-08-25Terminal: Clear selection if we type behind/inside itrhin123
2019-08-22Terminal: Allow selecting words by double-clicking themAndreas Kling
2019-08-20Terminal: Allow scrolling through terminal history with the mouse wheelAndreas Kling
2019-08-19Terminal: Implement basic history scrollbackAndreas Kling
2019-08-15Terminal: Mark window as alpha-less when starting up with 100% opacityAndreas Kling
2019-08-13Terminal: Only repaint the lines that actually changedAndreas Kling
2019-08-13Terminal: Clip to the paint event rectAndreas Kling
2019-08-13Terminal: Rename Terminal => TerminalWidgetAndreas Kling
2019-08-13LibVT: Rename VT::BufferPosition to VT::Position and move to own fileAndreas Kling
2019-08-12LibVT: Factor out terminal emulation from Terminal to make it reusableAndreas Kling