| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-09-29 | Updates for 5.1.3.rel-5-1-3 | Neil | 3 | -6/+19 | |
| 2021-09-20 | Updates for 5.1.2. | Neil | 3 | -14/+10 | |
| 2021-09-19 | Respond to changes in system font scaling by clearing any cached layout data. | Neil Hodgson | 1 | -0/+3 | |
| 2021-09-12 | Make negative settings for extra ascent and descent safer by ensuring calculated | Neil | 2 | -1/+9 | |
| ascent and thus line height is at least 1 pixel. Allow 1 point font minimum instead of 2 as this may help with document maps. Document negative extra ascent and descent. Use XYPOSITION for ascent and descent for more coherent types and fewer casts but floor the values when retrieving from Surface so behaviour is unchanged. | |||||
| 2021-09-12 | Change log. | Neil | 1 | -0/+4 | |
| 2021-09-03 | Added link to Adventure IDE. | Neil | 1 | -0/+4 | |
| 2021-09-02 | Bug [#2281] Fix crash with too many subexpressions in regular expression search | Neil | 1 | -0/+4 | |
| with SCFIND_CXX11REGEX. | |||||
| 2021-08-27 | Bug [#2271] Fix disabling horizontal scrollbar in non-wrapping mode. | Neil Hodgson | 1 | -0/+4 | |
| 2021-08-25 | Allow SCI_HIDELINES to hide the first line or all lines. | Neil | 2 | -3/+5 | |
| 2021-08-24 | Remove line end white space. | Neil | 2 | -11/+11 | |
| 2021-08-24 | Feature [feature-requests:#841] SCI_SETCARETLINEHIGHLIGHTSUBLINE enables | Zufu Liu | 2 | -0/+13 | |
| highlighting just the subline with the caret when wrapping is on. | |||||
| 2021-08-05 | Ensure images are loaded and valid by combining resolutions into TIFFs. | Neil Hodgson | 1 | -0/+3 | |
| 2021-07-31 | Change log for SCI_STYLESETCHECKMONOSPACED. | Neil | 1 | -0/+4 | |
| 2021-07-31 | Implement StyleSetCheckMonospaced. | Neil | 1 | -0/+25 | |
| 2021-07-30 | Remove mentions of "keyword replacement" for SCI_GETPROPERTYEXPANDED, | Neil | 1 | -20/+15 | |
| SCI_GETPROPERTYINT, and SCI_SETPROPERTY as this is no longer supported. | |||||
| 2021-07-30 | Mention related feature requests for SC_ELEMENT_FOLD_LINE. | Neil | 1 | -0/+3 | |
| 2021-07-29 | Add SC_ELEMENT_HIDDEN_LINE to show where lines are hidden. | Neil | 2 | -0/+14 | |
| 2021-07-29 | Add SC_ELEMENT_FOLD_LINE to set the colour of fold lines. | Neil | 2 | -5/+22 | |
| 2021-07-29 | Fix display of fold lines when wrapped so they are only drawn once per line, not | Neil | 1 | -0/+3 | |
| on each subline. | |||||
| 2021-07-28 | Bug [#2268]. Fix memory leak caused by circular references. | Arne Scheffler | 1 | -0/+13 | |
| 2021-07-26 | Fix spelling. | Neil | 1 | -1/+1 | |
| 2021-07-23 | Feature [feature-requests:#1411] Implement WM_SETREDRAW to turn off scroll bar | Neil | 1 | -0/+5 | |
| updates. | |||||
| 2021-07-20 | Updates for 5.1.1 release. | Neil | 3 | -9/+10 | |
| 2021-07-17 | Add SCI_AUTOCSETOPTIONS to allow choosing a non-resizeable autocompletion list | Neil | 2 | -1/+44 | |
| on Win32. This also avoids a header rectangle above the list. | |||||
| 2021-07-18 | Update lexer information to mention Lexilla. | Neil | 1 | -3/+4 | |
| 2021-07-17 | Added PLAT_QT_QML define for a Qt QML/Quick platform layer. | Neil | 1 | -0/+2 | |
| https://github.com/mneuroth/SciTEQt | |||||
| 2021-07-17 | Fix minor inconsistency with word searching results at start and end of document | Neil | 1 | -0/+3 | |
| which were considered word start / end positions even when first or last character did not fit requirements. | |||||
| 2021-07-15 | Feature [feature-requests:#1370] Implement SCI_ALLOCATELINES to allocate indices | Zufu Liu | 2 | -0/+12 | |
| to hold some number of lines. This is an optimization that can decrease reallocation overhead. | |||||
| 2021-07-12 | Feature [feature-requests:#1381] Optimize case insensitive search for ASCII ↵ | Zufu Liu | 1 | -0/+4 | |
| text. | |||||
| 2021-07-02 | Feature [feature-requests:#1408] Treat valid DBCS lead byte followed by invalid | Zufu Liu | 1 | -0/+4 | |
| trail byte as single byte. | |||||
| 2021-06-25 | Feature [feature-requests:#1400] Set buffering when technology set. | Zufu Liu | 2 | -3/+22 | |
| 2021-06-23 | Fix API name. | Neil | 1 | -1/+1 | |
| 2021-06-23 | Update download link. | Neil | 1 | -1/+1 | |
| 2021-06-18 | Updated for stable version 5.1.0. | Neil | 3 | -19/+18 | |
| 2021-06-17 | Move ScintillaCall from SciTE project. | Neil | 2 | -3/+11 | |
| 2021-06-17 | Add SciFnDirectStatus, a direct access function which also returns status so can | Neil | 2 | -5/+19 | |
| improve performance for client code that called SCI_GETSTATUS after every API to check for failure. | |||||
| 2021-06-10 | Surround parameters with code tags styling as class 'parameter'. | Neil | 1 | -8/+8 | |
| 2021-06-10 | Use string_view for PositionCache methods. | Neil | 1 | -3/+5 | |
| Replace custom hash code with standard library hash. Drop standard methods that are not needed. Restrict representations to 200 bytes. Improve documentation. | |||||
| 2021-06-10 | Rename SCI_PASTERECTANGULAR to SCI_REPLACERECTANGULAR as it is inserting text | Neil | 1 | -4/+6 | |
| provided as an argument instead of from the system clipboard. | |||||
| 2021-06-09 | Add SCI_PASTERECTANGULAR to insert text like a rectangular paste. | Mitchell Foral | 2 | -0/+7 | |
| 2021-06-03 | Add APIs for setting appearance (traditional blob or plain text) and colour of | Neil | 2 | -1/+57 | |
| representations and support setting a representation for the "\r\n" line end sequence. | |||||
| 2021-06-05 | Bug [#2259]. Fix gcc link-time-optimization compilation. | Neil | 1 | -0/+4 | |
| 2021-06-04 | Bug [#2260]. Fix bug with SCI_GETLASTCHILD when lParam is -1. | Zufu Liu | 1 | -0/+12 | |
| Fixed cast on SCI_FOLDCHILDREN to use correct type. | |||||
| 2021-06-02 | Remove extraneous periods. | Neil | 1 | -3/+3 | |
| 2021-06-02 | Updated release date.rel-5-0-3 | Neil | 2 | -3/+3 | |
| 2021-05-30 | Update download size. | Neil | 1 | -1/+1 | |
| 2021-05-29 | Updates for 5.0.3. | Neil | 3 | -9/+13 | |
| 2021-05-28 | Rename 'NO_FOCUS' to 'INACTIVE' to better match platform terms. | Neil | 1 | -6/+6 | |
| 2021-05-28 | Moved SCI_SETFONTLOCALE to correct position. | Neil | 1 | -10/+10 | |
| 2021-05-24 | Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h | Neil | 2 | -23/+52 | |
| and ScintillaStructures.h using scoped enumerations. Use these headers instead of Scintilla.h internally. External definitions go in the Scintilla namespace and internal definitio0ns in Scintilla::Internal. | |||||
