summaryrefslogtreecommitdiff
path: root/Libraries/LibVT/TerminalWidget.cpp
AgeCommit message (Expand)Author
2020-09-11LibVT: Show an I-beam cursor over TerminalWidgetAndreas Kling
2020-09-11LibGUI+WindowServer: Rename window "override cursor" to just "cursor"Andreas Kling
2020-09-10LibGfx: Move StandardCursor enum to LibGfxAndreas Kling
2020-09-10LibVT: Let Terminal only expose history_size, not storageNico Weber
2020-09-05LibGUI: Make the Clipboard API deal in raw byte buffers a bit moreAndreas Kling
2020-08-30LibVT+Terminal: Mark default action in context menuBen Wiederhake
2020-08-27Base: Move 16x16 common icons to /res/icons/16x16/thankyouverycool
2020-08-18WindowServer+LibVT: Convert some dbgprintf() to dbg()Sergey Bugaev
2020-08-15LibGUI: Make focus events more aware of why focus is changingAndreas Kling
2020-08-05Unicode: Try s/codepoint/code_point/g againNico Weber
2020-08-05Revert "Unicode: s/codepoint/code_point/g"Nico Weber
2020-08-03Unicode: s/codepoint/code_point/gAndreas Kling
2020-07-12LibVT: Don't scroll to bottom when pressing the right shift keyAndreas Kling
2020-07-09LibVT: Set scrollbar page sizeTom
2020-07-05Terminal+LibVT: Add "clear including history" action (Ctrl+Shift+K) :^)Andreas Kling
2020-07-04Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includesAndreas Kling
2020-07-04Kernel: Move headers intended for userspace use into Kernel/API/Andreas Kling
2020-07-04LibGUI: Turn GUI::Application::the() into a pointerAndreas Kling
2020-06-30Terminal: Bump the default ScrollLength to 4Andreas Kling
2020-06-30LibVT/Terminal: add a scroll length to the TerminalWidgetBenoît Lormeau
2020-06-25Terminal: Ignore cell background when visual beep is activeAnotherTest
2020-06-16LibVT: Replace u8 type to u32 for code pointHüseyin ASLITÜRK
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-30LibVT: Allow updating the window progress via an escape sequenceAndreas Kling
2020-05-27LibVT: Move most of key press handling logic into VT::TerminalSergey Bugaev
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-05-18LibVT: Pass the handler name to Launcher::open_url to control what gets launchedNicholas Hollett
2020-05-17LibVT: TerminalWidget now opts into emoji input by default :^)Andreas Kling
2020-05-17LibVT: Handle keydown events with multi-byte text correctlyAndreas Kling
2020-05-17LibVT: Make TerminalWidget::selected_text() produce UTF-8 strings :^)Andreas Kling
2020-05-17LibVT: Store all-ASCII terminal lines as 8-bit charactersAndreas Kling
2020-05-16LibVT: Don't try to set the window title to invalid UTF-8 textAndreas Kling
2020-05-16LibVT: Tweak input parsing related namesAndreas Kling
2020-05-16LibVT: Switch VT::Line to being backed by 32-bit codepointsAndreas Kling
2020-05-15LibVT: Move out the Line class from Terminal to its own classAndreas Kling
2020-05-12Terminal: When offering to open a URL, show name + icon for handler appAndreas Kling
2020-05-11LibVT: Update the terminal buffer based on visible linesAnotherTest
2020-05-10LibVT: Clear the hovered hyperlink after completing a dragAndreas Kling
2020-05-10LibVT: Allow dragging hyperlinks :^)Andreas Kling
2020-05-10LibVT: Make selection follow terminal history scrollback :^)Andreas Kling
2020-05-10LibVT: Use the "ActiveLink" theme color for links being clickedAndreas Kling
2020-05-10LibVT: Don't commit to opening a hyperlink until mouseupAndreas Kling
2020-05-10LibVT: Open hyperlinks on plain left-click instead of Ctrl+ClickAndreas Kling
2020-05-10LibVT: Always draw hyperlinks with a dotted underlineAndreas Kling
2020-05-10LibVT: Support RGB colors (\x1b[38;2;<r>;<g>;<b>m)AnotherTest
2020-05-09LibVT: Snapshot the URL we're opening a context menu forAndreas Kling
2020-05-09LibVT: Show the hover hand cursor when hovering over hyperlinks :^)Andreas Kling
2020-05-09LibVT: Add "Open URL" and "Copy URL" to TerminalWidget context menuAndreas Kling
2020-05-09LibVT+Terminal: Support hyperlinks in the terminal :^)Andreas Kling
2020-05-09LibVT: Respond to DSR 0 (device status)Andreas Kling