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-08-18
Remove now trivial Selection::merge_with method
Maxime Coste
2017-08-18
Change selection extension code to be simpler
Maxime Coste
2017-08-18
Revert "Change HashCompatible trait to a variable template"
Maxime Coste
2017-08-18
Respecify EnumDescs array sizes manually to workaround clang-3.6 bug
Maxime Coste
2017-08-18
Try to get make_array to compile with older compiler version
Maxime Coste
2017-08-16
Do not consider the 8th bit to mean Alt on keys that are mouse events
Maxime Coste
2017-08-14
Change HashCompatible trait to a variable template
Maxime Coste
2017-08-14
Style tweak for regex code
Maxime Coste
2017-08-14
Use decltype(auto) return type for some to_string functions
Maxime Coste
2017-08-12
Remove size redundancy in enum_desc function declaration
Maxime Coste
2017-08-12
Remove redundant types inside Kakoune::Allocator
Maxime Coste
2017-08-07
Merge remote-tracking branch 'Delapouite/single_param'
Maxime Coste
2017-08-04
Purge history on buffer reload when NoUndo flag is on
Maxime Coste
2017-08-04
Fix SafeCountable and RefCountable copy/move logic
Maxime Coste
2017-08-03
Change documentation directory towards $kak_runtime/doc
Maxime Coste
2017-08-01
Slight formatting tweak
Maxime Coste
2017-07-28
Use single_param for ParameterDesc when relevant in command descs
Delapouite
2017-07-25
Support values starting with `-` for in set-register command
Maxime Coste
2017-07-23
Do not reject switch parameters starting with `-`
Maxime Coste
2017-07-23
Merge remote-tracking branch 'Delapouite/main_index'
Maxime Coste
2017-07-23
Limit diff algorithm complexity
Maxime Coste
2017-07-20
More cleanups in diff code
Maxime Coste
2017-07-20
Merge remote-tracking branch 'Delapouite/rmhl'
Maxime Coste
2017-07-20
Fix wrong autoinfo for remove-highlighter
Delapouite
2017-07-19
Make non smart case full match better than smart case full match
Maxime Coste
2017-07-19
Use smart case matching for contiguous/prefix/fullmatch detection
Maxime Coste
2017-07-19
Detect overflow using a long long for the computation result.
Maxime Coste
2017-07-19
Fix main selection handling in keep pipe ($)
Maxime Coste
2017-07-19
Remove `echo -color` support, superseeded by `echo -markup`
Maxime Coste
2017-07-19
More use of std::enable_if_t alias
Maxime Coste
2017-07-19
More uses of standard type traits aliases
Maxime Coste
2017-07-19
Remove unused function
Maxime Coste
2017-07-19
Use c++14 function deduction and decltype(auto) to cleanup some code
Maxime Coste
2017-07-19
Cleanup some code with C++14 features
Maxime Coste
2017-07-19
Fix travis configuration for C++14 support
Maxime Coste
2017-07-19
Migrate code to c++14
Maxime Coste
2017-07-19
Add an assert to try to get more info on #1506
Maxime Coste
2017-07-18
Use the provided equal functor for prefix/suffix detection in diff
Maxime Coste
2017-07-18
More refactoring of the diff code in order to make it cleaner
Maxime Coste
2017-07-18
Change diff Implementation to use end indices instead of length
Maxime Coste
2017-07-17
Slight style change
Maxime Coste
2017-07-17
Refactor find_diff_rec and detect kept prefix/suffixes early
Maxime Coste
2017-07-17
Remove MirroredArray for diff implementation
Maxime Coste
2017-07-17
Fix xmessage handling in assert.cc
Maxime Coste
2017-07-16
Tolerate that the cursor might not be visible
Maxime Coste
2017-07-15
Small code cleanup in diff implementation
Maxime Coste
2017-07-14
Fix replacing reducing selections to their cursor
Maxime Coste
2017-07-14
`|` now applies the diff of the modification instead of plain replace
Maxime Coste
2017-07-14
Fix assertion when replacing with empty strings
Maxime Coste
2017-07-14
Fix an assert in compute modified ranges when merging single char ranges
Maxime Coste
[prev]
[next]