| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-03-25 | Use generic versions of ceil, floor, round, lround, trunc from <cmath>. | Neil | 1 | -15/+15 |
| 2019-03-20 | Implement WStringFromUTF8 to simplify code that creates wstring objects for | Neil | 1 | -4/+2 |
| 2019-03-19 | Make destructors public to avoid warnings. | Neil | 1 | -1/+3 |
| 2019-03-18 | Add some operators to Point to simplify client code. | Neil | 2 | -6/+5 |
| 2019-03-18 | Minor warnings fixed - uninitialized, nullptr, type agreement, avoid casts. | Neil | 1 | -6/+5 |
| 2019-03-18 | Use noexcept where allowed, not inherited from base class, and not a COM method. | Neil | 1 | -57/+57 |
| 2019-03-05 | Implement QueueIdleWork on Win32. | Neil | 1 | -1/+32 |
| 2019-03-05 | Validate window after FullPaint caused by abandoning paint. | Neil | 1 | -0/+1 |
| 2019-03-05 | Remove feature where WM_PAINT treated wParam as a PAINTSTRUCT*. | Neil | 1 | -23/+10 |
| 2019-03-04 | Updated version number for release. | Neil | 1 | -2/+2 |
| 2019-02-28 | Feature [feature-requests:#1265]. Common Intermediate Language (CIL) lexer. | Jed Altahan | 1 | -0/+3 |
| 2019-02-24 | Use noexcept and constexpr where possible and reasonable. | Neil | 2 | -38/+36 |
| 2019-02-24 | Remove font caching on Win32. | Neil | 1 | -107/+7 |
| 2019-01-13 | Replace the only use of a function from <cctype> with a Scintilla function. | Neil | 2 | -2/+0 |
| 2019-01-07 | Updates for version 4.1.3.rel-4-1-3 | Neil | 1 | -2/+2 |
| 2019-01-06 | Bug [#2068]. Fix some clang-tidy warnings. | Zufu Liu | 1 | -4/+4 |
| 2018-12-07 | Feature [feature-requests:#1246]. Replace MAKELONG with MAKELRESULT and | Zufu Liu | 1 | -3/+3 |
| 2018-11-21 | Feature [feature-requests:#1242]. Add lexer for Nim | Jad Altahan | 1 | -0/+3 |
| 2018-10-17 | Use nullptr, default brace and member initialisation for some simple cases. | Neil | 2 | -52/+42 |
| 2018-10-11 | Add SCI_SETCOMMANDEVENTS API to allow turning off command events. | Neil | 1 | -3/+5 |
| 2018-09-30 | Updates for 4.1.2 release. | Neil | 1 | -2/+2 |
| 2018-09-05 | Updates for 4.1.1. | Neil | 1 | -2/+2 |
| 2018-08-09 | Avoid some casts. | Neil | 1 | -3/+4 |
| 2018-08-09 | Bug [#2030]. Fix Win32 crash setting technology to default after bidirectional | Zufu Liu | 1 | -0/+2 |
| 2018-07-31 | Change lifetime of textLayout for bidirectional so it is always released in | Neil | 1 | -3/+4 |
| 2018-07-10 | Use Select* macros from windowsx.h to avoid casts and for consistency. | Neil | 1 | -8/+8 |
| 2018-06-21 | Feature [feature-requests:#1185]. Add lexers for SAS and Stata. | Luke Rasmussen | 1 | -0/+6 |
| 2018-06-15 | Updates for 4.1.0. | Neil | 1 | -2/+2 |
| 2018-06-07 | Remove compile-time ENABLE_BIDIRECTIONAL option as bidirectional feature is now | Neil | 2 | -9/+1 |
| 2018-06-02 | Define IScreenLineLayout as the main interface for implementing bidirectional | Neil | 1 | -216/+166 |
| 2018-05-24 | Fix warnings. Add const, constexpr, and noexcept. Initialize. Standard methods. | Neil | 3 | -81/+86 |
| 2018-05-23 | Implement bidirectional mode bidiL2R for DirectDraw on Win32. | Neil | 2 | -6/+420 |
| 2018-05-23 | Add definitions for bidirectional support to Platform.h and provide empty | Neil | 1 | -0/+41 |
| 2018-05-22 | Add GradientRectangle method to Surface to draw rectangles with vertical or | Neil | 1 | -0/+58 |
| 2018-05-18 | Add <vector> to files that include Platform.h as likely needed in future. | Neil | 1 | -1/+1 |
| 2018-05-15 | Replace ELEMENTS with std::size and drop inclusion of StringCopy.h. | Neil | 2 | -4/+2 |
| 2018-05-15 | Encapsulate WideCharToMultiByte and MultiByteToWideChar to simplify calling s... | Neil | 1 | -58/+64 |
| 2018-05-14 | Avoid using 0 as NULL pointer. | Neil | 1 | -1/+1 |
| 2018-05-14 | Fix warning. | Neil | 1 | -1/+1 |
| 2018-05-14 | Use string_view for UniConversion functions. | Neil | 2 | -27/+31 |
| 2018-05-14 | Modernize Platform.h (4) - update Surface to use string_view for text arguments. | Neil | 1 | -60/+62 |
| 2018-05-14 | Modernize Platform.h (3) - update Surface to delete WidthChar, use size_t for | Neil | 1 | -34/+7 |
| 2018-05-14 | Modernize Platform.h (2) - noexcept, const, constexpr. | Neil | 1 | -12/+12 |
| 2018-05-14 | Modernize Platform.h (1) - noexcept, const, standard methods. | Neil | 2 | -12/+11 |
| 2018-05-14 | Include <string_view> to allow future use in Platform interface and Unicode. | Neil | 3 | -0/+3 |
| 2018-05-06 | Updates for 4.0.5.rel-4-0-5 | Neil | 1 | -2/+2 |
| 2018-05-01 | Encapsulate conversions between WindowID and HWND and hoist cast out of switch. | Neil | 1 | -26/+31 |
| 2018-05-01 | Update dependencies. | Neil | 2 | -22/+31 |
| 2018-05-01 | Use RectFromPRectangle to avoid casts. | Neil | 3 | -3/+7 |
| 2018-05-01 | Bug [#2012]. Use '0' instead of '0l'. | Neil | 1 | -2/+2 |