| Age | Commit message (Expand) | Author | Files | Lines |
| 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 | 1 | -3/+4 |
| 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-01-13 | Replace the only use of a function from <cctype> with a Scintilla function. | Neil | 1 | -1/+0 |
| 2018-12-07 | Feature [feature-requests:#1246]. Replace MAKELONG with MAKELRESULT and | Zufu Liu | 1 | -3/+3 |
| 2018-10-17 | Use nullptr, default brace and member initialisation for some simple cases. | Neil | 1 | -13/+13 |
| 2018-10-11 | Add SCI_SETCOMMANDEVENTS API to allow turning off command events. | Neil | 1 | -3/+5 |
| 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-05-24 | Fix warnings. Add const, constexpr, and noexcept. Initialize. Standard methods. | Neil | 1 | -21/+21 |
| 2018-05-23 | Implement bidirectional mode bidiL2R for DirectDraw on Win32. | Neil | 1 | -0/+1 |
| 2018-05-15 | Replace ELEMENTS with std::size and drop inclusion of StringCopy.h. | Neil | 1 | -3/+2 |
| 2018-05-15 | Encapsulate WideCharToMultiByte and MultiByteToWideChar to simplify calling s... | Neil | 1 | -58/+64 |
| 2018-05-14 | Use string_view for UniConversion functions. | Neil | 1 | -21/+25 |
| 2018-05-14 | Modernize Platform.h (1) - noexcept, const, standard methods. | Neil | 1 | -2/+3 |
| 2018-05-14 | Include <string_view> to allow future use in Platform interface and Unicode. | Neil | 1 | -0/+1 |
| 2018-05-01 | Use RectFromPRectangle to avoid casts. | Neil | 1 | -2/+2 |
| 2018-05-01 | Bug [#2012]. Use '0' instead of '0l'. | Neil | 1 | -2/+2 |
| 2018-04-30 | Add conversion function from Scintilla Point to Win32 POINT. | Neil | 1 | -23/+49 |
| 2018-04-30 | Use const where possible. | Neil | 1 | -21/+21 |
| 2018-04-30 | Use const for IME, code page and related code. | Neil | 1 | -28/+27 |
| 2018-04-30 | Use Win32 types and avoid casting. Move code to avoid warnings. | Neil | 1 | -8/+7 |
| 2018-04-30 | Use message parameter access macros provided by Windows instead of casting. | Neil | 1 | -30/+8 |
| 2018-04-30 | Use C++ casts in preference to C casts. Use nullptr instead of 0. | Neil | 1 | -1/+2 |
| 2018-04-28 | Delete standard functions on classes where there could be attempts to copy. | Neil | 1 | -0/+12 |
| 2018-04-28 | Remove unused definition and replace 0 with nullptr. | Neil | 1 | -2/+1 |
| 2018-04-28 | Initialize timers in definition instead of looping to avoid cast and warning. | Neil | 1 | -4/+1 |
| 2018-04-26 | Use <chrono> for platform-independent timing and remove ElapsedTime. | Neil | 1 | -2/+4 |
| 2018-04-25 | Use set of coercion functions for transforming WndProc parameters into pointers. | Neil | 1 | -7/+7 |
| 2018-04-25 | Standardized signature of TargetAsUTF8 and EncodedFromUTF8. | Neil | 1 | -2/+2 |
| 2018-04-25 | Remove casts that are not needed since sptr_t and Sci::Position are the same ... | Neil | 1 | -1/+1 |
| 2018-04-22 | Remove casts between char and unsigned char where possible. | Neil | 1 | -4/+4 |
| 2018-04-19 | Casting changed in many places, due to change to 64-bit variables for 64-bit | Neil | 1 | -13/+13 |
| 2018-04-11 | Bug [#2008]. Avoid warning unsigned >= 0. | Neil | 1 | -1/+1 |
| 2018-04-05 | Backed out changeset: 7402342dc7a3 Caching client rectangle on EditView. | Neil | 1 | -2/+2 |
| 2018-04-04 | Remove automatic detection of Direct2D support during build. | Neil | 1 | -1/+1 |
| 2018-04-04 | Move DLL entry points DllMain and Scintilla_DirectFunction into ScintillaDLL.cxx | Neil | 1 | -22/+12 |
| 2018-04-04 | Cache client rectangle on EditView so it can be used easily inside EditView. | Neil | 1 | -2/+2 |
| 2018-03-15 | Use forward class definitions of XPM and RGBAImage so only code that uses them | Neil | 1 | -1/+0 |
| 2018-01-21 | Type casts in case Sci::Position and Sci::Line are extended to 64-bits. | Neil | 1 | -14/+14 |
| 2017-12-19 | Start of bidirectional code - implement SCI_SETBIDIRECTIONAL. | Neil | 1 | -0/+11 |
| 2017-09-11 | The Scintilla namespace is always active for internal symbols and for the lexer | Neil | 1 | -2/+0 |
| 2017-08-28 | New header ILoader.h defines ILoader interface as it does not belong in ILexe... | Neil | 1 | -0/+1 |
| 2017-06-22 | Cast between Sci_Position.h types used for lexers and Position.h types used in | Neil | 1 | -6/+6 |
| 2017-06-12 | Remove old timer code in favour of the FineTicker* methods. | Neil | 1 | -8/+0 |
| 2017-06-12 | Simplify mouse and keyboard handling by only retaining the 'WithModifiers" form. | Neil | 1 | -23/+23 |