| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-07-17 | Backport: Feature [feature-requests:#1300] part 3. Stop candidate window movi... | johnsonj | 1 | -2/+5 |
| 2019-07-17 | Backport: Feature [feature-requests:#1300] part 2. Position candidate window ... | Zufu Liu | 1 | -1/+5 |
| 2019-07-17 | Backport: Bug [#2120]. Avoid candidate window obscuring text when near bottom... | Neil | 1 | -2/+8 |
| 2019-07-11 | Backport: Bug [#2038]. Source of input reported in SCN_CHARADDED. | mitchell | 1 | -15/+12 |
| 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-05-29 | Backport: Bug [#2104]. Use 'l' long format length sub-specifier for HRESULT a... | Neil | 1 | -3/+3 |
| 2019-05-08 | Backport: Use value-initialization and nullptr (for true pointers) to avoid '... | Neil | 1 | -29/+18 |
| 2019-04-28 | Backport: Fix analysis warnings for GlobalMemory class. | Neil | 1 | -5/+5 |
| 2019-04-03 | Backport: Help static analyzers with assert. | Neil | 1 | -0/+2 |
| 2019-03-29 | Backport: Include "CharacterCategory.h" in all files that include "Document.h... | Neil | 1 | -0/+1 |
| 2019-03-25 | Backport: Use generic std::abs instead of abs and fabs. | Neil | 1 | -2/+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 | 1 | -3/+4 |
| 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-01-13 | Backport: Replace the only use of a function from <cctype> with a Scintilla f... | Neil | 1 | -1/+0 |
| 2018-12-07 | Backport: Feature [feature-requests:#1246]. Replace MAKELONG with MAKELRESULT... | Zufu Liu | 1 | -3/+3 |
| 2018-10-17 | Backport: Use nullptr, default brace and member initialisation for some simpl... | Neil | 1 | -13/+13 |
| 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-05-24 | Backport: Fix warnings. Add const, constexpr, and noexcept. Initialize. Stand... | Neil | 1 | -20/+20 |
| 2018-05-14 | Backport: Modernize Platform.h (1) - noexcept, const, standard methods. | Neil | 1 | -2/+3 |
| 2018-05-01 | Backport: Use RectFromPRectangle to avoid casts. | Neil | 1 | -2/+2 |
| 2018-05-01 | Backport: Bug [#2012]. Use '0' instead of '0l'. | Neil | 1 | -2/+2 |
| 2018-04-30 | Backport: Add conversion function from Scintilla Point to Win32 POINT. | Neil | 1 | -23/+49 |
| 2018-04-30 | Backport: Use const where possible. | Neil | 1 | -21/+21 |
| 2018-04-30 | Backport: Use const for IME, code page and related code. | Neil | 1 | -28/+27 |
| 2018-04-30 | Backport: Use Win32 types and avoid casting. Move code to avoid warnings. | Neil | 1 | -8/+7 |
| 2018-04-30 | Backport: Use message parameter access macros provided by Windows instead of ... | Neil | 1 | -30/+8 |
| 2018-04-30 | Backport: Use C++ casts in preference to C casts. Use nullptr instead of 0. | Neil | 1 | -1/+2 |
| 2018-04-28 | Backport: Delete standard functions on classes where there could be attempts ... | Neil | 1 | -0/+12 |
| 2018-04-28 | Backport: Remove unused definition and replace 0 with nullptr. | Neil | 1 | -2/+1 |
| 2018-04-28 | Backport:Initialize timers in definition instead of looping to avoid cast and... | Neil | 1 | -4/+1 |
| 2018-05-06 | Backport: Use <chrono> for platform-independent timing and remove ElapsedTime... | mitchell | 1 | -2/+4 |
| 2018-04-25 | Backport: Use set of coercion functions for transforming WndProc parameters i... | Neil | 1 | -7/+7 |
| 2018-04-25 | Backport: Standardized signature of TargetAsUTF8 and EncodedFromUTF8. | Neil | 1 | -2/+2 |
| 2018-05-06 | Backport: Remove casts that are not needed since sptr_t and Sci::Position are... | mitchell | 1 | -1/+1 |
| 2018-04-22 | Backport: Remove casts between char and unsigned char where possible. | Neil | 1 | -4/+4 |
| 2018-04-19 | Backport: Casting changed in many places, due to change to 64-bit variables f... | Neil | 1 | -13/+13 |
| 2018-04-05 | Backport: Backed out changeset: 7402342dc7a3 Caching client rectangle on Edit... | Neil | 1 | -2/+2 |
| 2018-04-04 | Backport: Remove automatic detection of Direct2D support during build. | Neil | 1 | -1/+1 |
| 2018-04-04 | Backport: Move DLL entry points DllMain and Scintilla_DirectFunction into Sci... | Neil | 1 | -22/+12 |
| 2018-04-04 | Backport: Cache client rectangle on EditView so it can be used easily inside ... | Neil | 1 | -2/+2 |
| 2018-03-15 | Backport: Use forward class definitions of XPM and RGBAImage so only code tha... | Neil | 1 | -1/+0 |