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
/
EditView.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-19
Group non-single-phase drawing before text.
Neil
1
-11
/
+11
2017-03-16
For single phase drawing ensure remainder of line filled by always filling
Neil
1
-1
/
+1
2017-03-16
For single phase drawing ensure edges and mark underline drawn over fold tags by
Neil
1
-5
/
+8
2017-03-16
For multiphase drawing ensure edges and mark underline drawn over fold tags by
Neil
1
-0
/
+2
2017-03-17
Round left and right sides of fold text box to ensure within the allocation.
Neil
1
-8
/
+11
2017-03-16
Fix 1 pixel unpainted as background.
Neil
1
-1
/
+1
2017-03-16
Fix difference between right of line end and left of fold tag.
Neil
1
-1
/
+1
2017-01-22
Display block caret over the character at the end of a selection to be similar
John Ehresman
1
-1
/
+7
2017-01-04
Mark some const methods as const.
Neil
1
-1
/
+1
2016-12-09
Warning suppression and documentation of previous change 6082.
Neil
1
-1
/
+2
2016-12-09
Use double coordinates instead of float in some cases as float ran out of
Neil
1
-1
/
+1
2016-11-29
Textual tags may be displayed on folded lines with SCI_TOGGLEFOLDSHOWTEXT.
Tse Kit Yam
1
-15
/
+124
2016-11-14
Added alternate appearance for visible tabs which looks like a horizontal line.
jedailey
1
-11
/
+15
2016-11-05
Add options to choose between the locations of a position when there
Neil Hodgson
1
-8
/
+38
2016-10-26
INDIC_POINT and INDIC_POINTCHARACTER indicators added to display small arrows
Neil
1
-6
/
+19
2016-10-06
Word selection, navigation, and manipulation is now performed on characters
Neil
1
-12
/
+13
2016-09-29
The number of margins can be changed with SCI_SETMARGINS.
Neil
1
-2
/
+2
2016-09-23
EDGE_MULTILINE and SCI_MULTIEDGEADDLINE added to allow displaying multiple
A-R-C-A
1
-6
/
+27
2016-04-21
Correct comments.
Neil
1
-1
/
+1
2016-01-31
Replace expressions to find level number of a fold level with function call.
Neil
1
-1
/
+1
2015-12-07
Prefer StyleIndexAt over StyleAt to avoid problems with out-of-bounds access for
Neil
1
-3
/
+3
2015-12-04
Bug [#1784]. Highlight whole run for hover indicator when wrapped.
Neil
1
-4
/
+3
2015-11-20
Remove line end whitespace.
Neil
1
-4
/
+4
2015-10-25
Fix line end movement on display lines when EOLs are visible
Colomban Wendling
1
-2
/
+4
2015-09-29
Mark local functions as static.
Neil Hodgson
1
-3
/
+3
2015-09-26
Centre whitespace dot when dot is larger than 1 pixel.
Neil
1
-1
/
+2
2015-09-26
Indentation guides do not affect background drawing so omit from condition.
Neil
1
-2
/
+1
2015-09-26
Whitespace may be made visible just in indentation.
nkmathew
1
-10
/
+6
2015-09-23
When SC_MARK_UNDERLINE if not assigned to a margin, stop drawing the whole line.
Neil
1
-18
/
+17
2015-07-27
Add Position.h as a place-holder and to allow #include "Position.h" in source.
Neil
1
-0
/
+1
2015-07-14
Fix drawing problem when control characters are in a hidden style as they then
Neil
1
-1
/
+3
2015-06-30
Added SC_CASE_CAMEL to the case mode style attribute.
Neil
1
-1
/
+17
2015-03-11
Allow minimum tab width to be tweaked to allow character cell implementation
Neil
1
-2
/
+3
2015-02-15
Add SC_INDICFLAG_VALUEFORE and INDIC_TEXTFORE to allow a wide range of indicator
Neil
1
-8
/
+33
2015-02-14
Fix warnings for suspicious type conversions and not fully bracketed initiali...
Neil Hodgson
1
-1
/
+1
2015-02-14
Fix 64->32 bit conversion warnings.
Neil Hodgson
1
-3
/
+3
2015-02-04
Implement hover style and colour for indicators.
Neil
1
-8
/
+11
2014-11-19
Platform overrides for some drawing and behaviour to benefit PLAT_CURSES.
Neil
1
-6
/
+20
2014-11-14
Feature [feature-requests:#1086]. Annotation display style ANNOTATION_INDENTED;
Erik Angelin
1
-8
/
+10
2014-10-02
Include <stdexcept> so that exceptions derived from std::runtime_error can be
Neil
1
-0
/
+1
2014-09-05
Bug [#1652]. Revert to allowing fractional tab stops.
Neil Hodgson
1
-7
/
+6
2014-08-08
Implement explicit tab stops per line.
Neil
1
-2
/
+58
2014-07-24
Using separate variable imeCaretBlockOverride for IME mode instead of changing
Neil
1
-1
/
+2
2014-07-24
Mark const methods const.
Neil
1
-1
/
+1
2014-07-24
Remove line end whitespace.
Neil
1
-1
/
+1
2014-07-19
Treated SC_PHASES_MULTIPLE as SC_PHASES_TWO when buffered drawing is on.
Neil
1
-1
/
+1
2014-07-18
Remove unused function.
Neil
1
-6
/
+0
2014-07-18
Conditionally use the namespace so that the functions match the header so link.
Neil Hodgson
1
-0
/
+8
2014-07-18
Allow extreme ascenders and descenders to overlap into adjacent lines with
Neil
1
-96
/
+244
2014-07-17
Refactored Drawline into separate methods for each aspect of drawing.
Neil
1
-241
/
+290
[next]