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
/
Document.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2008-06-29
Simon Steele's modification to allow replacing the regular
nyamatongwe
1
-195
/
+227
2008-04-15
Florian Balmer fixed VCHome for last line of document.
nyamatongwe
1
-2
/
+2
2007-10-10
Detect and handle invalid byte sequences in UTF-8 mode by displaying each
nyamatongwe
1
-5
/
+55
2007-07-27
Changed lineStates to a SplitVector so that it supports insert and delete
nyamatongwe
1
-1
/
+0
2007-07-26
Added notification for changing line state and use it to redraw if a line
nyamatongwe
1
-9
/
+11
2007-07-08
Added const to methods that should not logically need to modify object.
nyamatongwe
1
-5
/
+5
2007-07-05
Moved expansion and contraction of decorators from Editor to Document
nyamatongwe
1
-0
/
+5
2007-06-24
Make the styles array variable length so it can be increased to 256 entries
nyamatongwe
1
-5
/
+1
2007-06-01
integrate OS X support for scintilla. a big patch with a little commit messa...
scaraveo
1
-0
/
+4
2007-04-19
Optimized indicator changing with separate SC_MOD_CHANGEINDICATOR
nyamatongwe
1
-4
/
+1
2007-04-19
All Unicode planes supported, not just the Basic Multilingual Plane.
nyamatongwe
1
-1
/
+3
2007-04-07
More decoration code, with modifications reported from document to views
nyamatongwe
1
-0
/
+11
2007-04-05
Implemented decorations which are extended indicators.
nyamatongwe
1
-0
/
+2
2007-02-13
Optimisation that avoids double check for line ends.
nyamatongwe
1
-2
/
+2
2007-01-26
Separated reentrance check into text modification and styling modification fl...
nyamatongwe
1
-20
/
+21
2007-01-26
Avoid trying to style when inside a modification as that styling will be thro...
nyamatongwe
1
-3
/
+2
2007-01-02
Separated the cell buffer into substance and style buffers.
nyamatongwe
1
-33
/
+14
2007-01-01
Major change to CellBuffer class with addition of Partitioning class and Spli...
nyamatongwe
1
-1
/
+3
2006-10-29
Fix infinite loop when GetColumn called with position beyond end of text.
nyamatongwe
1
-0
/
+2
2006-10-17
Armel Asselin contributed a feature that adds the flag SC_STARTACTION to
nyamatongwe
1
-4
/
+6
2006-02-25
Patch from Greg Smith with further modifications moved character
nyamatongwe
1
-39
/
+23
2005-12-11
Patch from Armel Asselin in RFE 1377661 to store positions in undo stack
nyamatongwe
1
-4
/
+4
2005-12-09
Fixed bug #1373855 by taking DBCS into account when matching braces.
nyamatongwe
1
-0
/
+52
2005-12-04
Marker modification notifications contain the correct line number
nyamatongwe
1
-0
/
+5
2005-11-16
The indent command no longer indents completely empty lines.
nyamatongwe
1
-3
/
+6
2005-10-30
MarkerAddSet added.
nyamatongwe
1
-0
/
+9
2005-09-10
Reduced range of styling modification notification so that out of region
nyamatongwe
1
-4
/
+7
2005-06-07
Added virtual destructor to avoid warnings from GCC 4.
nyamatongwe
1
-0
/
+3
2005-06-02
Fix bug in multi-byte encodings where making selection upper case or lower
nyamatongwe
1
-4
/
+3
2005-05-07
Patch from Robert that avoids slow performance for multiple step undo
nyamatongwe
1
-76
/
+100
2005-04-13
Patch from Robert to include line number in some marker notifications.
nyamatongwe
1
-2
/
+2
2005-03-19
Patch from Franck Marcia to treat lines containing only whitespace as
nyamatongwe
1
-15
/
+27
2005-02-08
Patch from Josiah Reynolds to avoid matches of line end
nyamatongwe
1
-4
/
+4
2005-02-04
Avoid performing any actions when inserting a 0 length string.
nyamatongwe
1
-8
/
+12
2005-02-03
Patch from Josiah Reynolds to prevent backwards searches from
nyamatongwe
1
-1
/
+3
2004-12-03
Patch from Regis Vaquette to allow compilation for Windows CE.
nyamatongwe
1
-2
/
+2
2004-09-27
Fix for bug 1025190 where a whole word find would match on
nyamatongwe
1
-1
/
+1
2004-08-09
Moved ConvertLineEnds from ScintillaGTK to Document so that it can be used
nyamatongwe
1
-0
/
+31
2004-08-03
Patch from Gene Barry to avoid movement of markers when calling
nyamatongwe
1
-24
/
+23
2004-07-22
New method SCI_FINDCOLUMN.
nyamatongwe
1
-1
/
+1
2004-05-27
Fixed behaviour of SetWordChars so characters can be removed
nyamatongwe
1
-3
/
+3
2004-05-02
Some comments and const modifiers from Philippe.
nyamatongwe
1
-3
/
+13
2004-04-27
Continuation Marker feature from Hans Eckardt.
nyamatongwe
1
-0
/
+1
2004-01-14
Fixed GetFoldParent to return -1 for all top level lines.
nyamatongwe
1
-1
/
+1
2004-01-13
When styling is performed outside a styleneeded event,
nyamatongwe
1
-4
/
+8
2003-11-30
Handle backslashed characters in replacement for regex.
nyamatongwe
1
-11
/
+55
2003-11-04
Simplified SetCharClasses and added SCI_SETCHARSDEFAULT.
nyamatongwe
1
-46
/
+2
2003-11-01
Patch from Roy Wood to allow changing the characters that are in the
nyamatongwe
1
-4
/
+49
2003-10-27
Patches from Roy Wood:
nyamatongwe
1
-0
/
+34
2003-09-28
Hotspot improvements from Simon, including setting to
nyamatongwe
1
-3
/
+7
[prev]
[next]