aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2018-10-31Updated for 3.10.1.rel-3-10-1mitchell9-15/+97
2018-10-26lexlua: Fixed HTML unit test with lexer update.mitchell1-5/+3
2018-10-26Updated BACKPORTING.mitchell1-6/+47
2018-10-18Backport: Updated case conversion and character categories to Unicode 11.Neil3-62/+187
2018-10-17Backport: Use nullptr, default brace and member initialisation for some simpl...Neil2-52/+42
2018-10-17Backport: Use nullptr and default brace initialisation for some simple cases.Neil3-4/+6
2018-10-17Backport: Bug [#2051]. Correct return value from SCI_MARKERADD for invalid li...Neil2-5/+9
2018-10-16Backport: Suppress warnings from cppcheck 1.85.Neil1-0/+10
2018-10-16Backport: Make damping work in ActionDuration.Colomban Wendling1-1/+1
2018-10-15Backport: Set number of lines wrapped in one go to maintain responsiveness an...Neil3-2/+17
2018-10-15Backport: Extract duration measurement damping and clamping into ActionDurati...Neil3-24/+47
2018-10-11Backport: Replace NULL and 0 with nullptr in clear cases of pure C++ code.Neil9-31/+31
2018-10-11Backport: Add SCI_SETCOMMANDEVENTS API to allow turning off command events.Neil10-15/+55
2018-10-09Backport: Improve performance of Editor::RangeText by avoding per-character c...Neil1-3/+1
2018-10-09Backport: Improve performance of text insertion when Unicode line indexing off.Neil2-7/+16
2018-10-09Backport: Extra tests for out-of-range arguments.Neil1-0/+3
2018-09-30Backport: Synchronize definition and documentation.Neil2-4/+4
2018-09-29Backport: Use nullptr when simple.Neil1-6/+6
2018-09-29Backport: Normalize formatting with astyle.Neil1-5/+5
2018-09-29Backport: Remove dead code.Neil1-1/+0
2018-09-29Backport: Bug [#2047]. Avoid processing when SCI_SETZOOM to same value as bef...Zufu Liu1-5/+9
2018-09-26Backport: Bug [#2046]. Optimize setting up representation.Zufu Liu1-2/+3
2018-09-24Backport: Bug [#2045]. LexCPP: Fix 'elif' token lengthhuki2-3/+8
2018-09-20Backport: Ignore another warning in LaTeX lexer.Neil1-0/+1
2018-09-20Backport: Fix highlighting of non-ASCII characters in links.maboroshin2-30/+35
2018-09-18Backport: Guard against shifting by negative amount as that is undefined beha...Neil Hodgson2-2/+10
2018-09-18Backport: Initialize variables to ensure no undefined behaviour.Neil Hodgson1-4/+4
2018-09-16Backport: Use nullptr in Document where appropriate.Neil1-10/+10
2018-09-16Backport: Moved declaration to avoid warnings from linters.Neil1-2/+2
2018-09-06Backport: Bug [#2038]. Add explanation SCN_CHARADDED sent during inline IME c...Neil1-0/+3
2018-09-04Backport: Feature [feature-requests:#1144]. Add folding for shell if, do, and...Colomban Wendling2-0/+19
2018-08-29Backport: Allow read access to the key map.Kacper Kasper2-0/+5
2018-08-16Backport: On Cocoa, clicks in the blank text margin now put the caret at the ...Neil Hodgson1-1/+1
2018-08-16Backport: For reverse arrow margin cursor, move hotspot to the tip of the arrow.Neil Hodgson2-1/+4
2018-08-09Backport: Avoid some casts.Neil1-3/+4
2018-07-31Backport: Define PLAT_HAIKU and use to avoid a reported compilation problem o...Neil2-1/+6
2018-07-24Backport: Fix reversion in revision 7063 which removed folding when changing ...Neil1-0/+1
2018-07-10Backport: Need <string> for std::string.Neil Hodgson1-0/+1
2018-07-10Backport: Delete standard methods to avoid warnings.Neil1-0/+5
2018-07-10Backport: Optional indexing of line starts in UTF-8 documents by UTF-32 code ...Neil13-48/+923
2018-07-10Backport: Use Select* macros from windowsx.h to avoid casts and for consistency.Neil1-8/+8
2018-07-06Backport: Fix a shadowed variable.Neil1-2/+2
2018-06-21Backport: Use override for methods in WatcherHelper.Neil1-6/+6
2018-06-21Backport: Removed condition which is always true.Neil1-2/+1
2018-06-21Backport: Feature [feature-requests:#1185]. Add lexers for SAS and Stata.Luke Rasmussen8-5/+521
2018-10-24lexlua: Fixed typo in a previous commit to lexer.lua.mitchell1-1/+1
2018-10-24lexlua: Updated Markdown lexer.mitchell1-8/+13
2018-10-24lexlua: Tweaked newline pattern to be more syntactically accurate.mitchell1-2/+2
2018-10-12lexlua: Improved HTML folding of traditionally single elements.mitchell1-15/+25
2018-10-07lexlua: Handle CR+LF in horizontal rules for Markdown.mitchell1-2/+2