| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-06-22 | Backport: Feature [feature-requests:#1297] Update to use INDICATOR_ instead o... | Neil | 1 | -5/+5 |
| 2019-07-11 | Backport: Feature [feature-requests:#1293]. InsertCharacter replaces AddCharUTF. | mitchell | 1 | -3/+3 |
| 2019-06-17 | Backport: Fix trailing space. | Neil | 1 | -1/+1 |
| 2019-07-11 | Backport: Bug [#2110]. Limit text returned from WM_GETTEXT to length specifie... | mitchell | 1 | -21/+18 |
| 2019-07-11 | Backport: Feature [feature-requests:#1295]. Lexer added for DataFlex. | mitchell | 3 | -0/+25 |
| 2019-06-05 | Preparing for 3.10.6 release. | mitchell | 1 | -2/+2 |
| 2019-05-29 | Backport: Bug [#2104]. Use 'l' long format length sub-specifier for HRESULT a... | Neil | 2 | -4/+4 |
| 2019-05-11 | Backport: Feature [feature-requests:#1283]. Standardise spelling - "color" ->... | Neil | 1 | -7/+7 |
| 2019-05-08 | Backport: Use value-initialization and nullptr (for true pointers) to avoid '... | Neil | 3 | -41/+25 |
| 2019-05-27 | Backport: Feature [feature-requests:#1280]. Lexer added for X12. | mitchell | 3 | -0/+17 |
| 2019-04-28 | Backport: Use const and noexcept for private methods. | Neil | 1 | -6/+6 |
| 2019-04-28 | Backport: Fix analysis warnings for GlobalMemory class. | Neil | 1 | -5/+5 |
| 2019-04-27 | Backport: Feature [feature-requests:#1279]. Removed invalid check when avoidi... | Neil | 1 | -12/+7 |
| 2019-05-09 | Updated version number for release.rel-3-10-5 | mitchell | 1 | -2/+2 |
| 2019-04-17 | Updated version number for release. | mitchell | 1 | -2/+2 |
| 2019-04-12 | Backport: Bug [#2093]. Improve efficiency with single byte character sets. | Zufu Liu | 1 | -2/+2 |
| 2019-04-11 | Backport: Feature [feature-requests:#1277]. Support coloured text on Windows ... | Zufu Liu | 1 | -3/+15 |
| 2019-04-06 | Backport: Updated dependencies for change set 7401 adding UniqueString.cxx. | Neil | 2 | -0/+6 |
| 2019-04-17 | Backport: Move UniqueStringCopy into its own source file UniqueString.cxx to ... | mitchell | 2 | -0/+2 |
| 2019-04-03 | Backport: Help static analyzers with assert. | Neil | 1 | -0/+2 |
| 2019-04-01 | Backport: Switch generation of make dependencies to Python scripts DepGen.py. | Neil | 5 | -1586/+3995 |
| 2019-03-29 | Backport: Include "CharacterCategory.h" in all files that include "Document.h... | Neil | 1 | -0/+1 |
| 2019-03-27 | Backport: Updated dependencies for Win32. | Neil | 2 | -70/+81 |
| 2019-03-25 | Backport: Use generic std::abs instead of abs and fabs. | Neil | 2 | -7/+7 |
| 2019-03-31 | Backport: Use generic versions of ceil, floor, round, lround, trunc from <cma... | mitchell | 1 | -15/+15 |
| 2019-03-20 | Backport: Implement WStringFromUTF8 to simplify code that creates wstring obj... | Neil | 1 | -4/+2 |
| 2019-03-19 | Backport: Make destructors public to avoid warnings. | Neil | 1 | -1/+3 |
| 2019-03-18 | Backport: Add some operators to Point to simplify client code. | Neil | 2 | -6/+5 |
| 2019-03-18 | Backport: Minor warnings fixed - uninitialized, nullptr, type agreement, avoi... | Neil | 1 | -3/+3 |
| 2019-03-18 | Backport: Use noexcept where allowed, not inherited from base class, and not ... | Neil | 1 | -53/+53 |
| 2019-03-05 | Backport: Implement QueueIdleWork on Win32. | Neil | 1 | -1/+32 |
| 2019-03-05 | Backport: Validate window after FullPaint caused by abandoning paint. | Neil | 1 | -0/+1 |
| 2019-03-05 | Backport: Remove feature where WM_PAINT treated wParam as a PAINTSTRUCT*. | Neil | 1 | -23/+10 |
| 2019-03-09 | Updated version number for release. | mitchell | 1 | -2/+2 |
| 2019-03-09 | Backport: Feature [feature-requests:#1265]. Common Intermediate Language (CIL... | mitchell | 1 | -0/+3 |
| 2019-03-09 | Backport: Use noexcept and constexpr where possible and reasonable. | mitchell | 2 | -38/+36 |
| 2019-02-24 | Backport: Remove font caching on Win32. | Neil | 1 | -107/+7 |
| 2019-01-13 | Backport: Replace the only use of a function from <cctype> with a Scintilla f... | Neil | 2 | -2/+0 |
| 2019-01-12 | Updates for version 3.10.2. | mitchell | 1 | -2/+2 |
| 2019-01-06 | Backport: Bug [#2068]. Fix some clang-tidy warnings. | Zufu Liu | 1 | -4/+4 |
| 2018-12-07 | Backport: Feature [feature-requests:#1246]. Replace MAKELONG with MAKELRESULT... | Zufu Liu | 1 | -3/+3 |
| 2018-11-21 | Backport: Feature [feature-requests:#1242]. Add lexer for Nim | Jad Altahan | 1 | -0/+3 |
| 2018-10-31 | Updated for 3.10.1.rel-3-10-1 | mitchell | 1 | -2/+2 |
| 2018-10-17 | Backport: Use nullptr, default brace and member initialisation for some simpl... | Neil | 2 | -52/+42 |
| 2018-10-11 | Backport: Add SCI_SETCOMMANDEVENTS API to allow turning off command events. | Neil | 1 | -3/+5 |
| 2018-08-09 | Backport: Avoid some casts. | Neil | 1 | -3/+4 |
| 2018-07-10 | Backport: Use Select* macros from windowsx.h to avoid casts and for consistency. | Neil | 1 | -8/+8 |
| 2018-06-21 | Backport: Feature [feature-requests:#1185]. Add lexers for SAS and Stata. | Luke Rasmussen | 1 | -0/+6 |
| 2018-06-30 | Updated for 3.10.0.rel-3-10-0 | mitchell | 1 | -2/+2 |
| 2018-05-24 | Backport: Fix warnings. Add const, constexpr, and noexcept. Initialize. Stand... | Neil | 3 | -74/+74 |