| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-05-24 | Fix warnings. Add const, constexpr, and noexcept. Initialize. Standard methods. | Neil | 11 | -127/+136 |
| 2018-05-24 | Added credits. | Neil | 1 | -0/+2 |
| 2018-05-23 | Update for bidirectional support. | Neil | 2 | -8/+17 |
| 2018-05-23 | Implement bidirectional mode bidiL2R for DirectDraw on Win32. | Neil | 10 | -51/+748 |
| 2018-05-23 | Add definitions for bidirectional support to Platform.h and provide empty | Neil | 7 | -0/+131 |
| 2018-05-23 | Replace C-style casts with C++ casts. Use const. | Neil | 1 | -21/+21 |
| 2018-05-23 | Change from function to object lexer. Use string and set types to simplify code. | Neil | 1 | -212/+307 |
| 2018-05-22 | Move static functions into anonymous namespace and drop "static". | Neil | 1 | -225/+225 |
| 2018-05-22 | Add INDIC_GRADIENT and INDIC_GRADIENTCENTRE indicator types. | Neil | 6 | -1/+50 |
| 2018-05-22 | Add GradientRectangle method to Surface to draw rectangles with vertical or | Neil | 7 | -4/+226 |
| 2018-05-21 | If decoding DBCS text fails, use the MacRoman encoding to ensure something is | Neil Hodgson | 3 | -11/+39 |
| 2018-05-21 | Remove CGContextRef field in QuartzTextLayout as it is only used in draw method | Neil Hodgson | 2 | -19/+8 |
| 2018-05-21 | Draw invalid bytes in DBCS when detected as blobs in a similar way to UTF-8. | Neil Hodgson | 5 | -1/+107 |
| 2018-05-19 | SciTE change log. | Neil | 1 | -0/+6 |
| 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 | 11 | -1/+11 |
| 2018-05-18 | Added credit. | Neil Hodgson | 1 | -0/+1 |
| 2018-05-17 | Use nullptr instead of 0 in headers as this diminishes the number of warnings. | Neil | 3 | -5/+5 |
| 2018-05-16 | Use noexcept method to preserve noexcept. | Neil | 1 | -1/+1 |
| 2018-05-16 | Move implementations into cxx file. | Neil | 6 | -21/+34 |
| 2018-05-16 | Use standard library function. | Neil | 1 | -1/+2 |
| 2018-05-16 | Fix regex crash reported with libstdc++ on macOS that occurs | Neil Hodgson | 2 | -7/+3 |
| 2018-05-15 | Fix crashes for invalid DBCS characters when dragging text, changing case of | Neil Hodgson | 2 | -0/+18 |
| 2018-05-15 | Replace ELEMENTS with std::size and drop inclusion of StringCopy.h. | Neil | 8 | -11/+3 |
| 2018-05-15 | Encapsulate WideCharToMultiByte and MultiByteToWideChar to simplify calling s... | Neil | 1 | -58/+64 |
| 2018-05-14 | Fix warnings in debug assertions. | Neil Hodgson | 1 | -3/+3 |
| 2018-05-14 | Avoid using 0 as NULL pointer. | Neil | 1 | -1/+1 |
| 2018-05-14 | Remove dependency on StringCopy and simplify constructor. | Neil | 1 | -5/+9 |
| 2018-05-14 | Fix warning. | Neil | 1 | -1/+1 |
| 2018-05-14 | Replace 0 with nullptr. | Neil | 3 | -6/+6 |
| 2018-05-14 | Use override for LexerNoExceptions. | Neil | 1 | -4/+4 |
| 2018-05-14 | Use string_view for UniConversion functions. | Neil | 7 | -92/+97 |
| 2018-05-14 | Modernize Platform.h (5) - remove ElapsedTime. | Neil | 1 | -8/+0 |
| 2018-05-14 | Modernize Platform.h (4) - update Surface to use string_view for text arguments. | Neil | 17 | -216/+214 |
| 2018-05-14 | Modernize Platform.h (3) - update Surface to delete WidthChar, use size_t for | Neil | 11 | -96/+37 |
| 2018-05-14 | Modernize Platform.h (2) - noexcept, const, constexpr. | Neil | 9 | -111/+101 |
| 2018-05-14 | Modernize Platform.h (1) - noexcept, const, standard methods. | Neil | 9 | -81/+74 |
| 2018-05-14 | Include <string_view> to allow future use in Platform interface and Unicode. | Neil | 37 | -0/+41 |
| 2018-05-13 | Include <string_view> in tests in case needed. | Neil | 12 | -0/+14 |
| 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 | 4 | -13/+18 |
| 2018-05-11 | Hide Visual Studio browse database. | Neil | 1 | -0/+1 |
| 2018-05-11 | Add stub for next release. | Neil | 1 | -0/+8 |
| 2018-05-10 | Added tag rel-4-0-5 for changeset b9ab83221b03 | Neil | 1 | -0/+1 |
| 2018-05-06 | Updates for 4.0.5.rel-4-0-5 | Neil | 8 | -16/+17 |
| 2018-05-06 | Feature [feature-requests:#1166]. Property lexer.edifact.highlight.un.all | Iain Clarke | 2 | -10/+32 |
| 2018-05-06 | SciTE change log. | Neil | 1 | -0/+3 |
| 2018-05-06 | Ensuring ptrdiff_t is available by including <cstddef>. | Neil | 4 | -0/+4 |
| 2018-05-04 | Add -large command line option for testing large document option. | Neil | 1 | -1/+6 |
| 2018-05-03 | Use Range and Position in more cases to avoid casts. | Neil | 2 | -17/+20 |