aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Partitioning.h
AgeCommit message (Collapse)AuthorFilesLines
2011-01-31Comments.nyamatongwe1-0/+5
2010-02-17Formatting whitespace.nyamatongwe1-1/+1
2009-06-24Some extra const constraints added while working on discontiguous selection.nyamatongwe1-1/+1
2007-07-08Added const to methods that should not logically need to modify object.nyamatongwe1-2/+2
2007-04-05Implemented decorations which are extended indicators.nyamatongwe1-1/+1
2007-01-01Major change to CellBuffer class with addition of Partitioning class and ↵nyamatongwe1-0/+184
SplitVector template. Inserting and deleting lines are made more efficient by lessening the amount of per line information copied. Marker data is only allocated for each line if markers are added.