aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Document.cxx
AgeCommit message (Expand)AuthorFilesLines
2010-05-05Made some methods const.nyamatongwe1-2/+2
2010-04-03NUL characters in text formats on clipboard terminate the text.nyamatongwe1-1/+1
2010-03-26Simplify code and use better variable names.nyamatongwe1-76/+57
2010-03-25New case insensitive searching implementation uses objects implementingnyamatongwe1-16/+138
2010-03-14Fixed bug where number of character in regular expression replace wasnyamatongwe1-0/+1
2010-03-11Using passed length rather than 0 termination in case need to process textnyamatongwe1-1/+1
2010-02-28Fix for bug #2959876 Regular expression replace cannot escape \nyamatongwe1-0/+3
2010-02-17Formatting whitespace.nyamatongwe1-45/+45
2010-01-19Reduced scope of variable.nyamatongwe1-1/+1
2009-07-21Using a much simpler property set implementation.nyamatongwe1-10/+0
2009-07-12Since now using exceptions, don't check result from new.nyamatongwe1-4/+0
2009-07-12Since exception handling now turned on, do not check return value from new.nyamatongwe1-2/+0
2009-07-10Duplicate works on discontiguous selections by duplicating each selection.nyamatongwe1-4/+2
2009-07-03Discontiguoues selection and virtual space initial commit.nyamatongwe1-0/+4
2009-06-24Some extra const constraints added while working on discontiguous selection.nyamatongwe1-3/+3
2009-06-10Clear out per-line data when all contents removed.nyamatongwe1-0/+7
2009-04-25Avoid out of bounds write when asked to add marker to line beyond end ofnyamatongwe1-5/+9
2009-04-22Removed Document methods that returned parts of annotations in favour ofnyamatongwe1-39/+9
2009-04-22Fixed bug where not styling last document line on screen when followed bynyamatongwe1-0/+10
2009-04-12Annotations and text margins added.nyamatongwe1-7/+157
2009-04-04Added AddUndoAction call for adding application actions into undo stack.nyamatongwe1-6/+18
2008-12-23Avoid warnings with gcc 4.3nyamatongwe1-4/+4
2008-12-16Namespace work for OS X / XCode compatibility.nyamatongwe1-4/+6
2008-10-22Fixes a namespace problem with the new replaceable regex.nyamatongwe1-0/+8
2008-06-29Simon Steele's modification to allow replacing the regularnyamatongwe1-195/+227
2008-04-15Florian Balmer fixed VCHome for last line of document.nyamatongwe1-2/+2
2007-10-10Detect and handle invalid byte sequences in UTF-8 mode by displaying eachnyamatongwe1-5/+55
2007-07-27Changed lineStates to a SplitVector so that it supports insert and deletenyamatongwe1-1/+0
2007-07-26Added notification for changing line state and use it to redraw if a linenyamatongwe1-9/+11
2007-07-08Added const to methods that should not logically need to modify object.nyamatongwe1-5/+5
2007-07-05Moved expansion and contraction of decorators from Editor to Documentnyamatongwe1-0/+5
2007-06-24Make the styles array variable length so it can be increased to 256 entriesnyamatongwe1-5/+1
2007-06-01integrate OS X support for scintilla. a big patch with a little commit messa...scaraveo1-0/+4
2007-04-19Optimized indicator changing with separate SC_MOD_CHANGEINDICATORnyamatongwe1-4/+1
2007-04-19All Unicode planes supported, not just the Basic Multilingual Plane.nyamatongwe1-1/+3
2007-04-07More decoration code, with modifications reported from document to viewsnyamatongwe1-0/+11
2007-04-05Implemented decorations which are extended indicators.nyamatongwe1-0/+2
2007-02-13Optimisation that avoids double check for line ends.nyamatongwe1-2/+2
2007-01-26Separated reentrance check into text modification and styling modification fl...nyamatongwe1-20/+21
2007-01-26Avoid trying to style when inside a modification as that styling will be thro...nyamatongwe1-3/+2
2007-01-02Separated the cell buffer into substance and style buffers.nyamatongwe1-33/+14
2007-01-01Major change to CellBuffer class with addition of Partitioning class and Spli...nyamatongwe1-1/+3
2006-10-29Fix infinite loop when GetColumn called with position beyond end of text.nyamatongwe1-0/+2
2006-10-17Armel Asselin contributed a feature that adds the flag SC_STARTACTION tonyamatongwe1-4/+6
2006-02-25Patch from Greg Smith with further modifications moved characternyamatongwe1-39/+23
2005-12-11Patch from Armel Asselin in RFE 1377661 to store positions in undo stacknyamatongwe1-4/+4
2005-12-09Fixed bug #1373855 by taking DBCS into account when matching braces.nyamatongwe1-0/+52
2005-12-04Marker modification notifications contain the correct line numbernyamatongwe1-0/+5
2005-11-16The indent command no longer indents completely empty lines.nyamatongwe1-3/+6
2005-10-30MarkerAddSet added.nyamatongwe1-0/+9