aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/MarginView.h
AgeCommit message (Collapse)AuthorFilesLines
2019-03-03Backport: Use noexcept where reasonable.Neil1-1/+1
Backport of changeset 7287:0272b3c3a03b.
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and ↵Neil1-4/+0
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3.
2017-05-02Use unique_ptr for drawing surfaces and don't check for allocation failureNeil1-3/+3
as that throws an exception. Also use unique_ptr for tab stop positions.
2017-03-31Using Sci::Position and Sci::Line to mark variables that are document positionsNeil1-1/+1
and lines.
2014-11-19Platform overrides for some drawing and behaviour to benefit PLAT_CURSES.Neil1-0/+9
From Mitchell Foral.
2014-07-18Allow extreme ascenders and descenders to overlap into adjacent lines withNeil1-6/+0
multiple phase drawing option.
2014-07-08Split out EditModel, MarginView, and EditView classes into separate files.Neil1-0/+47