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
sciteco-rel-5-5-8
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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-10
Fixing double-click inside word selecting non-word characters. Bug #3111174.
nyamatongwe
1
-1
/
+1
2010-09-25
Optimization of line layout by minimizing calls in Editor::LayoutLine and avo...
nyamatongwe
1
-0
/
+3
2010-09-16
Making methods const when they should be.
nyamatongwe
1
-2
/
+2
2010-08-19
Adding GetLineIndentation to IDocument.
nyamatongwe
1
-1
/
+1
2010-08-19
Exposed BufferPointer through IDocument.
nyamatongwe
1
-1
/
+1
2010-08-05
Case insensitive search in DBCS and faster processing of DBCS.
nyamatongwe
1
-0
/
+1
2010-08-04
Added NextPosition as more efficient way to iterate through DBCS characters.
nyamatongwe
1
-0
/
+1
2010-07-28
Restore container lexing functionality which was accidentally removed by lexe...
rel-2-20
nyamatongwe
1
-0
/
+3
2010-07-13
Files changed for new lexer design.
nyamatongwe
1
-14
/
+47
2010-05-05
Made some methods const.
nyamatongwe
1
-4
/
+4
2010-04-30
Made compatible with clang.
nyamatongwe
1
-3
/
+3
2010-03-26
Simplify code and use better variable names.
nyamatongwe
1
-1
/
+2
2010-03-25
New case insensitive searching implementation uses objects implementing
nyamatongwe
1
-3
/
+21
2010-02-17
Formatting whitespace.
nyamatongwe
1
-8
/
+8
2009-07-10
Duplicate works on discontiguous selections by duplicating each selection.
nyamatongwe
1
-0
/
+21
2009-07-03
Discontiguoues selection and virtual space initial commit.
nyamatongwe
1
-0
/
+1
2009-06-24
Some extra const constraints added while working on discontiguous selection.
nyamatongwe
1
-3
/
+3
2009-06-10
Clear out per-line data when all contents removed.
nyamatongwe
1
-0
/
+1
2009-04-22
Removed Document methods that returned parts of annotations in favour of
nyamatongwe
1
-14
/
+17
2009-04-22
Fixed bug where not styling last document line on screen when followed by
nyamatongwe
1
-0
/
+13
2009-04-19
Added UNDO_MAY_COALESCE flag to AddUndoAction.
nyamatongwe
1
-1
/
+1
2009-04-12
Annotations and text margins added.
nyamatongwe
1
-8
/
+39
2009-04-04
Added AddUndoAction call for adding application actions into undo stack.
nyamatongwe
1
-2
/
+6
2008-06-29
Simon Steele's modification to allow replacing the regular
nyamatongwe
1
-4
/
+20
2008-04-27
Implemented GetCharacterPointer feature.
nyamatongwe
1
-0
/
+1
2007-10-10
Detect and handle invalid byte sequences in UTF-8 mode by displaying each
nyamatongwe
1
-0
/
+1
2007-08-26
Send SCN_MODIFYATTEMPTRO notification for Cut.
nyamatongwe
1
-2
/
+1
2007-07-26
Added notification for changing line state and use it to redraw if a line
nyamatongwe
1
-1
/
+1
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-04-07
More decoration code, with modifications reported from document to views
nyamatongwe
1
-0
/
+1
2007-04-05
Implemented decorations which are extended indicators.
nyamatongwe
1
-0
/
+2
2007-01-26
Separated reentrance check into text modification and styling modification fl...
nyamatongwe
1
-1
/
+2
2007-01-26
Avoid trying to style when inside a modification as that styling will be thro...
nyamatongwe
1
-1
/
+1
2007-01-02
Separated the cell buffer into substance and style buffers.
nyamatongwe
1
-4
/
+3
2006-02-25
Patch from Greg Smith with further modifications moved character
nyamatongwe
1
-3
/
+3
2005-12-11
Patch from Armel Asselin in RFE 1377661 to store positions in undo stack
nyamatongwe
1
-1
/
+1
2005-12-09
Fixed bug #1373855 by taking DBCS into account when matching braces.
nyamatongwe
1
-0
/
+1
2005-10-30
MarkerAddSet added.
nyamatongwe
1
-0
/
+1
2005-05-07
Patch from Robert that avoids slow performance for multiple step undo
nyamatongwe
1
-0
/
+2
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
-0
/
+1
2005-02-17
Fix for bug 1110111 by moving end of styling to first argument if it is
nyamatongwe
1
-2
/
+2
2004-08-09
Moved ConvertLineEnds from ScintillaGTK to Document so that it can be used
nyamatongwe
1
-0
/
+1
2004-05-27
Fixed behaviour of SetWordChars so characters can be removed
nyamatongwe
1
-1
/
+1
2004-05-02
Some comments and const modifiers from Philippe.
nyamatongwe
1
-1
/
+1
2004-04-27
Continuation Marker feature from Hans Eckardt.
nyamatongwe
1
-2
/
+2
2004-01-20
Method to preallocate document space.
nyamatongwe
1
-2
/
+3
2004-01-13
When styling is performed outside a styleneeded event,
nyamatongwe
1
-0
/
+1
2003-11-01
Patch from Roy Wood to allow changing the characters that are in the
nyamatongwe
1
-3
/
+5
[next]