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
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-09
LibGUI: Make GMenu inherit from CObject
Andreas Kling
2019-12-02
Terminal: Ignore SIGCHLD with SA_NOCLDWAIT
Andreas Kling
2019-11-20
Terminal+LibVT: Switch Terminal to using explicit copy/paste actions
Andreas Kling
2019-11-20
Terminal: Add action to open a new terminal with Ctrl+Shift+N
Andreas Kling
2019-11-13
Terminal+HackStudio: Fix leaking PTM fd to child processes
Sergey Bugaev
2019-10-22
LibVT+Terminal: Give TerminalWidget a hook for EOF on the pty
Andreas Kling
2019-10-21
LibVT+Terminal: Don't set window title directly from TerminalWidget
Andreas Kling
2019-10-21
LibVT: Make TerminalWidget's automatic size policy updates optional
Andreas Kling
2019-10-21
LibVT: Move TerminalWidget from the Terminal app to here
Andreas Kling
2019-10-19
Terminal: Make Shift+PgUp/PgDown scroll the terminal up/down one page
Andreas Kling
2019-10-02
Terminal: Remove crashy assertion about line length
Andreas Kling
2019-09-28
Terminal: Add underline support
Sergey Bugaev
2019-09-22
LibCore: Remove ObjectPtr in favor of RefPtr
Andreas Kling
2019-09-21
LibGUI: Convert custom widgets and subclasses to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GRadioButton to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GWindow to ObjectPtr
Andreas Kling
2019-09-21
LibCore: Remove CTimer::create() overloads in favor of construct()
Andreas Kling
2019-09-21
LibGUI: Convert GWidget to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GSlider to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GGroupBox to ObjectPtr
Andreas Kling
2019-09-21
LibCore: Convert CTCPServer to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GScrollBar to ObjectPtr
Andreas Kling
2019-09-20
LibCore: Convert CNotifier to ObjectPtr
Andreas Kling
2019-09-20
LibCore: Convert CTimer to ObjectPtr
Andreas Kling
2019-09-16
Terminal: Scroll cursor into view when typing (#568)
Jesse
2019-09-14
LibGUI: Simplify GCommonActions a bit
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-09-05
Terminal: Add some basic emoji support
Sergey Bugaev
2019-09-05
Terminal: Added GCommonActions
rhin123
2019-09-02
Terminal: Use GAboutDialog :^)
Andreas Kling
2019-09-02
Terminal: Add -e (execute) command line option
Conrad Pankoff
2019-08-29
Terminal: Use a gear icon for the "Settings" menu
Andreas Kling
2019-08-25
Terminal: Fixed bounding issue when clearing the selection on type
rhin123
2019-08-25
Terminal: Clear selection if we type behind/inside it
rhin123
2019-08-22
Terminal: Allow selecting words by double-clicking them
Andreas Kling
2019-08-20
Terminal: Allow scrolling through terminal history with the mouse wheel
Andreas Kling
2019-08-19
Terminal: Implement basic history scrollback
Andreas Kling
2019-08-15
Terminal: Mark window as alpha-less when starting up with 100% opacity
Andreas Kling
2019-08-13
Terminal: Only repaint the lines that actually changed
Andreas Kling
2019-08-13
Terminal: Clip to the paint event rect
Andreas Kling
2019-08-13
Terminal: Rename Terminal => TerminalWidget
Andreas Kling
2019-08-13
LibVT: Rename VT::BufferPosition to VT::Position and move to own file
Andreas Kling
2019-08-12
LibVT: Factor out terminal emulation from Terminal to make it reusable
Andreas Kling
2019-08-06
Terminal: Fix trying to free() a stack variable
Sergey Bugaev
2019-08-04
Terminal: Paint bold text with a bold font.
Andreas Kling
2019-08-03
LibCore: Make get_current_user_home_path() return String & close passwd
Andreas Kling
2019-07-28
WindowServer+LibGUI: Pass window icons as shared buffers rather than paths.
Andreas Kling
2019-07-25
LibCore: Introduce a C_OBJECT macro.
Andreas Kling
2019-07-24
AK: Make HashMap::get(Key) return an Optional<Value>.
Andreas Kling
[next]