aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/EditView.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-07-24Using separate variable imeCaretBlockOverride for IME mode instead of changingNeil1-1/+2
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
2014-07-17Refactored Drawline into separate methods for each aspect of drawing.Neil1-241/+290
2014-07-09Ensure correct width used for overstrike caret for multi-byte character on GTK+Neil1-1/+2
2014-07-08Split out EditModel, MarginView, and EditView classes into separate files.Neil1-0/+1815