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
2018-11-07
Fix memory leak in DualThreadStack
Maxime Coste
2018-11-06
Merge remote-tracking branch 'Delapouite/debug-regex'
Maxime Coste
2018-11-06
Merge remote-tracking branch 'ul/replace-e-face-with-F-in-rc'
Maxime Coste
2018-11-06
align ThreadedRegexVM::Thread to permit fused copy optimization
Maxime Coste
2018-11-06
Never grow the DualThreadStack in push_next
Maxime Coste
2018-11-05
Various micro performance tweaks in ThreadedRegexVM
Maxime Coste
2018-11-05
Refactor ThreadedRegexVM::exec_program to avoid branching
Maxime Coste
2018-11-05
Remove use of utf8::iterator in regex execution
Maxime Coste
2018-11-04
Dump start description as well when writing a regex dump
Maxime Coste
2018-11-03
Remove most regex impl special casing for backwards matching
Maxime Coste
2018-11-02
Use custom code instead of reverse_iterator in Regex VM
Maxime Coste
2018-11-01
Use BufferCoord sentinel type for regex matching on BufferIterators
Maxime Coste
2018-11-01
Remove caching from utf8_iterator
Maxime Coste
2018-11-01
Improve regex vm to next start performance by avoiding iterator copies
Maxime Coste
2018-11-01
Support different type for iterators and sentinel in utf8 functions
Maxime Coste
2018-10-30
Truncate incomplete debug command docstring
Delapouite
2018-10-30
Buffer: Remove m_line_count field from BufferIterator
Maxime Coste
2018-10-29
Merge remote-tracking branch 'eraserhd/refactor-surround'
Maxime Coste
2018-10-28
Remove extra spaces for switches list in info
Delapouite
2018-10-28
replace usage of the deprecated 'e' face attribute with the new 'F' one
Ruslan Prokopchuk
2018-10-27
Simplify surround selection
Jason Felice
2018-10-27
Kakoune v2018.10.27
Maxime Coste
2018-10-23
Keep doc/kak.1 when running make-install
Justin Frank
2018-10-24
Merge remote-tracking branch 'Delapouite/previous-char'
Maxime Coste
2018-10-23
Change next_key title for <a-f>, <a-t>, <a-F> and <a-T>
Delapouite
2018-10-23
Merge remote-tracking branch 'maximbaz/fix-makefile-manpage'
Maxime Coste
2018-10-23
Merge remote-tracking branch 'laelath/vertical-menu-option'
Maxime Coste
2018-10-23
Fix Makefile for manpage
Maxim Baz
2018-10-23
Merge remote-tracking branch 'lenormf/no-a2x'
Maxime Coste
2018-10-23
Refactor Hook management to have a well defined list of hooks
Maxime Coste
2018-10-21
doc: Convert the man page to the TROFF format
Frank LENORMAND
2018-10-21
Move LineRangeSet to line_modification.hh
Maxime Coste
2018-10-21
Fix LineRangeSet::udpate not updating some traling ranges correctly
Maxime Coste
2018-10-15
removed option and horizontal layout
Justin Frank
2018-10-15
added option for vertical menu layout in the ncurses ui
Justin Frank
2018-10-15
Fix handling of capture matching in region highlighter
Maxime Coste
2018-10-14
Cleanup RegexHighlighter code and drop cache when it becomes too big
Maxime Coste
2018-10-14
maintain a list of valid ranges for region highlighting
Maxime Coste
2018-10-14
Slight code refactoring in RegionsHighlighter
Maxime Coste
2018-10-14
Merge remote-tracking branch 'Delapouite/complete_alias'
Maxime Coste
2018-10-10
Cleanup regex lookarounds implementation and reject incompatible regex
Maxime Coste
2018-10-08
Add alias completer to unalias command
Delapouite
2018-10-08
Fix integer overflow leading to bad memory access in regex execution
Maxime Coste
2018-10-08
Buffer begin and end are not end-of-words
Maxime Coste
2018-10-06
Update startup messsage and changelog.asciidoc
Maxime Coste
2018-10-06
Merge remote-tracking branch 'laelath/shell-command-completion'
Maxime Coste
2018-10-06
Small style tweak
Maxime Coste
2018-10-06
Merge remote-tracking branch 'eraserhd/notify_fatal_error-undefined-behavior'
Maxime Coste
2018-10-06
Reduce memory usage of cached matches for RegionsHighlighter
Maxime Coste
2018-10-05
Fix undefined behavior in notify_fatal_error
Jason Felice
[next]