Age | Commit message (Expand) | Author | Files | Lines |
2018-06-30 | Updated for 3.10.0.rel-3-10-0 | mitchell | 10 | -20/+41 |
2018-06-16 | Fixed incorrect highlighting of indented markdown lists. | mitchell | 1 | -5/+5 |
2018-06-16 | Updated BACKPORTING. | mitchell | 1 | -0/+23 |
2018-06-12 | Backport: Remove definition that has never been used. | Neil | 1 | -1/+0 |
2018-06-10 | Backport: Using noexcept for simple functions. | Neil | 3 | -36/+36 |
2018-06-10 | Backport: Updated the code and comment for running a regex over multiple line... | Neil | 1 | -8/+14 |
2018-06-06 | Backport: Added brace for multi-line if and normalized space. | Neil | 1 | -6/+7 |
2018-06-06 | Backport: SC_WRAPINDENT_DEEPINDENT added to indent two tabs from previous line. | Henrik Hank | 5 | -6/+26 |
2018-06-06 | Backport: Hide Meson and Ninja artifacts. | Neil | 1 | -0/+5 |
2018-06-04 | Backport: Reduce scope of captures for lambdas. | Neil | 2 | -5/+5 |
2018-06-04 | Backport: Use const and noexcept, initialize, avoid casts and improve variabl... | Neil | 1 | -29/+29 |
2018-06-04 | Backport: Use lambda in preference to function object. | Neil | 1 | -10/+2 |
2018-06-04 | Backport: Use const in lexlib headers. | Neil | 3 | -9/+9 |
2018-06-02 | Backport: Extra header needed with g++ on Linux. | Neil Hodgson | 2 | -0/+2 |
2018-06-01 | Backport: Mark constant inline Unicode functions as constexpr. | Neil | 1 | -4/+4 |
2018-05-31 | Backport: Allow std::unique_ptr to be used more widely. | Neil | 6 | -0/+6 |
2018-05-30 | Backport: Add header needed for floor. | Neil Hodgson | 1 | -0/+1 |
2018-05-30 | Backport: Fix comments. | Neil | 1 | -4/+4 |
2018-05-28 | Backport: Add styles for diffs containing patches. | Andreas Rönnquist | 4 | -0/+24 |
2018-06-12 | Added unit tests for Lua LPeg lexers. | mitchell | 2 | -1/+1151 |
2018-06-12 | Fixed child lexers that embed themselves into parents and fixed proxy lexers. | mitchell | 1 | -6/+8 |
2018-06-05 | Handle legacy lexer "_fold" functions. | mitchell | 1 | -0/+2 |
2018-06-03 | Fixed compilation failures with MSVC 2015. | mitchell | 2 | -3/+3 |
2018-05-26 | Backport: Add necessary headers and move includes to be in same order. | Neil | 3 | -4/+5 |
2018-05-25 | Updated BACKPORTING. | mitchell | 1 | -0/+45 |
2018-05-24 | Backport: Fix warnings. Add const, constexpr, and noexcept. Initialize. Stand... | Neil | 11 | -113/+112 |
2018-05-23 | Backport: Replace C-style casts with C++ casts. Use const. | Neil | 1 | -21/+21 |
2018-05-25 | Backport: Change from function to object lexer. Use string and set types to s... | mitchell | 1 | -211/+307 |
2018-05-22 | Backport: Move static functions into anonymous namespace and drop "static". | Neil | 1 | -225/+225 |
2018-05-22 | Backport: Add INDIC_GRADIENT and INDIC_GRADIENTCENTRE indicator types. | Neil | 6 | -0/+49 |
2018-05-25 | Backport: Add GradientRectangle method to Surface to draw rectangles with ver... | mitchell | 8 | -4/+229 |
2018-05-21 | Backport: Remove CGContextRef field in QuartzTextLayout as it is only used in... | Neil Hodgson | 2 | -20/+8 |
2018-05-25 | Backport: Draw invalid bytes in DBCS when detected as blobs in a similar way ... | mitchell | 5 | -1/+107 |
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 | 10 | -0/+16 |
2018-05-17 | Backport: Use nullptr instead of 0 in headers as this diminishes the number o... | Neil | 3 | -5/+5 |
2018-05-16 | Backport: Use noexcept method to preserve noexcept. | Neil | 1 | -1/+1 |
2018-05-16 | Backport: Move implementations into cxx file. | Neil | 6 | -21/+34 |
2018-05-16 | Backport: Use standard library function. | Neil | 1 | -1/+2 |
2018-05-16 | Backport: Fix regex crash reported with libstdc++ on macOS that occurs | Neil Hodgson | 2 | -7/+3 |
2018-05-15 | Backport: Fix crashes for invalid DBCS characters when dragging text, changin... | Neil Hodgson | 2 | -0/+14 |
2018-05-15 | Backport: Drop inclusion of StringCopy.h where possible. | Neil | 4 | -4/+0 |
2018-05-14 | Backport: Avoid using 0 as NULL pointer. | Neil | 1 | -1/+1 |
2018-05-14 | Backport: Replace 0 with nullptr. | Neil | 3 | -6/+6 |
2018-05-14 | Backport: Use override for LexerNoExceptions. | Neil | 1 | -4/+4 |
2018-05-25 | Backport: Modernize Platform.h (3) - update Surface to delete WidthChar, use ... | mitchell | 11 | -91/+35 |
2018-05-14 | Backport: Modernize Platform.h (2) - noexcept, const, constexpr. | Neil | 9 | -111/+101 |
2018-05-14 | Backport: Modernize Platform.h (1) - noexcept, const, standard methods. | Neil | 10 | -90/+83 |
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 | 4 | -13/+18 |