Historique des commits

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