提交歷史

作者 SHA1 備註 提交日期
  AnotherTest d1d01897a3 Terminal: Ignore cell background when visual beep is active 5 年之前
  Hüseyin ASLITÜRK 7abca30f41 LibVT: Replace u8 type to u32 for code point 5 年之前
  Andreas Kling 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 年之前
  Andreas Kling 165f69023b LibVT: Allow updating the window progress via an escape sequence 5 年之前
  Sergey Bugaev 620697d924 LibVT: Move most of key press handling logic into VT::Terminal 5 年之前
  Sergey Bugaev 602c3fdb3a AK: Rename FileSystemPath -> LexicalPath 5 年之前
  Nicholas Hollett 181eacd3ba LibVT: Pass the handler name to Launcher::open_url to control what gets launched 5 年之前
  Andreas Kling 30a3b8333a LibVT: TerminalWidget now opts into emoji input by default :^) 5 年之前
  Andreas Kling 1b78d9fa1f LibVT: Handle keydown events with multi-byte text correctly 5 年之前
  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 年之前