aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2019-12-01Backport: Fix a bug with deleting the first element in SparseVector that left...Neil4-10/+64
2019-12-01Backport: Improve debugging by fixing visualization of SplitVector, adding a ...Neil1-10/+23
2019-11-26Backport: Bug [#2140]. Fix where anchor and caret differ only in amount of vi...Neil2-2/+20
2019-11-25Backport: Fix regression in 7773 where position wasn't moved on to account fo...Neil2-0/+33
2019-11-24Backport: Bug [#2140]. Move rather than grow selection when insertion at start.Neil4-5/+114
2019-11-22Backport: Replace GTimeVal and g_get_current_time with gint64 and g_get_monot...Neil2-11/+5
2019-11-21Backport: Make reference argument const as safe to do so.Neil1-4/+4
2019-11-21Backport: Feature [feature-requests:#1326] Recognize squiggly heredocs.Zufu Liu2-3/+7
2019-11-21Backport: Add test to ensure indicators move sensibly as text is inserted.Neil1-3/+40
2019-11-15Backport: Feature [feature-requests:#1316] Allow target to have virtual space.Neil11-52/+121
2019-11-15Backport: Feature [feature-requests:#1316] Add access to virtual space at sta...Neil6-1/+28
2019-11-17Backport: Feature [feature-requests:#1299] Make work for case sensitive mode.Zufu Liu1-1/+2
2019-11-17Backport: Feature [feature-requests:#1320] Fix tag classification when '-' pr...Zufu Liu1-1/+4
2019-11-16Backport: Protect against use of null input context.Zufu Liu1-1/+3
2019-11-16Backport: Bug [#2137]. Clear IME state when switching language.Zufu Liu2-0/+7
2019-11-15Backport: Moved line to correct place and avoid line with single entry.Neil1-1/+6
2019-12-06Updated checkdeps.mak.mitchell1-0/+48
2019-12-06Backport: Feature [feature-requests:#1324] Add Hollywood lexer.mitchell11-0/+597
2019-11-04Backport: Avoid warnings where const reasonable.Neil1-4/+14
2019-11-04Backport: Bug [#1933]. Fix highlighting of lines longer than 1024 characters.Neil2-9/+13
2019-11-03Backport: Bug [#2130]. Setting rectangular selection made faster by reusing s...Neil2-1/+8
2019-11-02Backport: Feature [feature-requests:#1299] Treat custom tags from HTML5 as kn...Zufu Liu2-0/+18
2019-11-02Backport: Rearrange code to allow more cases.Neil1-1/+2
2019-11-02Backport: Format code for space before class.Zufu Liu1-0/+1
2019-11-02Backport: Extend script to cover last Unicode character.Zufu Liu1-1/+1
2019-11-02Backport: GTK+ was renamed to GTK in February 2019 so update documentation to...Zufu Liu1-1/+1
2019-11-02Backport: Fix typo in comment.Zufu Liu1-1/+1
2019-11-02Backport: Feature [feature-requests:#1320] Fix non-alphabetic characters in u...Neil2-1/+6
2019-11-01Backport: Remove noexcept from allocating constructors as may throw on memory...Neil4-4/+4
2019-11-01Backport: Avoid calling vector::shrink_to_fit in destructors as it is not noe...Neil2-4/+0
2019-11-02Backport: Release build turns off assert by defining NDEBUG.Neil Hodgson1-0/+1
2019-10-31Backport: Feature [feature-requests:#1319] Include ARM64 in project.Zufu Liu1-2/+38
2019-10-31Backport: Feature [feature-requests:#1319] SUBSYSTEM is more explanatory than...Neil1-3/+3
2019-10-30Backport: Feature [feature-requests:#1319] Allow building for ARM64.Zufu Liu1-4/+7
2019-10-30Backport: Feature [feature-requests:#1304] Avoid unnecessary IME caret movement.Zufu Liu2-7/+28
2019-10-30Backport: Reduce unwanted warnings from cppcheck.Neil1-1/+7
2019-10-28Backport: Added credit.Neil1-0/+1
2019-12-06Backport: Added section for next release.mitchell1-3/+11
2019-12-06Updated check.mak to include Lua include path only for LexLPeg.o.mitchell1-1/+3
2019-10-26Added tag rel-3-11-1 for changeset 6dc0a3777095mitchell1-0/+1
2019-10-26Preparing for 3.11.1 release.rel-3-11-1mitchell8-18/+27
2019-10-26Updated BACKPORTING.mitchell1-4/+11
2019-10-19Backport: Bug [#2128]. Add fold.xml.at.tag.open option to fold tags at the st...Zufu Liu2-3/+28
2019-10-16Backport: Feature [feature-requests:#1315] Update to Unicode 12.1.Neil3-56/+113
2019-10-16Backport: Call LoadLibrary with DLL path as Python 3.8 doesn't look for DLLs ...Neil1-4/+2
2019-10-13Backport: Added const from patch on bug #2131.Zufu Liu1-1/+1
2019-10-13Backport: Bug [#2131]. Turn off whitespace fold flag when fold.compact=0.Zufu Liu2-1/+6
2019-10-04Backport: Clarified value 0 for SCI_SETWHITESPACESIZE.Neil1-0/+1
2019-07-05Backport: Bug [#2118]. Add TabMinimumWidth property to API so applications ca...Neil5-1/+33
2019-07-05Backport: Add SetAppearance method to make changes to appearance settings and...Neil1-0/+13