aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-11Backport: Hide Visual Studio browse database.Neil1-0/+1
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
2018-05-06Updated BACKPORTING.mitchell1-0/+26
2018-05-06Backport: Feature [feature-requests:#1166]. Property lexer.edifact.highlight....Iain Clarke2-10/+32
2018-05-06Backport: Ensuring ptrdiff_t is available by including <cstddef>.Neil3-0/+3
2018-05-04Backport: Add -large command line option for testing large document option.Neil1-1/+6
2018-05-03Backport: Use Range and Position in more cases to avoid casts.Neil2-17/+20
2018-05-03Backport: Ensure all 4 byte characters will work in MapRepresentation by usin...Neil2-10/+17
2018-05-03Backport: Simplify PropSetSimple, avoid casts, use nullptr.Neil4-15/+19
2018-05-03Backport: Avoid casts.Neil3-10/+12
2018-05-03Backport: Eliminate XFromPosition overload for Sci::Position as SelectionPosi...Neil2-8/+2
2018-05-02Backport: Replace NULL and 0 with nullptr.Neil Hodgson1-41/+20
2018-05-02Backport: Define ListBoxImpl::GetWidget method to avoid casts.Neil Hodgson1-55/+37
2018-05-02Backport: Decrease use of casts and replace reinterpret_cast with static_cast.Neil Hodgson4-26/+28
2018-05-02Backport: Add "change team" and "endteam" folding terms.darmar2-1/+7
2018-05-01Backport: Encapsulate conversions between WindowID and HWND and hoist cast ou...Neil1-26/+31
2018-05-01Backport: Remove dead function and unnecessary casts. Convert C casts to C++ ...Neil Hodgson2-30/+15
2018-05-01Backport: Hoist conversion between NSEvent time and Editor method time into f...Neil Hodgson1-5/+19
2018-05-01Backport: Updated dependencies.Neil Hodgson1-29/+31
2018-05-01Backport: Update dependencies.Neil2-22/+31
2018-05-01Backport: Add IntegerRectangle to simplify drawing lines without casting.Neil7-112/+157
2018-05-01Backport: Remove cast that is not needed.Neil1-1/+1
2018-05-01Backport: Use round and floor instead of casts.Neil1-2/+2
2018-05-01Backport: Use RectFromPRectangle to avoid casts.Neil3-3/+7
2018-05-01Backport: Fix minor issues with AutoSurface, AutoLineLayout and SelectionText.Neil2-8/+8
2018-05-01Backport: Bug [#2012]. Use '0' instead of '0l'.Neil6-7/+7
2018-04-30Backport: Add conversion function from Scintilla Point to Win32 POINT.Neil2-51/+85
2018-04-30Backport: Use const where possible.Neil1-1/+1
2018-04-30Backport: Use const where possible.Neil1-21/+21