Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-05-28 | Backport: Add styles for diffs containing patches. | Andreas Rönnquist | 4 | -0/+24 | |
Backport of changeset 7004:a1f932ccdee6. | |||||
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 | |
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-05 | Handle legacy lexer "_fold" functions. | mitchell | 1 | -0/+2 | |
2018-06-03 | Fixed compilation failures with MSVC 2015. | mitchell | 2 | -3/+3 | |
Thanks to Neil. | |||||
2018-05-26 | Backport: Add necessary headers and move includes to be in same order. | Neil | 3 | -4/+5 | |
Backport of changeset 7002:010fd50b48a7. | |||||
2018-05-25 | Updated BACKPORTING. | mitchell | 1 | -0/+45 | |
2018-05-24 | Backport: Fix warnings. Add const, constexpr, and noexcept. Initialize. ↵ | Neil | 11 | -113/+112 | |
Standard methods. Replace 0 and NULL with nullptr for COM, DirectWrite and least ambiguous cases. Backport of changeset 6974:e99161ef7bdd. | |||||
2018-05-23 | Backport: Replace C-style casts with C++ casts. Use const. | Neil | 1 | -21/+21 | |
Backport of changeset 6969:6f765b942713. | |||||
2018-05-25 | Backport: Change from function to object lexer. Use string and set types to ↵ | mitchell | 1 | -211/+307 | |
simplify code. Backport of changeset 6968:a57461cd09a0. | |||||
2018-05-22 | Backport: Move static functions into anonymous namespace and drop "static". | Neil | 1 | -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-22 | Backport: Add INDIC_GRADIENT and INDIC_GRADIENTCENTRE indicator types. | Neil | 6 | -0/+49 | |
Backport of changeset 6966:872900d3ceb0. | |||||
2018-05-25 | Backport: Add GradientRectangle method to Surface to draw rectangles with ↵ | mitchell | 8 | -4/+229 | |
vertical or horizontal gradients. Backport of changeset 6965:90c71d69e3b6. | |||||
2018-05-21 | Backport: Remove CGContextRef field in QuartzTextLayout as it is only used ↵ | Neil Hodgson | 2 | -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-25 | Backport: Draw invalid bytes in DBCS when detected as blobs in a similar way ↵ | mitchell | 5 | -1/+107 | |
to UTF-8. Backport of changeset 6962:514fde42ccbf, but without std::string_view. | |||||
2018-05-18 | Backport: Can use const now that Font::GetID is const. | Neil | 2 | -2/+2 | |
Backport of changeset 6960:6da8a5e47c98. | |||||
2018-05-25 | Backport: Add <vector> to files that include Platform.h as likely needed in ↵ | mitchell | 10 | -0/+16 | |
future. Backport of changeset 6959:b534742f5fa5. | |||||
2018-05-17 | Backport: Use nullptr instead of 0 in headers as this diminishes the number ↵ | Neil | 3 | -5/+5 | |
of warnings. Backport of changeset 6957:06ab85d42c89. | |||||
2018-05-16 | Backport: Use noexcept method to preserve noexcept. | Neil | 1 | -1/+1 | |
Backport of changeset 6956:beee37b055d6. | |||||
2018-05-16 | Backport: Move implementations into cxx file. | Neil | 6 | -21/+34 | |
Replace 0 and NULL with nullptr. Update comments. Backport of changeset 6955:440e02c389df. | |||||
2018-05-16 | Backport: Use standard library function. | Neil | 1 | -1/+2 | |
Backport of changeset 6954:e8727d804074. | |||||
2018-05-16 | Backport: Fix regex crash reported with libstdc++ on macOS that occurs | Neil Hodgson | 2 | -7/+3 | |
when the regex has a locale imbued. Backport of changeset 6953:85ff33e92309. | |||||
2018-05-15 | Backport: Fix crashes for invalid DBCS characters when dragging text, ↵ | Neil Hodgson | 2 | -0/+14 | |
changing case of text, case-insensitive searching, and retrieving text as UTF-8. Backport of changeset 6952:7bfe9ec5222a. | |||||
2018-05-15 | Backport: Drop inclusion of StringCopy.h where possible. | Neil | 4 | -4/+0 | |
Backport of changeset 6951:b2a17a08a1f8. | |||||
2018-05-14 | Backport: Avoid using 0 as NULL pointer. | Neil | 1 | -1/+1 | |
Backport of changeset 6948:b75edf4d00d3. | |||||
2018-05-14 | Backport: Replace 0 with nullptr. | Neil | 3 | -6/+6 | |
Backport of changeset 6945:044688817478. | |||||
2018-05-14 | Backport: Use override for LexerNoExceptions. | Neil | 1 | -4/+4 | |
Backport of changeset 6944:dad0d3fc0d28. | |||||
2018-05-25 | Backport: Modernize Platform.h (3) - update Surface to delete WidthChar, use ↵ | mitchell | 11 | -91/+35 | |
size_t for Polygon and delete the standard copy and assignment methods. Backport of changeset 6940:89fd29243232. | |||||
2018-05-14 | Backport: Modernize Platform.h (2) - noexcept, const, constexpr. | Neil | 9 | -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-14 | Backport: Modernize Platform.h (1) - noexcept, const, standard methods. | Neil | 10 | -90/+83 | |
Changes made to FontParameters, Font, Window, ListBoxEvent, ListBox, Menu, DynamicLibrary, and Platform. Backport of changeset 6938:a42c7cc3254b. | |||||
2018-05-13 | Backport: Fix header order. | Neil | 1 | -1/+1 | |
Backport of changeset 6935:ec1d6c4008fe. | |||||
2018-05-13 | Backport: When line end characters are displayed, indicators are drawn ↵ | Neil | 4 | -13/+18 | |
under/over them. Backport of changeset 6934:c0ca57c954c8. | |||||
2018-05-11 | Backport: Hide Visual Studio browse database. | Neil | 1 | -0/+1 | |
Backport of changeset 6933:bdb502d817c8. | |||||
2018-05-07 | Added backport testing notes and tools. | mitchell | 3 | -0/+2545 | |
2018-05-07 | Updated LPeg lexer with PropSetSimple.h changes introduced recently. | mitchell | 1 | -6/+10 | |
2018-05-06 | Note platform interface removal of ElapsedTime class. | mitchell | 1 | -0/+4 | |
Since C++11 does not support class deprecations, ElapsedTime was removed. | |||||
2018-05-06 | Updated BACKPORTING. | mitchell | 1 | -0/+26 | |
2018-05-06 | Backport: Feature [feature-requests:#1166]. Property ↵ | Iain Clarke | 2 | -10/+32 | |
lexer.edifact.highlight.un.all highlights UN* segments. Backport of changeset 6923:5f511df4fe9f. | |||||
2018-05-06 | Backport: Ensuring ptrdiff_t is available by including <cstddef>. | Neil | 3 | -0/+3 | |
Backport of changeset 6921:f9b81cb21ed1. | |||||
2018-05-04 | Backport: Add -large command line option for testing large document option. | Neil | 1 | -1/+6 | |
Backport of changeset 6791:1bb0b468a5a8. | |||||
2018-05-03 | Backport: Use Range and Position in more cases to avoid casts. | Neil | 2 | -17/+20 | |
Backport of changeset 6790:cb56d38e7800. | |||||
2018-05-03 | Backport: Ensure all 4 byte characters will work in MapRepresentation by ↵ | Neil | 2 | -10/+17 | |
using unsigned int. Use variable assignments to avoid casts. Backport of changeset 6789:35c415d8e7d4. | |||||
2018-05-03 | Backport: Simplify PropSetSimple, avoid casts, use nullptr. | Neil | 4 | -15/+19 | |
Backport of changeset 6788:e9f6386c89d4. | |||||
2018-05-03 | Backport: Avoid casts. | Neil | 3 | -10/+12 | |
Backport of changeset 6787:b690b9e1e111. | |||||
2018-05-03 | Backport: Eliminate XFromPosition overload for Sci::Position as ↵ | Neil | 2 | -8/+2 | |
SelectionPosition overload can always be used. Backport of changeset 6785:161efa2f1972. | |||||
2018-05-02 | Backport: Replace NULL and 0 with nullptr. | Neil Hodgson | 1 | -41/+20 | |
Backport of changeset 6784:0638e9fb5942. | |||||
2018-05-02 | Backport: Define ListBoxImpl::GetWidget method to avoid casts. | Neil Hodgson | 1 | -55/+37 | |
Backport of changeset 6783:ebfb3ad01111. | |||||
2018-05-02 | Backport: Decrease use of casts and replace reinterpret_cast with static_cast. | Neil Hodgson | 4 | -26/+28 | |
Backport of changeset 6782:8b447827f7a6. | |||||
2018-05-02 | Backport: Add "change team" and "endteam" folding terms. | darmar | 2 | -1/+7 | |
Backport of changeset 6781:6ededeebe34c. | |||||
2018-05-01 | Backport: Encapsulate conversions between WindowID and HWND and hoist cast ↵ | Neil | 1 | -26/+31 | |
out of switch. Backport of changeset 6778:5bd8ddf6b651. |