summaryrefslogtreecommitdiff
path: root/src/buffer_iterator.inl.h
AgeCommit message (Collapse)Author
2011-10-27rename buffer_iterator.inl.h to buffer_iterator.inl.hhMaxime 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
2011-10-17BufferIterator: move methods implementation to buffer_iterator.inl.hMaxime Coste