aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/EditView.h
AgeCommit message (Collapse)AuthorFilesLines
2014-07-24Using separate variable imeCaretBlockOverride for IME mode instead of changingNeil1-0/+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-18Allow extreme ascenders and descenders to overlap into adjacent lines withNeil1-5/+36
multiple phase drawing option.
2014-07-17Refactored Drawline into separate methods for each aspect of drawing.Neil1-18/+26
Standardised order of arguments to drawing methods.
2014-07-08Split out EditModel, MarginView, and EditView classes into separate files.Neil1-0/+113