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
/
CellBuffer.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2003-07-26
Bug fix for #761642 SCI_MARKERDELETEALL doesn't delete all
nyamatongwe
1
-2
/
+2
2002-10-08
Extra safety by anding mask into styles being set.
nyamatongwe
1
-0
/
+1
2002-08-03
Changed LineVector to use an exponential allocation strategy which
nyamatongwe
1
-0
/
+3
2002-04-26
Fixed bug when handling removal of '\n' following '\r'.
nyamatongwe
1
-4
/
+7
2001-08-14
When asked for the line start of a line after the end of the buffer,
nyamatongwe
1
-1
/
+1
2001-07-17
Changed caret to start in off and inactive state.
nyamatongwe
1
-16
/
+13
2001-06-01
Some assertions from Mark.
nyamatongwe
1
-0
/
+2
2001-04-25
Changed allocation growth factor to double when it gets less than a sixth of
nyamatongwe
1
-1
/
+1
2001-04-25
Changed buffer growth strategy to be proportional to current size by doubling
nyamatongwe
1
-1
/
+4
2001-03-30
Undo coalescing now allows deletes of size 1 or 2 to be coalesced.
nyamatongwe
1
-1
/
+1
2001-03-30
Fixed bug when single character deletions were being coalesced even though
nyamatongwe
1
-12
/
+15
2001-02-24
Updated documentation comments from Philippe.
nyamatongwe
1
-1
/
+3
2001-01-29
Fixed problem where BeginUndoAction and EndUndoAction were in wrong order.
nyamatongwe
1
-4
/
+9
2001-01-28
Updating copyright notices for 2001.
nyamatongwe
1
-1
/
+1
2001-01-16
Changed undo node coalescing so that a paste followed by typing creates
nyamatongwe
1
-0
/
+3
2000-09-06
Fix from Tahir Karaca for LineVector::MergeMarkers.
nyamatongwe
1
-58
/
+65
2000-07-18
Added functions to clear all styling and contraction.
nyamatongwe
1
-0
/
+9
2000-07-05
Fixed BoundsChecker warnings including some leaks.
nyamatongwe
1
-0
/
+4
2000-06-22
Removed deprecated APIs.
nyamatongwe
1
-2
/
+2
2000-04-23
Fixing problems with fold information degrading when lines inserted and
nyamatongwe
1
-14
/
+42
2000-04-21
Changed font sizing to use more Windows compatible calculation
nyamatongwe
1
-1
/
+10
2000-04-18
Removed PropSet from Accessor interface.
nyamatongwe
1
-0
/
+1
2000-04-07
Changing code to ensure no warnings are produced by compilers.
nyamatongwe
1
-2
/
+2
2000-04-03
Fixed problems with undo history not coalescing undo nodes correctly.
nyamatongwe
1
-3
/
+9
2000-04-01
Fixed warnings from Borland compiler.
nyamatongwe
1
-2
/
+1
2000-03-31
Fixed line ends.
nyamatongwe
1
-1025
/
+1025
2000-03-30
Fixed bugs in handling undo history.
nyamatongwe
1
-1025
/
+1025
2000-03-25
FIxed problem with first modification sometimes not looking dirty.
nyamatongwe
1
-7
/
+8
2000-03-22
Split UndoHistory out of CellBuffer.
nyamatongwe
1
-121
/
+195
2000-03-08
Initial revision
nyamatongwe
1
-0
/
+950