Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-09-05 | Bug [#1652]. Revert to allowing fractional tab stops. | Neil Hodgson | 1 | -1/+1 | |
2014-08-24 | Removed comma at end of enum as it caused an error on ↵ | Neil Hodgson | 1 | -1/+1 | |
i686-apple-darwin10-g++-4.2.1. | |||||
2014-08-08 | Implement explicit tab stops per line. | Neil | 1 | -0/+9 | |
From Nick Gravgaard. | |||||
2014-07-24 | Using separate variable imeCaretBlockOverride for IME mode instead of changing | Neil | 1 | -0/+2 | |
caretStyle as there could be confusion if the container changes caret style. | |||||
2014-07-24 | Mark const methods const. | Neil | 1 | -1/+1 | |
2014-07-24 | Remove line end whitespace. | Neil | 1 | -1/+1 | |
2014-07-18 | Allow extreme ascenders and descenders to overlap into adjacent lines with | Neil | 1 | -5/+36 | |
multiple phase drawing option. | |||||
2014-07-17 | Refactored Drawline into separate methods for each aspect of drawing. | Neil | 1 | -18/+26 | |
Standardised order of arguments to drawing methods. | |||||
2014-07-08 | Split out EditModel, MarginView, and EditView classes into separate files. | Neil | 1 | -0/+113 | |