| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-03-29 | Backport: Remove inclusion of "CharacterCategory.h" where not needed and add ... | Neil | 3 | -2/+1 |
| 2019-04-08 | lexlua: Fixed rule order in YAML lexer. | mitchell | 1 | -1/+1 |
| 2019-04-08 | lexlua: Fixed lack of highlighting strings in YAML. | mitchell | 1 | -0/+1 |
| 2019-04-01 | Updated BACKPORTING. | mitchell | 1 | -5/+50 |
| 2019-03-28 | Backport: Updated ScintillaFramework internationalization to fix warnings fro... | Neil Hodgson | 2 | -8/+8 |
| 2019-03-27 | Backport: Updated dependencies for Win32. | Neil | 2 | -70/+81 |
| 2019-03-28 | Backport: Use standard GDK_SELECTION_CLIPBOARD instead of interning "CLIPBOARD". | Neil | 2 | -6/+3 |
| 2019-03-28 | Backport: Bug [#2087]. Fix flicker when inserting primary selection on GTK. | Neil | 3 | -28/+48 |
| 2019-03-27 | Backport: Updated dependencies. | Neil | 1 | -45/+68 |
| 2019-03-23 | Backport: Simplified preprocessor conditional styling code, renamed 'active' ... | Neil | 1 | -33/+63 |
| 2019-03-27 | Backport: Ran astyle to standardize formatting. | Neil | 4 | -254/+256 |
| 2019-03-27 | Backport: Fix problem with MinGW which defines NOMINMAX itself. | Neil | 2 | -0/+2 |
| 2019-03-27 | Backport: Use const where reasonable. Some additional type safety. | Neil | 2 | -123/+128 |
| 2019-03-27 | Backport: Standardize extracting point from mouse event, more noexcept, anony... | Neil | 2 | -27/+34 |
| 2019-03-27 | Backport: Replace NULL/0 with nullptr. Mark noexcept where simple. | Neil | 5 | -218/+224 |
| 2019-03-27 | Backport: Initialize all the fields of ScintillaGTK. | Neil | 1 | -2/+6 |
| 2019-03-27 | Backport: Add <algorithm> for std::min/max. Standardize on _WIN32 to gate Win... | Neil | 3 | -2/+7 |
| 2019-03-26 | Backport: Make PWidget noexcept and take const argument so it can be used in ... | Neil | 1 | -1/+1 |
| 2019-03-25 | Backport: Convert #defines to enums and hide them in private section so not v... | Neil | 1 | -9/+8 |
| 2019-03-25 | Backport: Use generic std::abs instead of abs and fabs. | Neil | 5 | -12/+12 |
| 2019-03-31 | Backport: Use generic versions of ceil, floor, round, lround, trunc from <cma... | mitchell | 10 | -41/+48 |
| 2019-03-23 | Backport: Fix warnings from MSVC Code Analysis. | Neil | 1 | -30/+37 |
| 2019-03-23 | Backport: Add Contains(char) to avoid casts in client code. Remove cast in Ad... | Neil | 1 | -4/+8 |
| 2019-03-20 | Backport: Use noexcept where sensible. Rename UTF8 string_view parameters for... | Neil | 2 | -6/+6 |
| 2019-03-20 | Backport: Implement WStringFromUTF8 to simplify code that creates wstring obj... | Neil | 4 | -13/+33 |
| 2019-03-19 | Backport: Make constructors of simple classes noexcept. | Neil | 7 | -19/+19 |
| 2019-03-19 | Backport: Make destructors public to avoid warnings. | Neil | 3 | -3/+9 |
| 2019-03-18 | Backport: Add some operators to Point to simplify client code. | Neil | 5 | -24/+27 |
| 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-12 | Backport: Feature [feature-requests:#1217]. Add CARETSTYLE_INS_MASK definition. | Neil | 1 | -2/+2 |
| 2019-03-11 | Backport: Update suppressions. | Neil | 1 | -2/+5 |
| 2019-03-05 | Backport: Implement QueueIdleWork on Win32. | Neil | 2 | -1/+35 |
| 2019-03-31 | Backport Avoid hangs in idle styling modes caused by high-priority idle work ... | mitchell | 3 | -3/+13 |
| 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 | 2 | -23/+13 |
| 2019-03-11 | Backport: Make idle processing more efficient on Cocoa by only notifying the ... | Neil Hodgson | 1 | -1/+1 |
| 2019-03-11 | Backport: Enable Base internationalization to avoid warning from Xcode. | Neil Hodgson | 2 | -0/+2 |
| 2019-03-09 | Backport: Feature [feature-requests:#1268]. Improve the styling of numbers in... | Jad Altahan | 4 | -13/+34 |
| 2019-03-31 | Updated LongTerm3 download links. | mitchell | 1 | -3/+3 |
| 2019-03-27 | lexlua: Added support for CSS 3. | mitchell | 1 | -2/+9 |
| 2019-03-09 | Updated BACKPORTING. | mitchell | 1 | -0/+19 |
| 2019-03-09 | Added tag rel-3-10-3 for changeset 233bf37d3bec | mitchell | 1 | -0/+1 |
| 2019-03-09 | Added Lua LPeg lexer changes to history.rel-3-10-3 | mitchell | 1 | -0/+6 |
| 2019-03-04 | Backport: Fix capitalisation. | Neil | 1 | -2/+2 |
| 2019-03-09 | Updated version number for release. | mitchell | 8 | -14/+14 |
| 2019-03-09 | Backport: Use constexpr where reasonable and move groups of static functions ... | mitchell | 3 | -10/+18 |
| 2019-03-03 | Backport: Remove destructor that doesn't need to be defined. | Neil | 1 | -2/+0 |
| 2019-03-03 | Backport: Use noexcept where reasonable. | Neil | 14 | -115/+115 |
| 2019-03-03 | Backport: Delete standard methods of UndoGroup so it can not be copied. | Neil | 1 | -0/+5 |