커밋 기록

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