| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-02-14 | fixed tab stop calculation on Cursessciteco-v0.6.4 | Robin Haberkorn | 1 | -2/+2 | |
| * 2 was added to the current X position before calculating the next tab stop. On non-Curses platforms this did not hurt since the X position is in pixels. On Curses, the "width" of each character is 1. * I don't know whether this change has any effect on the other (non-curses) platforms. The algorithm was similar since the very beginning of Scintilla (initial commit), so no explanation is given in the commit log. | |||||
| 2014-11-19 | Platform overrides for some drawing and behaviour to benefit PLAT_CURSES. | Neil | 1 | -6/+20 | |
| From Mitchell Foral. | |||||
| 2014-11-14 | Feature [feature-requests:#1086]. Annotation display style ANNOTATION_INDENTED; | Erik Angelin | 1 | -8/+10 | |
| like _BOXED but no border. | |||||
| 2014-10-02 | Include <stdexcept> so that exceptions derived from std::runtime_error can be | Neil | 1 | -0/+1 | |
| used. | |||||
| 2014-09-05 | Bug [#1652]. Revert to allowing fractional tab stops. | Neil Hodgson | 1 | -7/+6 | |
| 2014-08-08 | Implement explicit tab stops per line. | Neil | 1 | -2/+58 | |
| From Nick Gravgaard. | |||||
| 2014-07-24 | Using separate variable imeCaretBlockOverride for IME mode instead of changing | Neil | 1 | -1/+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-19 | Treated SC_PHASES_MULTIPLE as SC_PHASES_TWO when buffered drawing is on. | Neil | 1 | -1/+1 | |
| 2014-07-18 | Remove unused function. | Neil | 1 | -6/+0 | |
| 2014-07-18 | Conditionally use the namespace so that the functions match the header so link. | Neil Hodgson | 1 | -0/+8 | |
| 2014-07-18 | Allow extreme ascenders and descenders to overlap into adjacent lines with | Neil | 1 | -96/+244 | |
| multiple phase drawing option. | |||||
| 2014-07-17 | Refactored Drawline into separate methods for each aspect of drawing. | Neil | 1 | -241/+290 | |
| Standardised order of arguments to drawing methods. | |||||
| 2014-07-09 | Ensure correct width used for overstrike caret for multi-byte character on GTK+ | Neil | 1 | -1/+2 | |
| where the width is spread over the bytes in the positions array. | |||||
| 2014-07-08 | Split out EditModel, MarginView, and EditView classes into separate files. | Neil | 1 | -0/+1815 | |
