aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/EditView.cxx
AgeCommit message (Collapse)AuthorFilesLines
2015-02-15Add SC_INDICFLAG_VALUEFORE and INDIC_TEXTFORE to allow a wide range of indicatorNeil1-8/+33
colours and to change the colour of text.
2015-02-14Fix warnings for suspicious type conversions and not fully bracketed ↵Neil Hodgson1-1/+1
initializers,
2015-02-14Fix 64->32 bit conversion warnings.Neil Hodgson1-3/+3
2015-02-04Implement hover style and colour for indicators.Neil1-8/+11
2014-11-19Platform overrides for some drawing and behaviour to benefit PLAT_CURSES.Neil1-6/+20
From Mitchell Foral.
2014-11-14Feature [feature-requests:#1086]. Annotation display style ANNOTATION_INDENTED;Erik Angelin1-8/+10
like _BOXED but no border.
2014-10-02Include <stdexcept> so that exceptions derived from std::runtime_error can beNeil1-0/+1
used.
2014-09-05Bug [#1652]. Revert to allowing fractional tab stops.Neil Hodgson1-7/+6
2014-08-08Implement explicit tab stops per line.Neil1-2/+58
From Nick Gravgaard.
2014-07-24Using separate variable imeCaretBlockOverride for IME mode instead of changingNeil1-1/+2
caretStyle as there could be confusion if the container changes caret style.
2014-07-24Mark const methods const.Neil1-1/+1
2014-07-24Remove line end whitespace.Neil1-1/+1
2014-07-19Treated SC_PHASES_MULTIPLE as SC_PHASES_TWO when buffered drawing is on.Neil1-1/+1
2014-07-18Remove unused function.Neil1-6/+0
2014-07-18Conditionally use the namespace so that the functions match the header so link.Neil Hodgson1-0/+8
2014-07-18Allow extreme ascenders and descenders to overlap into adjacent lines withNeil1-96/+244
multiple phase drawing option.
2014-07-17Refactored Drawline into separate methods for each aspect of drawing.Neil1-241/+290
Standardised order of arguments to drawing methods.
2014-07-09Ensure correct width used for overstrike caret for multi-byte character on GTK+Neil1-1/+2
where the width is spread over the bytes in the positions array.
2014-07-08Split out EditModel, MarginView, and EditView classes into separate files.Neil1-0/+1815