Historial de Commits

Autor SHA1 Mensaje Fecha
  Max Wipfli 9cc35d1ba3 AK: Implement String::find_any_of() and StringView::find_any_of() hace 4 años
  Ali Mohammad Pur 4bf14715a1 LibLine: Recalculate the origin on resize hace 4 años
  Ali Mohammad Pur 7700ee2722 LibLine: Actually remove the two levels of deferred_invoke hace 4 años
  Ali Mohammad Pur 4d5cdcc893 LibLine: Partially revert d8c5eec and remove unrelated code hace 4 años
  Ali Mohammad Pur f82aa87d14 LibLine: Keep the CSI bytes alive across read events hace 4 años
  Ali Mohammad Pur d8c5eeceab LibLine: Stop registering the Notifier as a child Object hace 4 años
  Max Wipfli bc8d16ad28 Everywhere: Replace ctype.h to avoid narrowing conversions hace 4 años
  Ali Mohammad Pur b2ef18d538 LibLine+Shell: Allow some programs to modify the current termios hace 4 años
  Ali Mohammad Pur e318f12263 LibLine: Add bracketed paste mode support hace 4 años
  Ali Mohammad Pur bbaa463032 LibLine: Make line management less broken when at the last line hace 4 años
  Ali Mohammad Pur a91a49337c LibCore+Everywhere: Move OpenMode out of IODevice hace 4 años
  sin-ack ecbe17fb11 LibLine+Shell: Add dirty history flag and use it hace 4 años
  Andreas Kling c1967fca0d LibLine: Convert StringBuilder::appendf() => AK::Format hace 4 años
  Linus Groh dbe72fd962 Everywhere: Remove empty line after function body opening curly brace hace 4 años
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. hace 4 años
  Andreas Kling 90ee84621f LibLine: Convert String::format() => String::formatted() hace 4 años
  Ali Mohammad Pur 74f0fdab98 LibLine: Avoid trying to restore() if the editor isn't initialized hace 4 años
  Ali Mohammad Pur e1e84fe0fe LibLine: Redraw the suggestions when terminal size changes hace 4 años
  AnotherTest fb80d5adda LibLine: Check the terminal size at the start of get_line() hace 4 años
  AnotherTest b58dbc29fc LibLine: Add support for ^X^E hace 4 años
  AnotherTest 80d21f120f LibLine: Make the DSR response parser a bit more robust hace 4 años
  AnotherTest 5a0ebdb109 LibLine: Treat DEL as backspace by default hace 4 años
  AnotherTest 745b0800be LibLine: Don't try to print chars larger than 63 in caret form hace 4 años
  Andreas Kling ef1e5db1d0 Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) hace 4 años
  AnotherTest eb1ca965c7 LibLine: Cleanup the suggestions before inserting a new code point hace 4 años
  AnotherTest cad7865ad1 LibLine: Clear the buffer after invalidating prior written data hace 4 años
  AnotherTest 71de5433f8 LibLine: Note that the search() call modifies the buffer hace 4 años
  AnotherTest dd87b14f52 LibLine: Update the drawn cursor value when updating lazily hace 4 años
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY hace 4 años
  AnotherTest 9790ee4649 LibLine: Make clear_lines() work when only clearing the current line hace 4 años