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