summaryrefslogtreecommitdiff
path: root/src/selection.hh
AgeCommit message (Expand)Author
2012-11-19Selection: allow write access to first and lastMaxime Coste
2012-11-12move overlaps function to selection.hhMaxime Coste
2012-10-08selections should always point to an utf8 character sequence start byteMaxime Coste
2012-09-26Store capture groups with selections in editor, and access them through dynam...Maxime Coste
2012-09-26Editor now stores selections as SelectionAndCapturesListMaxime Coste
2012-09-04add override markersMaxime Coste
2012-08-15avoid keeping end of lines selected in Editor::eraseMaxime Coste
2012-07-16Go back to a generic BufferChangeListener interface for selection updateMaxime Coste
2012-04-04remove ModificationListener and use a list of iterators to update insteadMaxime Coste
2012-03-08rename BufferString to StringMaxime Coste
2012-02-27document Selection classMaxime Coste
2012-02-09Merge captures into registers, implements register insertionMaxime Coste
2012-01-31extract an Editor class from Window and refactorMaxime Coste