| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-06-12 | Remove definition that has never been used. | Neil | 1 | -1/+0 |
| 2018-06-10 | Using noexcept for simple functions. | Neil | 3 | -36/+36 |
| 2018-06-10 | Updated the code and comment for running a regex over multiple lines at once | Neil | 1 | -8/+14 |
| 2018-06-06 | Added brace for multi-line if and normalized space. | Neil | 1 | -6/+7 |
| 2018-06-06 | SC_WRAPINDENT_DEEPINDENT added to indent two tabs from previous line. | Henrik Hank | 1 | -3/+9 |
| 2018-06-04 | Reduce scope of captures for lambdas. | Neil | 2 | -5/+5 |
| 2018-06-02 | UpdateBidiData is called by EditView but doesn't use any EditView fields so make | Neil | 1 | -1/+1 |
| 2018-06-02 | Make virtual space selections visible in bidirectional mode. | Neil | 1 | -1/+10 |
| 2018-06-02 | Define IScreenLineLayout as the main interface for implementing bidirectional | Neil | 1 | -5/+10 |
| 2018-06-01 | Mark constant inline Unicode functions as constexpr. | Neil | 1 | -4/+4 |
| 2018-06-01 | Add function to find a UTF-16 position in a UTF-8 string. | Neil | 2 | -0/+13 |
| 2018-05-31 | Allow std::unique_ptr to be used more widely. | Neil | 3 | -0/+3 |
| 2018-05-30 | Add header needed for floor. | Neil Hodgson | 1 | -0/+1 |
| 2018-05-30 | Add TabPositionAfter method to IScreenLine as this calculation is needed on each | Neil | 2 | -0/+5 |
| 2018-05-30 | Fix comments. | Neil | 1 | -4/+4 |
| 2018-05-24 | Fix warnings. Add const, constexpr, and noexcept. Initialize. Standard methods. | Neil | 7 | -45/+49 |
| 2018-05-23 | Implement bidirectional mode bidiL2R for DirectDraw on Win32. | Neil | 8 | -45/+328 |
| 2018-05-22 | Add INDIC_GRADIENT and INDIC_GRADIENTCENTRE indicator types. | Neil | 1 | -0/+21 |
| 2018-05-21 | Draw invalid bytes in DBCS when detected as blobs in a similar way to UTF-8. | Neil Hodgson | 4 | -1/+103 |
| 2018-05-18 | Can use const now that Font::GetID is const. | Neil | 2 | -2/+2 |
| 2018-05-18 | Add <vector> to files that include Platform.h as likely needed in future. | Neil | 2 | -0/+2 |
| 2018-05-16 | Use noexcept method to preserve noexcept. | Neil | 1 | -1/+1 |
| 2018-05-16 | Move implementations into cxx file. | Neil | 4 | -6/+10 |
| 2018-05-16 | Fix regex crash reported with libstdc++ on macOS that occurs | Neil Hodgson | 1 | -7/+0 |
| 2018-05-15 | Replace ELEMENTS with std::size and drop inclusion of StringCopy.h. | Neil | 5 | -6/+1 |
| 2018-05-14 | Remove dependency on StringCopy and simplify constructor. | Neil | 1 | -5/+9 |
| 2018-05-14 | Replace 0 with nullptr. | Neil | 3 | -6/+6 |
| 2018-05-14 | Use string_view for UniConversion functions. | Neil | 4 | -41/+42 |
| 2018-05-14 | Modernize Platform.h (4) - update Surface to use string_view for text arguments. | Neil | 8 | -46/+43 |
| 2018-05-14 | Modernize Platform.h (3) - update Surface to delete WidthChar, use size_t for | Neil | 4 | -12/+12 |
| 2018-05-14 | Modernize Platform.h (2) - noexcept, const, constexpr. | Neil | 4 | -36/+59 |
| 2018-05-14 | Modernize Platform.h (1) - noexcept, const, standard methods. | Neil | 2 | -7/+6 |
| 2018-05-14 | Include <string_view> to allow future use in Platform interface and Unicode. | Neil | 24 | -0/+24 |
| 2018-05-13 | Fix header order. | Neil | 1 | -1/+1 |
| 2018-05-13 | When line end characters are displayed, indicators are drawn under/over them. | Neil | 3 | -13/+15 |
| 2018-05-06 | Ensuring ptrdiff_t is available by including <cstddef>. | Neil | 4 | -0/+4 |
| 2018-05-03 | Use Range and Position in more cases to avoid casts. | Neil | 2 | -17/+20 |
| 2018-05-03 | Ensure all 4 byte characters will work in MapRepresentation by using unsigned... | Neil | 2 | -10/+17 |
| 2018-05-03 | Simplify PropSetSimple, avoid casts, use nullptr. | Neil | 1 | -1/+1 |
| 2018-05-03 | Avoid casts. | Neil | 2 | -8/+9 |
| 2018-05-03 | Specify type of std::clamp to avoid casting arguments. | Neil | 3 | -19/+19 |
| 2018-05-03 | Eliminate XFromPosition overload for Sci::Position as SelectionPosition overload | Neil | 2 | -8/+2 |
| 2018-05-01 | Add IntegerRectangle to simplify drawing lines without casting. | Neil | 6 | -112/+156 |
| 2018-05-01 | Use round and floor instead of casts. | Neil | 1 | -2/+2 |
| 2018-05-01 | Fix minor issues with AutoSurface, AutoLineLayout and SelectionText. | Neil | 2 | -8/+8 |
| 2018-05-01 | Bug [#2012]. Use '0' instead of '0l'. | Neil | 2 | -2/+2 |
| 2018-04-30 | Use const where possible. | Neil | 1 | -1/+1 |
| 2018-04-30 | Feature [feature-requests:#1215]. Use std::clamp to shorten code. | Neil | 1 | -6/+1 |
| 2018-04-30 | Feature [feature-requests:#1215]. Simplify RESearch::ChSetWithCase. | Neil | 1 | -9/+4 |
| 2018-04-28 | Delete standard functions on classes where there could be attempts to copy. | Neil | 14 | -9/+76 |