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
2017-06-17
src: Add a `commands` debug flag
Frank LENORMAND
2017-06-17
Update startup info message
Maxime Coste
2017-06-17
Disable -Wnoexcept-type warning
Maxime Coste
2017-06-16
Trim whitespaces surrounding docstrings
Maxime Coste
2017-06-16
Add fallthrough comment to silence gcc-7 warning
Maxime Coste
2017-06-16
Support hitting escape to cancel a selection combine operation
Maxime Coste
2017-06-16
Hide info/menu when they are anchored to an invisible buffer coord
Maxime Coste
2017-06-16
Fix some remaining uses of invalid atom coordinates
Maxime Coste
2017-06-15
Fix some other uses of invalid buffer coordinates in display code
Maxime Coste
2017-06-15
Move tolerance for one past end of line coordinates to highlighter code
Maxime Coste
2017-06-15
Fix crash recently introduced when deleting at buffer start in insert mode
Maxime Coste
2017-06-15
Go back to window lines ending at one past the end of the buffer line
Maxime Coste
2017-06-15
Change window display to not use invalid buffer coordinates
Maxime Coste
2017-06-15
Respect scroll offset even when wrapping lines
Maxime Coste
2017-06-14
Change custom text object desc trigger from ':' to 'c' - Fix #1362
Delapouite
2017-06-13
Always store InclusiveBufferRange with first < second
Maxime Coste
2017-06-12
minor style tweak
Maxime Coste
2017-06-12
Simplify a bit buffer iteration functions
Maxime Coste
2017-06-12
Use read_fd to get pipe command from stdin instead of ad-hoc code
Maxime Coste
2017-06-11
Fix corner case in compute_modified_ranges
Maxime Coste
2017-06-11
Fix the Buffer::end() madness
Maxime Coste
2017-06-09
Fix wrapping support
Maxime Coste
2017-06-09
Remove unused only_buffer mode for DisplayLine::trim
Maxime Coste
2017-06-09
Simplify column highlighter and make it more robust
Maxime Coste
2017-06-09
Fix bug in word completer
Maxime Coste
2017-06-09
Proper linear time insert completion insertion
Maxime Coste
2017-06-09
Rework partial line display logic
Maxime Coste
2017-06-09
More explicit and simpler code
Maxime Coste
2017-06-08
Remove spurious double underscore
Maxime Coste
2017-06-08
Do not show startup info when piping into kak
Maxime Coste
2017-06-08
Fix quadratic behaviour in when selecting an insert completion
Maxime Coste
2017-06-08
Disable idle timers on all transient contexts
Maxime Coste
2017-06-08
Merge remote-tracking branch 'Delapouite/rotate-forward'
Maxime Coste
2017-06-08
Add `-width <max_width>` support in the wrap highlighter
Maxime Coste
2017-06-07
Move variable closer to its point of use
Maxime Coste
2017-06-07
Filter debug buffers before creating the SafePtr vector in -buffer *
Maxime Coste
2017-06-07
Do not disable incsearch option in context wrap
Maxime Coste
2017-06-07
Only trigger PromptEvent::Change on idle
Maxime Coste
2017-06-07
Use microseconds instead of milliseconds for built-in profiling
Maxime Coste
2017-06-07
Run BufCreate hook *before* Buf{Open,New}File
Maxime Coste
2017-06-07
Use range based find_if wrapper for finding shell env vars
Maxime Coste
2017-06-07
Change merge_overlapping to guarantee we dont break the sorting
Maxime Coste
2017-06-07
Fix memory errors due to sharing the MatchResults in the Hooks struct
Maxime Coste
2017-06-07
Remove unneeded unknown_expand exception type
Maxime Coste
2017-06-07
Use range based accumulate wrapper instead of std::accumulate
Maxime Coste
2017-06-07
Do not allow whitespaces as % string delimiters
Maxime Coste
2017-06-07
Move hook executing logic into HookManager
Maxime Coste
2017-06-07
Avoid expensive copies of Hooks in HookManager::run_hooks
Maxime Coste
2017-06-07
Move NestedBool to utils.hh
Maxime Coste
2017-06-07
Small style tweak
Maxime Coste
[prev]
[next]