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-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
Revert "WIP linked list shared strings"
Maxime Coste
2025-02-04
Revert "Use uint64_t for regex step"
Maxime Coste
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
2024-11-28
Fix BufReadFifo overlapping range on partial line
Johannes Altmanninger
2024-11-28
Fix overlapping range passed to BufReadFifo in non-scrolling fifos
Johannes Altmanninger
2024-11-22
Take a timeout argument in EventManager::handle_next_events
Maxime Coste
2024-11-16
Run urgent event loop when blocking on opening a file for writing
Maxime Coste
2024-11-12
Fail rename-session instead of creating overlong socket paths
Johannes Altmanninger
2024-11-04
Highlight all atoms for the line regardless of has_buffer_range
Maxime Coste
2024-11-04
Fix backward regex search ending in DOTALL
Johannes Altmanninger
2024-10-28
Only check for ascii horizontal blanks during command parsing
Maxime Coste
2024-10-22
Fork server to background on <c-z> if session is daemonized
Maxime Coste
2024-10-22
Remove now unused CompletionFlags
Maxime Coste
2024-10-22
Run shell-script-completions asynchronously
Maxime Coste
2024-09-19
add header file #incldue "format.hh" to fix building error about missing hex(...
Passw
2024-09-17
Avoid stdin as a function parameter name
Chris Webb
2024-09-16
Rename Window::display_position to display_coord
Maxime Coste
2024-09-16
Do not return beginning of buffer whenever display to buffer coord fails
Maxime Coste
2024-09-16
rc git: teach "git apply" to work on content, not just diffs
Johannes Altmanninger
2024-09-08
Add terminal_title terminal ui_option to control the title
Maxime Coste
2024-09-02
Explicitely call try_accept on InsertCompleter
Maxime Coste
2024-09-02
Fix <c-r> use-after-free InsertCompletionHide touches used register
Johannes Altmanninger
2024-08-26
Do not gather full input data in a single string when piping
Maxime Coste
2024-08-26
Fix includes for debug build
Maxime Coste
[next]