Historique des commits

Auteur SHA1 Message Date
  Idan Horowitz ccad3d5a39 LibVT: Use StringBuilder::string_view() instead of to_string() il y a 3 ans
  Idan Horowitz 5b572393a9 LibVT: Use NNOP<KString> to store window titles in the Kernel il y a 3 ans
  Idan Horowitz 727fbca1a6 LibVT: Use StringBuilder's inline capacity instead of temporary Strings il y a 3 ans
  Daniel Bertalan d8e383edd0 LibVT: Always clear "stomp" state when changing the cursor position il y a 3 ans
  Sam Atkins 31ea222f97 LibVT: Cast unused smart-pointer return value to void il y a 3 ans
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value il y a 3 ans
  Jelle Raaijmakers 49ccda5d97 LibVT: Implement G0..G3 and VT100 translation table il y a 3 ans
  Jelle Raaijmakers aaa1382bd6 LibVT: Implement support for Cursor Keys Mode (DECCKM) il y a 3 ans
  Jelle Raaijmakers e33e0e6a27 LibVT: Add stubs for DECPNM, DECPAM il y a 3 ans
  Brian Gianforcaro 18d6f9ed5c Libraries: Remove unused header includes il y a 4 ans
  Andreas Kling 234d53a324 Terminal: Put debug spam in unimplemented_control_code() behind a flag il y a 4 ans
  Daniel Bertalan 05c174b45a LibVT: Reset scrollbar after switching to/from the alternate buffer il y a 4 ans
  Daniel Bertalan 0e04f7cf1e LibVT: Always check intermediate bytes in CSI sequences il y a 4 ans
  pancake 390d3e9fbe LibVT: Ignore DECSTBM with invalid values (#8559) il y a 4 ans
  Ali Mohammad Pur 7c88caf99f LibVT: Only resize the line after all rewrapping is done il y a 4 ans
  Ali Mohammad Pur fcef84c461 LibVT: Rewrap the terminal history along with the normal buffer il y a 4 ans
  Ali Mohammad Pur 2f2b7814d1 LibVT+Terminal: Implement line wrapping il y a 4 ans
  Ali Mohammad Pur 424965954f LibVT: Keep track of the 'true' line endings il y a 4 ans
  Daniel Bertalan 3752775a1e LibVT: Implement `DECIC`/`DECDC` il y a 4 ans
  Daniel Bertalan ce9460de59 Kernel+LibVT: Fix selection with scrollback wrap-around il y a 4 ans
  Daniel Bertalan 13991eade7 LibVT: Implement `DECFI` and `DECBI` il y a 4 ans
  Daniel Bertalan 89843cd692 Kernel+LibVT: Implement left-right scrolling il y a 4 ans
  Daniel Bertalan 7419569a2b Kernel+LibVT: Add function for deleting a range of characters il y a 4 ans
  Daniel Bertalan 8f8fd9c5a8 LibVT+Kernel: Support clearing the scrollback buffer il y a 4 ans
  Daniel Bertalan 221ba1aac8 LibVT: Improve scrolling performance il y a 4 ans
  Daniel Bertalan fe58d15b5b LibVT: Fix `ECH` not clearing lines il y a 4 ans
  Daniel Bertalan ae6bdc4e29 LibVT+Kernel: Clean up scroll API il y a 4 ans
  Daniel Bertalan 5f92790489 LibVT: Fix out-of-bounds reads in ICH/DCH escape sequences il y a 4 ans
  Daniel Bertalan 53099b216c LibVT: Implement bright color support il y a 4 ans
  Daniel Bertalan 99033876ec LibVT+Kernel: Create `Color` class il y a 4 ans