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-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: Add incremental UTF-8 parsing to the terminal input handler
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-14
Build: Switch to CMake :^)
Sergey Bugaev
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: Make Terminal::Line non-copyable and non-movable
Andreas Kling
2020-05-09
LibVT: Make the Xterm/OSC sequence parsing a bit more robust
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-04-10
LibVT: Implement Device Status Report (cursor position report)
AnotherTest
2020-03-30
LibVT: Don't scroll-to-bottom when pressing the Logo key
Andreas Kling
2020-03-08
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
Andreas Kling
2020-03-06
TerminalWidget: Implement ALT selection
rhin123
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
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-16
LibGUI: Add forwarding header
Andreas Kling
2020-02-15
LibGfx: Remove Utf8View.h dependency from Font.h
Andreas Kling
2020-02-15
LibGUI: Remove more header dependencies from Widget.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
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-26
LibVT: Add parameter names in function signatures for clarity
Linus Groh
2020-01-26
LibVT: Rename escape$r to DECSTBM (Set Top and Bottom Margins)
Linus Groh
[next]