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