summaryrefslogtreecommitdiff
path: root/src/dynamic_selection_list.hh
AgeCommit message (Expand)Author
2014-05-14Use a plain SelectionList for Context, remove DynamicSelectionListMaxime Coste
2014-05-13SelectionList know its buffer and timestampMaxime Coste
2014-05-13Pass a at_end param to BufferChangeListener::on_{insert,erase}Maxime Coste
2014-05-12SelectionList no longer inherit from std::vectorMaxime Coste
2014-05-07Refactor LineAndColumn coordinatesMaxime Coste
2013-12-20Get rid of Editor for goodMaxime Coste
2013-07-26LineAndColumns: always pass by valueMaxime Coste
2013-06-01BufferChangeListener: pass buffer to on_{inser,erase}Maxime Coste
2013-05-29Buffer::do_{erase,insert} takes coord parameters rather than iteratorsMaxime Coste
2013-04-04compile with -pedantic option and fix warningsMaxime Coste
2013-03-31Move change listener registration to BufferChangeListener_AutoRegisterMaxime Coste
2012-12-13DynamicSelectionList: derive from SelectionListMaxime Coste
2012-12-13move selection updating code out of selection, to DynamicSelectionListMaxime Coste