summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-03-24Fix prompt history recording when using mapped keysJohannes Altmanninger
2025-03-24Default InputHandler::handle_key() synthesized argumentJohannes Altmanninger
2025-03-22Improve info box clearing behaviourMaxime Coste
2025-03-22Merge remote-tracking branch 'lenormf/fix-user-mode-lock'Maxime Coste
2025-02-26Merge remote-tracking branch 'dontlaugh/master' into HEADMaxime Coste
2025-02-20Try to fix MacOS compilationMaxime Coste
2025-02-19Slight style tweaksMaxime Coste
2025-02-19Move command/filename completion logic to completion.ccMaxime Coste
2025-02-19Cleanup file.cc/hh dependenciesMaxime Coste
2025-02-16Revert "WIP history register"Maxime Coste
2025-02-10WIP history registerMaxime Coste
2025-02-05Make Control modifier quote inserted registers in prompt modeMaxime Coste
2025-02-04Change kak_expect_throw macro to use alignofColeman McFarland
2025-02-04Revert "WIP linked list shared strings"Maxime Coste
2025-02-04Revert "Use uint64_t for regex step"Maxime Coste
2025-02-02Change kak_assert macro to silence a clang-tidy warningColeman McFarland
2025-01-22Use uint64_t for regex stepMaxime Coste
2025-01-22WIP linked list shared stringsMaxime Coste
2024-12-25Merge remote-tracking branch 'enricozb/enricozb/daemon-stdin' into HEADMaxime Coste
2024-12-23fix missing argument to create_fifo_bufferEnrico Zandomeni Borba
2024-12-23cleanup mergeEnrico Zandomeni Borba
2024-12-23Merge branch 'master' into enricozb/daemon-stdinEnrico Borba
2024-12-23create *stdin* buffer even when daemonEnrico Zandomeni Borba
2024-12-10Code style tweak in regex_implMaxime Coste
2024-12-09Rework split between exec and exec_program methodMaxime Coste
2024-12-09Print elapsed time when blocked on opening file for writingJohannes Altmanninger
2024-12-09Allow cancelling "write fifo" with <c-g>Johannes Altmanninger
2024-12-09Tweak inlining around thread stack push/pullsMaxime Coste
2024-12-05Fix parameter passing in find_next_startMaxime Coste
2024-12-05Split utf8::read_codepoint between single byte and multibyte codeMaxime Coste
2024-12-04Use default comparison impl for LineAndColumn and StronglyTypedNumberMaxime Coste
2024-12-04Various small code simplifications/tweaks in ThreadedRegexVMMaxime Coste
2024-12-03Compact BufferIterator to avoid paddingMaxime Coste
2024-12-03Do not store buffer pointer in BufferIteratorMaxime Coste
2024-12-01Fix extra newline inserted into stdin buffersJohannes Altmanninger
2024-12-01Scrolling BufReadFifo to not not report final empty lineJohannes Altmanninger
2024-12-01Add specific start desc optimization for single possible start byteMaxime Coste
2024-11-30Cache buffer lines ArrayView in BufferIteratorMaxime Coste
2024-11-28Raise the regex idle function call period to every 16M codepointMaxime Coste
2024-11-28Add back option to scroll in stdin buffersJohannes Altmanninger
2024-11-28Fix BufReadFifo overlapping range on partial lineJohannes Altmanninger
2024-11-28Fix overlapping range passed to BufReadFifo in non-scrolling fifosJohannes Altmanninger
2024-11-22Take a timeout argument in EventManager::handle_next_eventsMaxime Coste
2024-11-16Run urgent event loop when blocking on opening a file for writingMaxime Coste
2024-11-12Fail rename-session instead of creating overlong socket pathsJohannes Altmanninger
2024-11-04Highlight all atoms for the line regardless of has_buffer_rangeMaxime Coste
2024-11-04Fix backward regex search ending in DOTALLJohannes Altmanninger
2024-10-28Only check for ascii horizontal blanks during command parsingMaxime Coste
2024-10-22Fork server to background on <c-z> if session is daemonizedMaxime Coste
2024-10-22Remove now unused CompletionFlagsMaxime Coste