Commit Verlauf

Autor SHA1 Nachricht Datum
  ronak69 7833dc0f5a LibLine: Add internal functions to search character forwards & backwards vor 1 Jahr
  ronak69 cb02d52ac9 LibLine: Add internal function to erase consecutive spaces under cursor vor 1 Jahr
  Ali Mohammad Pur cde528fdd9 LibLine: Fully redraw on resize when origin position changes vor 1 Jahr
  kleines Filmröllchen eada4f2ee8 AK: Remove ByteString from GenericLexer vor 1 Jahr
  ronak69 9d3604215d LibLine: Implement basic cut-and-paste functionality vor 1 Jahr
  ronak69 97bcdba2a5 LibLine: Implement internal functions to jump cursor over non-space word vor 1 Jahr
  Shannon Booth e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} vor 1 Jahr
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String vor 1 Jahr
  Ali Mohammad Pur 36f0499cc8 LibLine: Use grapheme clusters for cursor management vor 1 Jahr
  Ali Mohammad Pur 99cc0514a7 LibLine: Don't compare byte and code point counts of the input text vor 1 Jahr
  hanaa12G 19f137c1e6 LibLine: Remove duplicate members in `CompletionSuggestion` vor 1 Jahr
  hanaa12G e6cde722c9 LibLine: Reset `m_times_tab_pressed` in interrupt handling code vor 1 Jahr
  Ali Mohammad Pur 24a7df9b09 LibLine: Move the cursor to the beginning of the final line after ^C vor 1 Jahr
  hanaa12G 1f0149e5a6 LibLine: Reset state after invalid character in DSR response vor 1 Jahr
  Ali Mohammad Pur 869c7c9bab LibLine: Capture the current origin immediately after ^C vor 1 Jahr
  Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions vor 2 Jahren
  Timothy Flynn aff81d318b Everywhere: Run clang-format vor 2 Jahren
  Ali Mohammad Pur e1e04884b9 LibLine: Handle any errors propagated through refresh_display() vor 2 Jahren
  Ali Mohammad Pur 7e5f1fa895 LibLine: Defer handling SIGWINCH and SIGINT vor 2 Jahren
  Ben Wiederhake c4a9afe31a LibLine: Avoid unnecessary copies of style spans vor 2 Jahren
  Tim Schumacher ad899b179f LibLine: Ignore ENOENT errors when loading old history vor 2 Jahren
  Ben Wiederhake f93ee3142d LibLine: Unify history reading, prefer File over DeprecatedFile vor 2 Jahren
  Ben Wiederhake 9eeda5719e LibLine: Prefer File::read_until_eof over DeprecatedFile::read_all vor 2 Jahren
  Andreas Kling 3de8dd921e Userland: Remove serialize-to-JSON functions only used for Inspector vor 2 Jahren
  Andreas Kling 411d36719e LibCore: Simplify Core::Notifier by only allowing one event type vor 2 Jahren
  Ali Mohammad Pur e312d6530b LibLine: Unify the is-empty flag in Style::unify_with() as well vor 2 Jahren
  Tim Schumacher ecd1862859 AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted vor 2 Jahren
  Tim Schumacher a3f73e7d85 AK: Rename Stream::read_entire_buffer to Stream::read_until_filled vor 2 Jahren
  Andreas Kling a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case vor 2 Jahren
  Tim Schumacher 43f98ac6e1 Everywhere: Remove the `AK::` qualifier from Stream usages vor 2 Jahren