Andreas Kling
|
0d78ee95f9
LibVT: Make TerminalWidget::selected_text() produce UTF-8 strings :^)
|
5 年之前 |
Andreas Kling
|
7b5b4bee70
LibVT: Store all-ASCII terminal lines as 8-bit characters
|
5 年之前 |
Andreas Kling
|
fa712d8aa5
LibVT: Don't try to set the window title to invalid UTF-8 text
|
5 年之前 |
Andreas Kling
|
06f3eb0ecd
LibVT: Tweak input parsing related names
|
5 年之前 |
Andreas Kling
|
c4edc4c550
LibVT: Switch VT::Line to being backed by 32-bit codepoints
|
5 年之前 |
Andreas Kling
|
16965db86b
LibVT: Move out the Line class from Terminal to its own class
|
5 年之前 |
Andreas Kling
|
f8e3c8326d
Terminal: When offering to open a URL, show name + icon for handler app
|
5 年之前 |
AnotherTest
|
5b9fe0cf46
LibVT: Update the terminal buffer based on visible lines
|
5 年之前 |
Andreas Kling
|
666863c2d8
LibVT: Clear the hovered hyperlink after completing a drag
|
5 年之前 |
Andreas Kling
|
f41bbdd46e
LibVT: Allow dragging hyperlinks :^)
|
5 年之前 |
Andreas Kling
|
901d2e3236
LibVT: Make selection follow terminal history scrollback :^)
|
5 年之前 |
Andreas Kling
|
8af3af137e
LibVT: Use the "ActiveLink" theme color for links being clicked
|
5 年之前 |
Andreas Kling
|
ab7de41c7b
LibVT: Don't commit to opening a hyperlink until mouseup
|
5 年之前 |
Andreas Kling
|
c10c6240f2
LibVT: Open hyperlinks on plain left-click instead of Ctrl+Click
|
5 年之前 |
Andreas Kling
|
3226276fe9
LibVT: Always draw hyperlinks with a dotted underline
|
5 年之前 |
AnotherTest
|
8487806ec0
LibVT: Support RGB colors (\x1b[38;2;<r>;<g>;<b>m)
|
5 年之前 |
Andreas Kling
|
c3aa249a36
LibVT: Snapshot the URL we're opening a context menu for
|
5 年之前 |
Andreas Kling
|
31ec4de0ee
LibVT: Show the hover hand cursor when hovering over hyperlinks :^)
|
5 年之前 |
Andreas Kling
|
27d1e7f432
LibVT: Add "Open URL" and "Copy URL" to TerminalWidget context menu
|
5 年之前 |
Andreas Kling
|
f596b12a04
LibVT+Terminal: Support hyperlinks in the terminal :^)
|
5 年之前 |
Andreas Kling
|
283bd1a95c
LibVT: Respond to DSR 0 (device status)
|
5 年之前 |
AnotherTest
|
54d400c685
LibVT: Handle ctrl+arrow keys
|
5 年之前 |
Andreas Kling
|
17b8857dc0
LibVT: Shift+Tab should generate ESC[Z
|
5 年之前 |
Andreas Kling
|
5c779c124b
LibVT: Don't scroll-to-bottom when pressing the Logo key
|
5 年之前 |
rhin123
|
72ef3e529a
TerminalWidget: Implement ALT selection
|
5 年之前 |
Andreas Kling
|
bfd86c4631
LibGUI: Make GUI::Frame have the 2px sunken container look by default
|
5 年之前 |
Andreas Kling
|
3d20da9ee4
Userspace: Use Core::Object::add() when building interfaces
|
5 年之前 |
Andreas Kling
|
66903ad987
LibGfx: Remove Utf8View.h dependency from Font.h
|
5 年之前 |
Andreas Kling
|
814d59f462
LibGUI: Port the drag&drop code to Core::MimeData
|
5 年之前 |
Andreas Kling
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
5 年之前 |