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
/
TerminalWidget.h
Age
Commit message (
Expand
)
Author
2020-08-15
LibGUI: Make focus events more aware of why focus is changing
Andreas Kling
2020-07-05
Terminal+LibVT: Add "clear including history" action (Ctrl+Shift+K) :^)
Andreas Kling
2020-06-30
LibVT/Terminal: add a scroll length to the TerminalWidget
Benoît Lormeau
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-05-30
LibVT: Allow updating the window progress via an escape sequence
Andreas Kling
2020-05-10
LibVT: Allow dragging hyperlinks :^)
Andreas Kling
2020-05-10
LibVT: Don't commit to opening a hyperlink until mouseup
Andreas Kling
2020-05-09
LibVT: Snapshot the URL we're opening a context menu for
Andreas Kling
2020-05-09
LibVT: Show the hover hand cursor when hovering over hyperlinks :^)
Andreas Kling
2020-05-09
LibVT: Add "Open URL" and "Copy URL" to TerminalWidget context menu
Andreas Kling
2020-05-09
LibVT+Terminal: Support hyperlinks in the terminal :^)
Andreas Kling
2020-05-09
LibVT: Respond to DSR 0 (device status)
Andreas Kling
2020-03-06
TerminalWidget: Implement ALT selection
rhin123
2020-02-16
LibGUI: Add forwarding header
Andreas Kling
2020-02-15
LibGUI: Remove more header dependencies from Widget.h
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
LibGfx: Unpublish Gfx::Size from the global namespace
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Rect from global namespace
Andreas Kling
2020-02-06
LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
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-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-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
2019-12-09
LibGUI: Make GMenu inherit from CObject
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-15
Terminal: Add selecting whole line on triple click
Rok Povsic
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