Historial de Commits

Autor SHA1 Mensaje Fecha
  Nico Weber 83c07be794 LibVT+LibLine: Use `1;mods` CSI parameters for ctrl/alt/shift-arrow keys hace 4 años
  Nico Weber a6734766ec Terminal: Make sure empty hrefs set a null string on Attribute hace 4 años
  Nico Weber 61060c0da8 LibVT: Let Terminal keep history in a circular buffer hace 4 años
  Ben Wiederhake d8e22fedc3 Libraries: Unbreak building with extra debug macros hace 4 años
  Nico Weber ce95628b7f Unicode: Try s/codepoint/code_point/g again hace 5 años
  Nico Weber 19ac1f6368 Revert "Unicode: s/codepoint/code_point/g" hace 5 años
  Andreas Kling ea9ac3155d Unicode: s/codepoint/code_point/g hace 5 años
  Andreas Kling 0c4b0c0312 Terminal+LibVT: Add "clear including history" action (Ctrl+Shift+K) :^) hace 5 años
  Hüseyin ASLITÜRK 7abca30f41 LibVT: Replace u8 type to u32 for code point hace 5 años
  Andreas Kling fdfda6dec2 AK: Make string-to-number conversion helpers return Optional hace 5 años
  Andreas Kling 165f69023b LibVT: Allow updating the window progress via an escape sequence hace 5 años
  Sergey Bugaev 66c6e0035e LibVT: Fix emitting \0 when pressing a modifier key hace 5 años
  Sergey Bugaev 620697d924 LibVT: Move most of key press handling logic into VT::Terminal hace 5 años
  Andreas Kling 7b5b4bee70 LibVT: Store all-ASCII terminal lines as 8-bit characters hace 5 años
  Andreas Kling b8498dc55e LibVT: Add incremental UTF-8 parsing to the terminal input handler hace 5 años
  Andreas Kling 06f3eb0ecd LibVT: Tweak input parsing related names hace 5 años
  Andreas Kling c4edc4c550 LibVT: Switch VT::Line to being backed by 32-bit codepoints hace 5 años
  Andreas Kling 16965db86b LibVT: Move out the Line class from Terminal to its own class hace 5 años
  Andreas Kling 901d2e3236 LibVT: Make selection follow terminal history scrollback :^) hace 5 años
  AnotherTest 8487806ec0 LibVT: Support RGB colors (\x1b[38;2;<r>;<g>;<b>m) hace 5 años
  Andreas Kling f596b12a04 LibVT+Terminal: Support hyperlinks in the terminal :^) hace 5 años
  Andreas Kling a0616d96bf LibVT: Make the Xterm/OSC sequence parsing a bit more robust hace 5 años
  Andreas Kling 283bd1a95c LibVT: Respond to DSR 0 (device status) hace 5 años
  AnotherTest 2663739db1 LibVT: Implement Device Status Report (cursor position report) hace 5 años
  Andreas Kling 37fc6c117c Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller hace 5 años
  Andreas Kling ceec1a7d38 AK: Make Vector use size_t for its size and capacity hace 5 años
  Linus Groh 3549623dc6 LibVT: Rename escape$r to DECSTBM (Set Top and Bottom Margins) hace 5 años
  Linus Groh 79f88db6fb LibVT: Remove empty line hace 5 años
  Linus Groh fd8c250866 LibVT: Replace escape$h_l with SM (Set Mode) / RM (Reset Mode) hace 5 años
  Linus Groh be57b81336 LibVT: Rename escape$f to HVP (Horizontal and Vertical Position) hace 5 años