index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibVT
Age
Commit message (
Expand
)
Author
2020-01-25
LibVT: Support HVP (Horizontal and Vertical Position) (final 'f')
Andreas Kling
2020-01-25
LibVT: Support the DA (Device Attributes) request (final 'c')
Andreas Kling
2020-01-22
LibVT: Input dragged file path into the terminal on drop
Sergey Bugaev
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-16
LibVT: enforce a minimum size of 1 column and 1 row
joshua stein
2020-01-15
LibVT: only use default bold font if it's the same size as our font
joshua stein
2020-01-08
LibVT: Relayout TerminalWidget on font change
Andreas Kling
2020-01-01
LibVT: fix pixel size calculations in terminal_did_resize
joshua stein
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-09
AK: Use size_t for the length of strings
Andreas Kling
2019-12-01
LibVT: Fixed some debugging code that didn't compile
Brandon Scott
2019-11-30
LibVT: Always use Painter::clear_rect() instead of Painter::fill_rect()
Andreas Kling
2019-11-25
LibVT: Unbreak semi-transparent terminal background painting
Andreas Kling
2019-11-23
LibVT: Don't scroll to bottom for Ctrl/Alt/Shift
Andreas Kling
2019-11-20
LibVT: Don't implicitly copy the selection on double-click or mouse-up
Andreas Kling
2019-11-20
LibVT: Add a context menu to TerminalWidget
Andreas Kling
2019-11-20
Terminal+LibVT: Switch Terminal to using explicit copy/paste actions
Andreas Kling
2019-11-20
LibVT: Use the middle mouse button for pasting (instead of right)
Andreas Kling
2019-11-15
Terminal: Add selecting whole line on triple click
Rok Povsic
2019-11-10
Terminal: Clip out the scrollbar when painting the terminal buffer
Andreas Kling
2019-10-22
LibVT: Make inject_string() a public API so clients can use it
Andreas Kling
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: Make TerminalWidget logically focusable when not a main widget
Andreas Kling
2019-10-21
LibVT: Move TerminalWidget from the Terminal app to here
Andreas Kling
2019-09-17
Terminal: Ensure a \t always advances by at least one column
Sergey Bugaev
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-08-19
LibVT: Add scrollback history to VT::Terminal
Andreas Kling
2019-08-13
LibVT: Shave down VT::Attribute from 8 bytes to 3 bytes
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