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.cpp
Age
Commit message (
Expand
)
Author
2020-05-17
LibVT: Handle keydown events with multi-byte text correctly
Andreas Kling
2020-05-17
LibVT: Make TerminalWidget::selected_text() produce UTF-8 strings :^)
Andreas Kling
2020-05-17
LibVT: Store all-ASCII terminal lines as 8-bit characters
Andreas Kling
2020-05-16
LibVT: Don't try to set the window title to invalid UTF-8 text
Andreas Kling
2020-05-16
LibVT: Tweak input parsing related names
Andreas Kling
2020-05-16
LibVT: Switch VT::Line to being backed by 32-bit codepoints
Andreas Kling
2020-05-15
LibVT: Move out the Line class from Terminal to its own class
Andreas Kling
2020-05-12
Terminal: When offering to open a URL, show name + icon for handler app
Andreas Kling
2020-05-11
LibVT: Update the terminal buffer based on visible lines
AnotherTest
2020-05-10
LibVT: Clear the hovered hyperlink after completing a drag
Andreas Kling
2020-05-10
LibVT: Allow dragging hyperlinks :^)
Andreas Kling
2020-05-10
LibVT: Make selection follow terminal history scrollback :^)
Andreas Kling
2020-05-10
LibVT: Use the "ActiveLink" theme color for links being clicked
Andreas Kling
2020-05-10
LibVT: Don't commit to opening a hyperlink until mouseup
Andreas Kling
2020-05-10
LibVT: Open hyperlinks on plain left-click instead of Ctrl+Click
Andreas Kling
2020-05-10
LibVT: Always draw hyperlinks with a dotted underline
Andreas Kling
2020-05-10
LibVT: Support RGB colors (\x1b[38;2;<r>;<g>;<b>m)
AnotherTest
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-04-20
LibVT: Handle ctrl+arrow keys
AnotherTest
2020-04-11
LibVT: Shift+Tab should generate ESC[Z
Andreas Kling
2020-03-30
LibVT: Don't scroll-to-bottom when pressing the Logo key
Andreas Kling
2020-03-06
TerminalWidget: Implement ALT selection
rhin123
2020-02-23
LibGUI: Make GUI::Frame have the 2px sunken container look by default
Andreas Kling
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
2020-02-15
LibGfx: Remove Utf8View.h dependency from Font.h
Andreas Kling
2020-02-14
LibGUI: Port the drag&drop code to Core::MimeData
Andreas Kling
2020-02-06
LibGUI: Remove leading G 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 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
2020-01-01
LibVT: fix pixel size calculations in terminal_did_resize
joshua stein
2019-12-09
LibGUI: Make GMenu inherit from CObject
Andreas Kling
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
[next]