Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-03 | Backport: Use noexcept where reasonable. | Neil | 1 | -7/+7 | |
Backport of changeset 7287:0272b3c3a03b. | |||||
2019-02-02 | Backport: Feature [feature-requests:#1217]. Implement CARETSTYLE_BLOCK_ALWAYS. | Zufu Liu | 1 | -1/+1 | |
Backport of changeset 7248:aba09a1c7c63. | |||||
2018-05-01 | Backport: Fix minor issues with AutoSurface, AutoLineLayout and SelectionText. | Neil | 1 | -4/+4 | |
Backport of changeset 6769:b8ae2860861f. | |||||
2018-04-28 | Backport: Delete standard functions on classes where there could be attempts ↵ | Neil | 1 | -1/+5 | |
to copy. Backport of changeset 6756:29866b0927e0. | |||||
2018-04-26 | Backport: Specify concrete class for ldTabstops and use directly instead of ↵ | Neil | 1 | -1/+3 | |
copying value of .get() before use. Backport of changeset 6745:f8cf44b26722. | |||||
2018-04-20 | Backport: Mark pointer to constant parameter as const. | Neil | 1 | -1/+1 | |
Backport of changeset 6721:33bf16396488. | |||||
2018-04-20 | Backport: Avoid casts for DrawIndentGuide. | Neil | 1 | -1/+1 | |
Backport of changeset 6709:0e77bb893e18. | |||||
2018-04-05 | Backport: Backed out changeset: 7402342dc7a3 Caching client rectangle on ↵ | Neil | 1 | -4/+0 | |
EditView. This change was not compatible with Cocoa as it uses document-based coordinates rather than view-based. Backport of changeset 6673:a22abea8d41e. | |||||
2018-04-04 | Backport: Cache client rectangle on EditView so it can be used easily inside ↵ | Neil | 1 | -0/+4 | |
EditView. Backport of changeset 6669:7402342dc7a3. | |||||
2018-03-09 | Backport: Use Position/Line/int more accurately in preparation for large ↵ | Neil | 1 | -1/+1 | |
documents. Backport of changeset 6480:f2650eaa75e6. | |||||
2017-09-11 | Backport: The Scintilla namespace is always active for internal symbols and ↵ | Neil | 1 | -4/+0 | |
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3. | |||||
2017-05-02 | Use unique_ptr for drawing surfaces and don't check for allocation failure | Neil | 1 | -4/+4 | |
as that throws an exception. Also use unique_ptr for tab stop positions. | |||||
2017-04-21 | More consistent deletion of standard methods. | Neil | 1 | -0/+3 | |
2017-04-20 | More consistent deletion of standard methods. | Neil | 1 | -1/+2 | |
2017-04-07 | Use same parameter names in declarations and definitions. | Neil | 1 | -1/+1 | |
2017-04-01 | Fix DisplayFromPosition pos argument to be correct type. | Neil | 1 | -1/+1 | |
2017-03-31 | Using Sci::Position and Sci::Line to mark variables that are document positions | Neil | 1 | -24/+24 | |
and lines. | |||||
2017-01-04 | Mark some const methods as const. | Neil | 1 | -1/+1 | |
2016-12-09 | Use double coordinates instead of float in some cases as float ran out of | Neil | 1 | -1/+1 | |
precision in long documents. This meant that individual lines could not be selected by mouse when the document exceeded 16.7 million lines. | |||||
2016-11-29 | Textual tags may be displayed on folded lines with SCI_TOGGLEFOLDSHOWTEXT. | Tse Kit Yam | 1 | -0/+4 | |
2016-11-05 | Add options to choose between the locations of a position when there | Neil Hodgson | 1 | -1/+3 | |
are multiple locations for one position. The main current use is to find the location at the end of a line or display line when the commonly used location is at the start of the next line. | |||||
2015-03-11 | Allow minimum tab width to be tweaked to allow character cell implementation | Neil | 1 | -0/+1 | |
to work better. | |||||
2014-11-19 | Platform overrides for some drawing and behaviour to benefit PLAT_CURSES. | Neil | 1 | -0/+10 | |
From Mitchell Foral. | |||||
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 | |