| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-01-25 | remove DynamicBufferIterator and make Selection a ModificationListener | Maxime 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-06 | Buffer: rename BufferModification to Modification | Maxime Coste | |
| 2011-10-24 | DynamicBufferIterator: add and use in Selections | Maxime 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 | |||
