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
/
dynamic_selection_list.cc
Age
Commit message (
Expand
)
Author
2013-07-26
LineAndColumns: always pass by value
Maxime Coste
2013-06-04
Use coord instead of iterators for selections
Maxime Coste
2013-06-03
DynamicSelectionList check that buffer end is not selected
Maxime Coste
2013-06-01
BufferChangeListener: pass buffer to on_{inser,erase}
Maxime Coste
2013-05-30
reorganize check_invariant in SelectionList
Maxime Coste
2013-05-29
Buffer::do_{erase,insert} takes coord parameters rather than iterators
Maxime Coste
2013-05-03
add SelectionList::check_invariant
Maxime Coste
2013-05-02
Move selection update code to SelectionList
Maxime Coste
2013-04-09
rename assert to kak_assert to avoid collisions
Maxime Coste
2013-03-31
Move change listener registration to BufferChangeListener_AutoRegister
Maxime Coste
2013-03-18
DynamicSelectionList: optimize updating on buffer modification
Maxime Coste
2013-03-15
move BufferIterator on_{insert,erase} as DynamicSelectionList implementation ...
Maxime Coste
2013-02-27
minor performance tweaks
Maxime Coste
2013-01-31
Remove Set and use unordered_set
Maxime Coste
2013-01-23
add more asserts
Maxime Coste
2013-01-11
Add and use a Set template class for recuring small sets
Maxime Coste
2012-12-13
DynamicSelectionList: derive from SelectionList
Maxime Coste
2012-12-13
move selection updating code out of selection, to DynamicSelectionList
Maxime Coste