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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-03
Make CellBuffer::DeleteChars return a pointer to the deleted data even
Neil
1
-1
/
+1
2013-05-24
Made methods const where they can be and are logically const as well.
nyamatongwe
1
-3
/
+3
2013-05-03
Moved allocation of data owned by Action into Action::Create.
nyamatongwe
1
-2
/
+2
2013-01-19
Add private copy constructors to prevent copying and avoid warnings.
nyamatongwe
1
-0
/
+3
2013-01-19
Support the three Unicode line ends NEL, LS, and PS in CellBuffer, Document,
nyamatongwe
1
-0
/
+5
2012-05-26
Add GetRangePointer and GetGapPosition methods.
nyamatongwe
1
-0
/
+2
2010-09-25
Optimization of line layout by minimizing calls in Editor::LayoutLine and avo...
nyamatongwe
1
-0
/
+1
2010-09-16
Make internal methods private.
nyamatongwe
1
-4
/
+4
2010-05-05
Made some methods const.
nyamatongwe
1
-2
/
+2
2010-04-19
Potential fix to bug #974009 and #2986727 Markers don't move when return is
nyamatongwe
1
-2
/
+2
2010-03-13
Adding const to methods where possible.
nyamatongwe
1
-2
/
+2
2009-06-24
Some extra const constraints added while working on discontiguous selection.
nyamatongwe
1
-2
/
+2
2009-06-10
Clear out per-line data when all contents removed.
nyamatongwe
1
-0
/
+1
2009-04-19
Added UNDO_MAY_COALESCE flag to AddUndoAction.
nyamatongwe
1
-2
/
+2
2009-04-12
Updated for new way of handling per-line data.
nyamatongwe
1
-53
/
+17
2009-04-04
Added AddUndoAction call for adding application actions into undo stack.
nyamatongwe
1
-1
/
+2
2008-04-27
Implemented GetCharacterPointer feature.
nyamatongwe
1
-0
/
+1
2007-07-27
Changed lineStates to a SplitVector so that it supports insert and delete
nyamatongwe
1
-1
/
+3
2007-07-08
Added const to methods that should not logically need to modify object.
nyamatongwe
1
-6
/
+6
2007-06-01
integrate OS X support for scintilla. a big patch with a little commit messa...
scaraveo
1
-0
/
+8
2007-01-02
Separated the cell buffer into substance and style buffers.
nyamatongwe
1
-12
/
+6
2007-01-01
Major change to CellBuffer class with addition of Partitioning class and Spli...
nyamatongwe
1
-41
/
+28
2006-10-17
Armel Asselin contributed a feature that adds the flag SC_STARTACTION to
nyamatongwe
1
-3
/
+3
2005-12-11
Patch from Armel Asselin in RFE 1377661 to store positions in undo stack
nyamatongwe
1
-1
/
+0
2004-06-23
Delete all markers for a particular marker number now deletes
nyamatongwe
1
-2
/
+2
2004-04-12
Comments from Philippe.
nyamatongwe
1
-7
/
+9
2004-01-20
Method to preallocate document space.
nyamatongwe
1
-1
/
+2
2002-08-03
Changed LineVector to use an exponential allocation strategy which
nyamatongwe
1
-1
/
+1
2001-04-25
Changed buffer growth strategy to be proportional to current size by doubling
nyamatongwe
1
-15
/
+16
2001-02-24
Updated documentation comments from Philippe.
nyamatongwe
1
-26
/
+44
2001-01-28
Updating copyright notices for 2001.
nyamatongwe
1
-1
/
+1
2000-07-18
Added functions to clear all styling and contraction.
nyamatongwe
1
-0
/
+2
2000-07-10
Dropped template as only ever instantiated for int and this allows
nyamatongwe
1
-1
/
+1
2000-06-22
Removed deprecated APIs.
nyamatongwe
1
-4
/
+2
2000-04-23
Fixing problems with fold information degrading when lines inserted and
nyamatongwe
1
-4
/
+8
2000-04-07
Changing code to ensure no warnings are produced by compilers.
nyamatongwe
1
-1
/
+1
2000-04-03
Fixed problems with undo history not coalescing undo nodes correctly.
nyamatongwe
1
-1
/
+2
2000-03-22
Split UndoHistory out of CellBuffer.
nyamatongwe
1
-11
/
+38
2000-03-08
Initial revision
nyamatongwe
1
-0
/
+197