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
2024-03-31
Merge remote-tracking branch 'topisani/session-client-rename-hooks'
Maxime Coste
2024-03-31
Revert "Send SIGTERM on <c-c>, to more reliably kill background jobs"
Johannes Altmanninger
2024-03-27
Add SessionRenamed hook
Tobias Pisani
2024-03-27
Add ClientRenamed hook
Tobias Pisani
2024-03-27
Slight code cleanup in the DynamicRegexHighlighter
Maxime Coste
2024-03-27
Merge remote-tracking branch 'topisani/indent-guides'
Maxime Coste
2024-03-27
Do not make cursor visible when not dragging
Maxime Coste
2024-03-27
Add -indent option to show-whitespace highlighter
Tobias Pisani
2024-03-23
Add some missing ScopedEdition and fix redo
Maxime Coste
2024-03-23
Refactor last insert recording logic
Maxime Coste
2024-03-22
Fix invalid access when recording keys
Maxime Coste
2024-03-22
Do not generate more lines to display than window size
Maxime Coste
2024-03-22
Fix DisplayLines not tracking their buffer range correctly
Maxime Coste
2024-03-22
Match Op declaration order in switches
Maxime Coste
2024-03-22
Make CompiledRegex not a RefCountable
Maxime Coste
2024-03-21
Compute StartDesc with an offset to effective start
Maxime Coste
2024-03-21
Only push a first instruction thread when on a potential start
Maxime Coste
2024-03-15
Revert "Always allocate saves"
Maxime Coste
2024-03-15
Fix off-by-two error in max size of frameless infoboxes
Johannes Altmanninger
2024-03-15
Fail "define-command -menu" unless a completer is given
Johannes Altmanninger
2024-03-15
Always allocate saves
Maxime Coste
2024-03-13
Avoid clearing iterator buffer on saves allocation
Maxime Coste
2024-03-13
Simplify and accelerate start desc map
Maxime Coste
2024-03-13
Fix quantifier parsing bug
Maxime Coste
2024-03-12
Small cleanup
Maxime Coste
2024-03-12
Simplify Quantifier logic in regex parsing
Maxime Coste
2024-03-11
Simplify Split regex op handling by swapping target
Maxime Coste
2024-03-11
flatten ThreadedRegexVM::codepoint
Maxime Coste
2024-03-08
Send SIGTERM on <c-c>, to more reliably kill background jobs
Johannes Altmanninger
2024-03-07
Reduce Save access indirections
Maxime Coste
2024-03-05
Slight simplification of ThreadedRegexVM::exec
Maxime Coste
2024-03-04
Ensure ReadOnly buffer flag get reflected to readonly option
Maxime Coste
2024-02-29
Merge remote-tracking branch 'svmhdvn/posix-make'
Maxime Coste
2024-02-28
Use a size_t :debug memory total to avoid overflow
Maxime Coste
2024-02-28
Fix missing destructor call and simplify code slightly
Maxime Coste
2024-02-28
Fix unnecessary buffer line copy in BufferManager::create_buffer
Maxime Coste
2024-02-28
Use std::find when detecting end of line format
Maxime Coste
2024-02-28
Templatize StringData::create
Maxime Coste
2024-02-28
compare against 0 instead of -1 in hash map code
Maxime Coste
2024-02-28
Fix shell command completion fallback to filename
Maxime Coste
2024-02-28
improve :debug shared-strings
Maxime Coste
2024-02-27
build: switch to POSIX make
Siva Mahadevan
2024-02-24
Make insert repeat (.) more consistent
Tobias Pisani
2024-02-18
Try to fix crash due to fifo read regression
Johannes Altmanninger
2024-02-12
Early reject regex instructions that were already scheduled this step
Maxime Coste
2024-02-12
Use unicode is_word/to_{lower/upper} function in ranked match
Maxime Coste
2024-02-11
Do not decode utf8 while looking for next regex match start candidate
Maxime Coste
2024-02-10
Merge remote-tracking branch 'krobelus/changelog'
Maxime Coste
2024-02-06
Avoid iswlower, iswupper, towlower and towupper for ascii codepoints
Maxime Coste
2024-02-06
Use different hash algorithms for strings and file hashing
Maxime Coste
[prev]
[next]