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.hh
Age
Commit message (
Expand
)
Author
2014-05-14
Use a plain SelectionList for Context, remove DynamicSelectionList
Maxime Coste
2014-05-13
SelectionList know its buffer and timestamp
Maxime Coste
2014-05-13
Pass a at_end param to BufferChangeListener::on_{insert,erase}
Maxime Coste
2014-05-12
SelectionList no longer inherit from std::vector
Maxime Coste
2014-05-07
Refactor LineAndColumn coordinates
Maxime Coste
2013-12-20
Get rid of Editor for good
Maxime Coste
2013-07-26
LineAndColumns: always pass by value
Maxime Coste
2013-06-01
BufferChangeListener: pass buffer to on_{inser,erase}
Maxime Coste
2013-05-29
Buffer::do_{erase,insert} takes coord parameters rather than iterators
Maxime Coste
2013-04-04
compile with -pedantic option and fix warnings
Maxime Coste
2013-03-31
Move change listener registration to BufferChangeListener_AutoRegister
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