index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
SplitVector.h
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-19
Using std::fill instead of a loop is much faster. As much as 4x on a large bl...
nyamatongwe
1
-2
/
+1
2012-05-26
Add GetRangePointer and GetGapPosition methods.
nyamatongwe
1
-0
/
+18
2011-01-19
Fix typo.
nyamatongwe
1
-1
/
+1
2010-09-24
Added GetRange method to SplitVector as fast way to retrieve elements.
nyamatongwe
1
-0
/
+17
2010-02-17
Formatting whitespace.
nyamatongwe
1
-6
/
+6
2009-04-01
Speed up increase in growth size.
nyamatongwe
1
-1
/
+1
2008-04-27
Implemented GetCharacterPointer feature.
nyamatongwe
1
-0
/
+6
2007-07-27
Changed lineStates to a SplitVector so that it supports insert and delete
nyamatongwe
1
-0
/
+8
2007-04-05
Implemented decorations which are extended indicators.
nyamatongwe
1
-2
/
+2
2007-03-21
When deleting all contents of a SplitVector, free the memory.
nyamatongwe
1
-6
/
+12
2007-01-03
Added range check for InsertValue and some more assertions.
nyamatongwe
1
-0
/
+8
2007-01-02
Separated the cell buffer into substance and style buffers.
nyamatongwe
1
-1
/
+1
2007-01-01
Major change to CellBuffer class with addition of Partitioning class and Spli...
nyamatongwe
1
-0
/
+221