aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2018-06-06Backport: Added brace for multi-line if and normalized space.Neil1-6/+7
Backport of changeset 7025:f17e1a7e02e3.
2018-06-06Backport: SC_WRAPINDENT_DEEPINDENT added to indent two tabs from previous line.Henrik Hank5-6/+26
Backport of changeset 7024:72c92ed3dc10.
2018-06-06Backport: Hide Meson and Ninja artifacts.Neil1-0/+5
Backport of changeset 7023:2327f5b68cfa.
2018-06-04Backport: Reduce scope of captures for lambdas.Neil2-5/+5
Use noexcept. Backport of changeset 7021:764284d21a03.
2018-06-04Backport: Use const and noexcept, initialize, avoid casts and improve ↵Neil1-29/+29
variable name. Backport of changeset 7020:9e7cc77d3970.
2018-06-04Backport: Use lambda in preference to function object.Neil1-10/+2
Backport of changeset 7019:6023ccf7f06c.
2018-06-04Backport: Use const in lexlib headers.Neil3-9/+9
Backport of changeset 7018:b14abcf3e0ac.
2018-06-02Backport: Extra header needed with g++ on Linux.Neil Hodgson2-0/+2
Backport of changeset 7016:ae8936026bdf.
2018-06-01Backport: Mark constant inline Unicode functions as constexpr.Neil1-4/+4
Backport of changeset 7010:ec151858258f.
2018-05-31Backport: Allow std::unique_ptr to be used more widely.Neil6-0/+6
Backport of changeset 7008:1f95757fa242.
2018-05-30Backport: Add header needed for floor.Neil Hodgson1-0/+1
Backport of changeset 7007:6055a62c94c3.
2018-05-30Backport: Fix comments.Neil1-4/+4
Backport of changeset 7005:19ae9a03d7b0.
2018-05-28Backport: Add styles for diffs containing patches.Andreas Rönnquist4-0/+24
Backport of changeset 7004:a1f932ccdee6.
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
Since the _NAME field of the parent lexer was changed, embedded child references to it are no longer valid. Keep a copy of the parent name for reference.
2018-06-05Handle legacy lexer "_fold" functions.mitchell1-0/+2
2018-06-03Fixed compilation failures with MSVC 2015.mitchell2-3/+3
Thanks to Neil.
2018-05-26Backport: Add necessary headers and move includes to be in same order.Neil3-4/+5
Backport of changeset 7002:010fd50b48a7.
2018-05-25Updated BACKPORTING.mitchell1-0/+45
2018-05-24Backport: Fix warnings. Add const, constexpr, and noexcept. Initialize. ↵Neil11-113/+112
Standard methods. Replace 0 and NULL with nullptr for COM, DirectWrite and least ambiguous cases. Backport of changeset 6974:e99161ef7bdd.
2018-05-23Backport: Replace C-style casts with C++ casts. Use const.Neil1-21/+21
Backport of changeset 6969:6f765b942713.
2018-05-25Backport: Change from function to object lexer. Use string and set types to ↵mitchell1-211/+307
simplify code. Backport of changeset 6968:a57461cd09a0.
2018-05-22Backport: Move static functions into anonymous namespace and drop "static".Neil1-225/+225
Move data tables to end of local functions. These changes have no strong effect - this change set just tries to simplify the following change set which makes more significant changes. Backport of changeset 6967:ca223744bb0c.
2018-05-22Backport: Add INDIC_GRADIENT and INDIC_GRADIENTCENTRE indicator types.Neil6-0/+49
Backport of changeset 6966:872900d3ceb0.
2018-05-25Backport: Add GradientRectangle method to Surface to draw rectangles with ↵mitchell8-4/+229
vertical or horizontal gradients. Backport of changeset 6965:90c71d69e3b6.
2018-05-21Backport: Remove CGContextRef field in QuartzTextLayout as it is only used ↵Neil Hodgson2-20/+8
in draw method where it can easily be provided. Retaining a CGContextRef in QuartzTextLayout could lead to it being used after being invalidated. Backport of changeset 6963:a8774d6100a6.
2018-05-25Backport: Draw invalid bytes in DBCS when detected as blobs in a similar way ↵mitchell5-1/+107
to UTF-8. Backport of changeset 6962:514fde42ccbf, but without std::string_view.
2018-05-18Backport: Can use const now that Font::GetID is const.Neil2-2/+2
Backport of changeset 6960:6da8a5e47c98.
2018-05-25Backport: Add <vector> to files that include Platform.h as likely needed in ↵mitchell10-0/+16
future. Backport of changeset 6959:b534742f5fa5.
2018-05-17Backport: Use nullptr instead of 0 in headers as this diminishes the number ↵Neil3-5/+5
of warnings. Backport of changeset 6957:06ab85d42c89.
2018-05-16Backport: Use noexcept method to preserve noexcept.Neil1-1/+1
Backport of changeset 6956:beee37b055d6.
2018-05-16Backport: Move implementations into cxx file.Neil6-21/+34
Replace 0 and NULL with nullptr. Update comments. Backport of changeset 6955:440e02c389df.
2018-05-16Backport: Use standard library function.Neil1-1/+2
Backport of changeset 6954:e8727d804074.
2018-05-16Backport: Fix regex crash reported with libstdc++ on macOS that occursNeil Hodgson2-7/+3
when the regex has a locale imbued. Backport of changeset 6953:85ff33e92309.
2018-05-15Backport: Fix crashes for invalid DBCS characters when dragging text, ↵Neil Hodgson2-0/+14
changing case of text, case-insensitive searching, and retrieving text as UTF-8. Backport of changeset 6952:7bfe9ec5222a.
2018-05-15Backport: Drop inclusion of StringCopy.h where possible.Neil4-4/+0
Backport of changeset 6951:b2a17a08a1f8.
2018-05-14Backport: Avoid using 0 as NULL pointer.Neil1-1/+1
Backport of changeset 6948:b75edf4d00d3.
2018-05-14Backport: Replace 0 with nullptr.Neil3-6/+6
Backport of changeset 6945:044688817478.
2018-05-14Backport: Use override for LexerNoExceptions.Neil1-4/+4
Backport of changeset 6944:dad0d3fc0d28.
2018-05-25Backport: Modernize Platform.h (3) - update Surface to delete WidthChar, use ↵mitchell11-91/+35
size_t for Polygon and delete the standard copy and assignment methods. Backport of changeset 6940:89fd29243232.
2018-05-14Backport: Modernize Platform.h (2) - noexcept, const, constexpr.Neil9-111/+101
ColourDesired is an int instead of long for consistency over different platforms. Changes made to Point, PRectangle, and ColourDesired. RoundXYPosition removed. Backport of changeset 6939:7441dcb96e6a.
2018-05-14Backport: Modernize Platform.h (1) - noexcept, const, standard methods.Neil10-90/+83
Changes made to FontParameters, Font, Window, ListBoxEvent, ListBox, Menu, DynamicLibrary, and Platform. Backport of changeset 6938:a42c7cc3254b.
2018-05-13Backport: Fix header order.Neil1-1/+1
Backport of changeset 6935:ec1d6c4008fe.
2018-05-13Backport: When line end characters are displayed, indicators are drawn ↵Neil4-13/+18
under/over them. Backport of changeset 6934:c0ca57c954c8.
2018-05-11Backport: Hide Visual Studio browse database.Neil1-0/+1
Backport of changeset 6933:bdb502d817c8.
2018-05-07Added backport testing notes and tools.mitchell3-0/+2545
2018-05-07Updated LPeg lexer with PropSetSimple.h changes introduced recently.mitchell1-6/+10
2018-05-06Note platform interface removal of ElapsedTime class.mitchell1-0/+4
Since C++11 does not support class deprecations, ElapsedTime was removed.
2018-05-06Updated BACKPORTING.mitchell1-0/+26
2018-05-06Backport: Feature [feature-requests:#1166]. Property ↵Iain Clarke2-10/+32
lexer.edifact.highlight.un.all highlights UN* segments. Backport of changeset 6923:5f511df4fe9f.