| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-05-17 | Duplicate APIs to support 64-bit document positions on Win32: | Neil | 1 | -0/+4 | |
| SCI_GETTEXTRANGEFULL, SCI_FINDTEXTFULL, and SCI_FORMATRANGEFULL. | |||||
| 2022-03-15 | Feature [feature-requests:#1431] Add SCI_GETSTYLEINDEXAT API to return styles | Neil | 1 | -0/+1 | |
| over 127 as positive integers. | |||||
| 2022-02-02 | Feature [feature-requests:#1427] Add multithreaded layout which improves | Neil | 1 | -0/+2 | |
| performance significantly for very wide lines. | |||||
| 2021-10-20 | GetLineEndTypesSupported returns LineEndType, not int. | Neil | 1 | -1/+1 | |
| 2021-08-24 | Feature [feature-requests:#841] SCI_SETCARETLINEHIGHLIGHTSUBLINE enables | Zufu Liu | 1 | -0/+2 | |
| highlighting just the subline with the caret when wrapping is on. | |||||
| 2021-07-31 | Implement StyleSetCheckMonospaced. | Neil | 1 | -0/+2 | |
| 2021-07-17 | Add SCI_AUTOCSETOPTIONS to allow choosing a non-resizeable autocompletion list | Neil | 1 | -0/+2 | |
| on Win32. This also avoids a header rectangle above the list. | |||||
| 2021-07-15 | Feature [feature-requests:#1370] Implement SCI_ALLOCATELINES to allocate indices | Zufu Liu | 1 | -0/+1 | |
| to hold some number of lines. This is an optimization that can decrease reallocation overhead. | |||||
| 2021-06-17 | Move ScintillaCall from SciTE project. | Neil | 1 | -0/+878 | |
