| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-04-05 | Backport: Feature [feature-requests:1345]. Use ListBox_ macros in preference ... | Neil | 1 | -10/+10 |
| 2020-04-05 | Backport: Feature [feature-requests:1345] Use more typesafe code to clear win... | Neil | 1 | -4/+4 |
| 2020-03-26 | Backport: Fix spelling mistakes. | Neil | 1 | -2/+2 |
| 2020-03-25 | Backport: Replace const with constexpr where possible. | Neil | 1 | -10/+6 |
| 2020-03-17 | Backport: Remove CRITICAL_SECTION by creating reverse arrow cursor at initial... | Neil | 1 | -30/+17 |
| 2020-02-15 | Backport: Extract image conversion from RGBA to BGRA premultiplied into commo... | Neil | 1 | -21/+6 |
| 2020-02-15 | Backport: Bug [#2138]. For pixmap, balance call to BeginDraw with EndDraw. | Neil | 1 | -0/+2 |
| 2020-03-27 | Backport: Use dynamic_cast and assertion instead of static_cast to fail earli... | mitchell | 1 | -13/+20 |
| 2020-02-09 | Backport: Use uniform initialization for resetting GDI handles to avoid NULL/... | Neil | 1 | -20/+20 |
| 2020-02-09 | Backport: Feature [feature-requests:#1340] Move and use Point functions to av... | Zufu Liu | 1 | -4/+4 |
| 2020-01-31 | Backport: Avoid Clang warning with extra test. | Neil | 1 | -5/+5 |
| 2020-01-31 | Backport: Use more typesafe functions to remove casts. | Neil | 1 | -13/+5 |
| 2020-01-06 | More synchronizing LongTerm3 with default. | mitchell | 1 | -1/+2 |
| 2020-01-03 | Backport: Use safe mechanism for converting between function pointers and void*. | mitchell | 1 | -7/+6 |
| 2020-01-03 | Fixed a build error on Windows introduced by r7280 (changeset 9cf6a15d6c85). | mitchell | 1 | -0/+6 |
| 2019-12-29 | Backport: Move suppression of Clang warning language-extension-token from mak... | Neil | 1 | -0/+5 |
| 2019-12-03 | Backport: Bug [#2144]. Fixed drawing of translucent rounded rectangles with D... | Neil | 1 | -1/+1 |
| 2019-11-21 | Backport: Make reference argument const as safe to do so. | Neil | 1 | -4/+4 |
| 2019-05-29 | Backport: Bug [#2104]. Use 'l' long format length sub-specifier for HRESULT a... | Neil | 1 | -1/+1 |
| 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 | 1 | -10/+5 |
| 2019-04-28 | Backport: Use const and noexcept for private methods. | Neil | 1 | -6/+6 |
| 2019-04-27 | Backport: Feature [feature-requests:#1279]. Removed invalid check when avoidi... | Neil | 1 | -12/+7 |
| 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-03-25 | Backport: Use generic std::abs instead of abs and fabs. | Neil | 1 | -5/+5 |
| 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-18 | Backport: Add some operators to Point to simplify client code. | Neil | 1 | -3/+1 |
| 2019-03-09 | Backport: Use noexcept and constexpr where possible and reasonable. | mitchell | 1 | -37/+31 |
| 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 | 1 | -1/+0 |
| 2019-01-06 | Backport: Bug [#2068]. Fix some clang-tidy warnings. | Zufu Liu | 1 | -4/+4 |
| 2018-10-17 | Backport: Use nullptr, default brace and member initialisation for some simpl... | Neil | 1 | -39/+29 |
| 2018-07-10 | Backport: Use Select* macros from windowsx.h to avoid casts and for consistency. | Neil | 1 | -8/+8 |
| 2018-05-24 | Backport: Fix warnings. Add const, constexpr, and noexcept. Initialize. Stand... | Neil | 1 | -53/+53 |
| 2018-05-25 | Backport: Add GradientRectangle method to Surface to draw rectangles with ver... | mitchell | 1 | -0/+58 |
| 2018-05-15 | Backport: Drop inclusion of StringCopy.h where possible. | Neil | 1 | -1/+0 |
| 2018-05-14 | Backport: Avoid using 0 as NULL pointer. | Neil | 1 | -1/+1 |
| 2018-05-25 | Backport: Modernize Platform.h (3) - update Surface to delete WidthChar, use ... | mitchell | 1 | -34/+7 |
| 2018-05-14 | Backport: Modernize Platform.h (2) - noexcept, const, constexpr. | Neil | 1 | -12/+12 |
| 2018-05-14 | Backport: Modernize Platform.h (1) - noexcept, const, standard methods. | Neil | 1 | -10/+8 |
| 2018-05-01 | Backport: Encapsulate conversions between WindowID and HWND and hoist cast ou... | Neil | 1 | -26/+31 |
| 2018-05-01 | Backport: Use RectFromPRectangle to avoid casts. | Neil | 1 | -1/+3 |
| 2018-04-30 | Backport: Add conversion function from Scintilla Point to Win32 POINT. | Neil | 1 | -28/+36 |
| 2018-04-30 | Backport: Use Win32 types and avoid casting. Move code to avoid warnings. | Neil | 1 | -7/+7 |
| 2018-04-30 | Backport: Use message parameter access macros provided by Windows instead of ... | Neil | 1 | -5/+3 |
| 2018-04-30 | Backport: Use C++ casts in preference to C casts. Use nullptr instead of 0. | Neil | 1 | -3/+3 |
| 2018-04-27 | Backport: Use floor instead of casts when centring bitmaps inside the given r... | Neil | 1 | -4/+4 |
| 2018-05-06 | Backport: Use <chrono> for platform-independent timing and remove ElapsedTime... | mitchell | 1 | -48/+0 |