index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2025-05-11
Use linewise paste only if register is missing no trailing newline
Johannes Altmanninger
2025-05-11
Work around non-forward insertions by linewise <a-P>
Johannes Altmanninger
2025-05-11
Fix <a-?> crash when first selection wraps
Johannes Altmanninger
2025-05-11
Fix compiler warning on space in string-literal suffix def
Johannes Altmanninger
2025-05-11
Update GDB pretty printer following SSO layout change
Johannes Altmanninger
2025-04-02
Reduce include creep
Maxime Coste
2025-04-02
Tweak ranked match behaviour to consider the number of full words
Maxime Coste
2025-03-26
Remove unused variable
Maxime Coste
2025-03-26
Make sure captures are taken into account when comparing selections
Maxime Coste
2025-03-25
Bump build to c++23
Maxime Coste
2025-03-24
Fix prompt history recording when using mapped keys
Johannes Altmanninger
2025-03-24
Default InputHandler::handle_key() synthesized argument
Johannes Altmanninger
2025-03-22
Improve info box clearing behaviour
Maxime Coste
2025-03-22
Merge remote-tracking branch 'lenormf/fix-user-mode-lock'
Maxime Coste
2025-02-26
Merge remote-tracking branch 'dontlaugh/master' into HEAD
Maxime Coste
2025-02-20
Try to fix MacOS compilation
Maxime Coste
2025-02-19
Slight style tweaks
Maxime Coste
2025-02-19
Move command/filename completion logic to completion.cc
Maxime Coste
2025-02-19
Cleanup file.cc/hh dependencies
Maxime Coste
2025-02-16
Revert "WIP history register"
Maxime Coste
2025-02-10
WIP history register
Maxime Coste
2025-02-05
Make Control modifier quote inserted registers in prompt mode
Maxime Coste
2025-02-04
Change kak_expect_throw macro to use alignof
Coleman McFarland
2025-02-04
Revert "WIP linked list shared strings"
Maxime Coste
2025-02-04
Revert "Use uint64_t for regex step"
Maxime Coste
2025-02-02
Change kak_assert macro to silence a clang-tidy warning
Coleman McFarland
2025-01-22
Use uint64_t for regex step
Maxime Coste
2025-01-22
WIP linked list shared strings
Maxime Coste
2024-12-25
Merge remote-tracking branch 'enricozb/enricozb/daemon-stdin' into HEAD
Maxime Coste
2024-12-23
fix missing argument to create_fifo_buffer
Enrico Zandomeni Borba
2024-12-23
cleanup merge
Enrico Zandomeni Borba
2024-12-23
Merge branch 'master' into enricozb/daemon-stdin
Enrico Borba
2024-12-23
create *stdin* buffer even when daemon
Enrico Zandomeni Borba
2024-12-10
Code style tweak in regex_impl
Maxime Coste
2024-12-09
Rework split between exec and exec_program method
Maxime Coste
2024-12-09
Print elapsed time when blocked on opening file for writing
Johannes Altmanninger
2024-12-09
Allow cancelling "write fifo" with <c-g>
Johannes Altmanninger
2024-12-09
Tweak inlining around thread stack push/pulls
Maxime Coste
2024-12-05
Fix parameter passing in find_next_start
Maxime Coste
2024-12-05
Split utf8::read_codepoint between single byte and multibyte code
Maxime Coste
2024-12-04
Use default comparison impl for LineAndColumn and StronglyTypedNumber
Maxime Coste
2024-12-04
Various small code simplifications/tweaks in ThreadedRegexVM
Maxime Coste
2024-12-03
Compact BufferIterator to avoid padding
Maxime Coste
2024-12-03
Do not store buffer pointer in BufferIterator
Maxime Coste
2024-12-01
Fix extra newline inserted into stdin buffers
Johannes Altmanninger
2024-12-01
Scrolling BufReadFifo to not not report final empty line
Johannes Altmanninger
2024-12-01
Add specific start desc optimization for single possible start byte
Maxime Coste
2024-11-30
Cache buffer lines ArrayView in BufferIterator
Maxime Coste
2024-11-28
Raise the regex idle function call period to every 16M codepoint
Maxime Coste
2024-11-28
Add back option to scroll in stdin buffers
Johannes Altmanninger
[next]