| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-05-24 | Backport: Fix warnings. Add const, constexpr, and noexcept. Initialize. Stand... | Neil | 7 | -38/+37 |
| 2018-05-22 | Backport: Add INDIC_GRADIENT and INDIC_GRADIENTCENTRE indicator types. | Neil | 1 | -0/+21 |
| 2018-05-25 | Backport: Draw invalid bytes in DBCS when detected as blobs in a similar way ... | mitchell | 4 | -1/+103 |
| 2018-05-18 | Backport: Can use const now that Font::GetID is const. | Neil | 2 | -2/+2 |
| 2018-05-25 | Backport: Add <vector> to files that include Platform.h as likely needed in f... | mitchell | 2 | -0/+2 |
| 2018-05-16 | Backport: Use noexcept method to preserve noexcept. | Neil | 1 | -1/+1 |
| 2018-05-16 | Backport: Move implementations into cxx file. | Neil | 4 | -6/+10 |
| 2018-05-16 | Backport: Fix regex crash reported with libstdc++ on macOS that occurs | Neil Hodgson | 1 | -7/+0 |
| 2018-05-15 | Backport: Drop inclusion of StringCopy.h where possible. | Neil | 2 | -2/+0 |
| 2018-05-14 | Backport: Replace 0 with nullptr. | Neil | 3 | -6/+6 |
| 2018-05-25 | Backport: Modernize Platform.h (3) - update Surface to delete WidthChar, use ... | mitchell | 2 | -3/+5 |
| 2018-05-14 | Backport: Modernize Platform.h (2) - noexcept, const, constexpr. | Neil | 4 | -36/+59 |
| 2018-05-14 | Backport: Modernize Platform.h (1) - noexcept, const, standard methods. | Neil | 2 | -7/+6 |
| 2018-05-13 | Backport: Fix header order. | Neil | 1 | -1/+1 |
| 2018-05-13 | Backport: When line end characters are displayed, indicators are drawn under/... | Neil | 3 | -13/+15 |
| 2018-05-06 | Backport: Ensuring ptrdiff_t is available by including <cstddef>. | Neil | 3 | -0/+3 |
| 2018-05-03 | Backport: Use Range and Position in more cases to avoid casts. | Neil | 2 | -17/+20 |
| 2018-05-03 | Backport: Ensure all 4 byte characters will work in MapRepresentation by usin... | Neil | 2 | -10/+17 |
| 2018-05-03 | Backport: Simplify PropSetSimple, avoid casts, use nullptr. | Neil | 1 | -1/+1 |
| 2018-05-03 | Backport: Avoid casts. | Neil | 2 | -8/+9 |
| 2018-05-03 | Backport: Eliminate XFromPosition overload for Sci::Position as SelectionPosi... | Neil | 2 | -8/+2 |
| 2018-05-01 | Backport: Add IntegerRectangle to simplify drawing lines without casting. | Neil | 6 | -112/+156 |
| 2018-05-01 | Backport: Use round and floor instead of casts. | Neil | 1 | -2/+2 |
| 2018-05-01 | Backport: Fix minor issues with AutoSurface, AutoLineLayout and SelectionText. | Neil | 2 | -8/+8 |
| 2018-05-01 | Backport: Bug [#2012]. Use '0' instead of '0l'. | Neil | 2 | -2/+2 |
| 2018-04-30 | Backport: Use const where possible. | Neil | 1 | -1/+1 |
| 2018-04-30 | Backport: Feature [feature-requests:#1215]. Use Sci::clamp to shorten code. | Neil | 1 | -6/+1 |
| 2018-04-30 | Backport: Feature [feature-requests:#1215]. Simplify RESearch::ChSetWithCase. | Neil | 1 | -9/+4 |
| 2018-04-28 | Backport: Delete standard functions on classes where there could be attempts ... | Neil | 14 | -9/+76 |
| 2018-04-28 | Backport: Rename method to avoid confusion between base and derived classes. | Neil | 2 | -4/+4 |
| 2018-04-27 | Backport: Use nullptr for custom draw functions. | Neil | 2 | -9/+10 |
| 2018-04-27 | Backport: Avoid reinterpret_cast. Use size_t argument to UTF8Classify to avoi... | Neil | 2 | -25/+23 |
| 2018-04-26 | Backport: Change type to avoid casts. | Neil | 2 | -3/+3 |
| 2018-04-26 | Backport: Specify concrete class for ldTabstops and use directly instead of c... | Neil | 2 | -8/+7 |
| 2018-05-06 | Backport: Use <chrono> for platform-independent timing and remove ElapsedTime... | mitchell | 3 | -23/+71 |
| 2018-04-25 | Backport: Use set of coercion functions for transforming WndProc parameters i... | Neil | 3 | -44/+63 |
| 2018-04-25 | Backport: Removed mention of class that no longer exists. | Neil | 1 | -1/+0 |
| 2018-05-06 | Backport: Remove casts that are not needed since sptr_t and Sci::Position are... | mitchell | 2 | -31/+30 |
| 2018-04-24 | Backport: Feature [feature-requests:#1215]. Make Action move constructor noex... | Neil | 2 | -10/+1 |
| 2018-04-24 | Backport: Feature [feature-requests:#1215]. Make a parameter const. | Neil | 2 | -2/+2 |
| 2018-04-22 | Backport: Remove casts between char and unsigned char where possible. | Neil | 5 | -12/+11 |
| 2018-04-21 | Backport: Code improvements - noexcept and intialization. | Neil | 2 | -5/+5 |
| 2018-04-21 | Backport: Safety improvements for character code - drop reinterpret_cast, ens... | Neil | 3 | -13/+12 |
| 2018-04-21 | Backport: Use noexcept in basic data structures where reasonable. | Neil | 7 | -46/+55 |
| 2018-04-21 | Backport: Tighten definition of regular expression iterators so they are noex... | Neil | 11 | -120/+150 |
| 2018-05-06 | Backport: More const and cast avoidance. | mitchell | 3 | -13/+14 |
| 2018-04-20 | Backport: Mark pointer to constant parameter as const. | Neil | 4 | -4/+4 |
| 2018-04-20 | Backport: Use std::count to simplify code. Avoid NULL. | Neil | 1 | -8/+2 |
| 2018-04-20 | Backport: Make reference argument const as not altered. | Neil | 2 | -2/+2 |
| 2018-04-20 | Backport: Undo part of last change as Xcode Clang doesn't like assigning long... | Neil Hodgson | 2 | -8/+8 |