summaryrefslogtreecommitdiff
path: root/src/dynamic_buffer_iterator.hh
AgeCommit message (Collapse)Author
2012-01-25remove DynamicBufferIterator and make Selection a ModificationListenerMaxime Coste
DynamicBufferIterator is only used by Selections. And each selection had two iterators, resulting in two ModificationListeners registered in the buffer instead of one now.
2011-12-06Buffer: rename BufferModification to ModificationMaxime Coste
2011-10-24DynamicBufferIterator: add and use in SelectionsMaxime Coste
DynamicBufferIterator are a new type of BufferIterators that automatically update themselves when their buffer is modified. Selections now uses this type of iterators instead of plain ones