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
/
ContractionState.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-19
Using std::fill instead of a loop is much faster. As much as 4x on a large bl...
nyamatongwe
1
-0
/
+2
2013-02-28
Return last display line for document lines beyond document end.
nyamatongwe
1
-1
/
+1
2011-07-02
Fix warning from previous change.
nyamatongwe
1
-0
/
+2
2011-07-02
Fix for assertion failure with annotation. Bug #3347268.
nyamatongwe
1
-1
/
+1
2011-06-07
Make SCN_NEEDSHOWN notification work when word wrap is enabled.
nyamatongwe
1
-0
/
+8
2010-09-24
Added SCI_CONTRACTEDFOLDNEXT as a way to find contracted fold headers efficie...
nyamatongwe
1
-0
/
+17
2010-02-17
Formatting whitespace.
nyamatongwe
1
-2
/
+2
2007-07-26
Resetting correctly.
nyamatongwe
1
-0
/
+1
2007-07-26
Fixed bug when ShowAll called where linesInDocument was always reset to 1
nyamatongwe
1
-1
/
+2
2007-07-25
Changed ContractionState data structure to be more efficient by not only
nyamatongwe
1
-195
/
+151
2007-06-01
integrate OS X support for scintilla. a big patch with a little commit messa...
scaraveo
1
-0
/
+4
2006-12-31
Fixed folding slowness when pasting a large amount of text on an empty line. ...
nyamatongwe
1
-1
/
+1
2006-02-07
Set linesInDisplay to linesInDoc in ShowAll to avoid crashes when
nyamatongwe
1
-0
/
+6
2003-10-16
When lines are deleted, move up line heights.
nyamatongwe
1
-0
/
+1
2002-02-20
Fixed off-by-one when handling beyond end of display lines.
nyamatongwe
1
-1
/
+1
2002-02-03
When changing document, ensured rewrap performed.
nyamatongwe
1
-4
/
+6
2001-12-23
Optimisation that avoids creating the lines and docLines arrays unless
nyamatongwe
1
-0
/
+10
2001-12-19
Wrapping supported.
nyamatongwe
1
-15
/
+75
2001-02-24
Updated documentation comments from Philippe.
nyamatongwe
1
-1
/
+3
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
/
+6
2000-07-06
Optimisations.
nyamatongwe
1
-6
/
+0
2000-04-27
Fixed bug when deleting lines.
nyamatongwe
1
-7
/
+8
2000-04-23
Fixing problems with fold information degrading when lines inserted and
nyamatongwe
1
-2
/
+7
2000-04-21
Changed font sizing to use more Windows compatible calculation
nyamatongwe
1
-1
/
+1
2000-04-01
Fixed warnings from Borland compiler.
nyamatongwe
1
-1
/
+0
2000-03-23
Fixed bug in ContractionState when files larer than 400 lines had fold points...
nyamatongwe
1
-4
/
+4
2000-03-08
Initial revision
nyamatongwe
1
-0
/
+203