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-09-11
LibVT: Show an I-beam cursor over TerminalWidget
Andreas Kling
2020-09-11
LibGUI+WindowServer: Rename window "override cursor" to just "cursor"
Andreas Kling
2020-09-10
LibGfx: Move StandardCursor enum to LibGfx
Andreas Kling
2020-09-10
LibVT: Let Terminal only expose history_size, not storage
Nico Weber
2020-09-05
LibGUI: Make the Clipboard API deal in raw byte buffers a bit more
Andreas Kling
2020-08-30
LibVT+Terminal: Mark default action in context menu
Ben Wiederhake
2020-08-27
Base: Move 16x16 common icons to /res/icons/16x16/
thankyouverycool
2020-08-18
WindowServer+LibVT: Convert some dbgprintf() to dbg()
Sergey Bugaev
2020-08-15
LibGUI: Make focus events more aware of why focus is changing
Andreas Kling
2020-08-05
Unicode: Try s/codepoint/code_point/g again
Nico Weber
2020-08-05
Revert "Unicode: s/codepoint/code_point/g"
Nico Weber
2020-08-03
Unicode: s/codepoint/code_point/g
Andreas Kling
2020-07-12
LibVT: Don't scroll to bottom when pressing the right shift key
Andreas Kling
2020-07-09
LibVT: Set scrollbar page size
Tom
2020-07-05
Terminal+LibVT: Add "clear including history" action (Ctrl+Shift+K) :^)
Andreas Kling
2020-07-04
Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes
Andreas Kling
2020-07-04
Kernel: Move headers intended for userspace use into Kernel/API/
Andreas Kling
2020-07-04
LibGUI: Turn GUI::Application::the() into a pointer
Andreas Kling
2020-06-30
Terminal: Bump the default ScrollLength to 4
Andreas Kling
2020-06-30
LibVT/Terminal: add a scroll length to the TerminalWidget
Benoît Lormeau
2020-06-25
Terminal: Ignore cell background when visual beep is active
AnotherTest
2020-06-16
LibVT: Replace u8 type to u32 for code point
Hüseyin ASLITÜRK
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-27
LibVT: Move most of key press handling logic into VT::Terminal
Sergey Bugaev
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-05-18
LibVT: Pass the handler name to Launcher::open_url to control what gets launched
Nicholas Hollett
2020-05-17
LibVT: TerminalWidget now opts into emoji input by default :^)
Andreas Kling
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
[next]