aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2019-12-03Readying 4.2.2 release.rel-4-2-2Neil8-16/+17
2019-12-03Bug [#2144]. Fixed drawing of translucent rounded rectangles with Direct2D.Neil2-1/+5
2019-12-02Use noexcept and const where reasonable.Neil2-4/+4
2019-12-02Add SparseVector::DeleteRange for efficiently removing ranges.Neil2-0/+143
2019-12-02Add SparseVector::IndexAfter for efficiently finding elements in a range.Neil2-0/+24
2019-12-01Allow setting value at end of a SparseVector.Neil3-36/+74
2019-12-01Fix a bug with deleting the first element in SparseVector that left an extraNeil4-10/+64
2019-12-01Improve debugging by fixing visualization of SplitVector, adding a visualizationNeil1-10/+23
2019-11-26Bug [#2140]. Fix where anchor and caret differ only in amount of virtual spaceNeil2-2/+20
2019-11-25Fix regression in 7773 where position wasn't moved on to account for virtualNeil2-0/+33
2019-11-24Bug [#2140]. Move rather than grow selection when insertion at start.Neil4-5/+114
2019-11-22Replace GTimeVal and g_get_current_time with gint64 and g_get_monotonic_time.Neil2-11/+5
2019-11-21Make reference argument const as safe to do so.Neil1-4/+4
2019-11-21Feature [feature-requests:#1326] Recognize squiggly heredocs.Zufu Liu2-3/+7
2019-11-21Add test to ensure indicators move sensibly as text is inserted.Neil1-3/+40
2019-11-15Feature [feature-requests:#1316] Allow target to have virtual space.Neil11-52/+121
2019-11-15Feature [feature-requests:#1316] Add access to virtual space at start and end ofNeil6-1/+28
2019-11-17Feature [feature-requests:#1299] Make work for case sensitive mode.Zufu Liu1-1/+2
2019-11-17Feature [feature-requests:#1320] Fix tag classification when '-' present.Zufu Liu1-1/+4
2019-11-16Protect against use of null input context.Zufu Liu1-1/+3
2019-11-16Bug [#2137]. Clear IME state when switching language.Zufu Liu2-0/+7
2019-11-15Moved line to correct place and avoid line with single entry.Neil1-4/+4
2019-11-12Feature [feature-requests:#1324] Add Hollywood lexer.Andreas Falkenhahn11-0/+597
2019-11-04Avoid warnings where const reasonable.Neil1-4/+14
2019-11-04Bug [#1933]. Fix highlighting of lines longer than 1024 characters.Neil2-9/+13
2019-11-03Bug [#2130]. Setting rectangular selection made faster by reusing surface.Neil2-1/+8
2019-11-02Feature [feature-requests:#1299] Treat custom tags from HTML5 as known tags.Zufu Liu2-0/+18
2019-11-02Rearrange code to allow more cases.Neil1-1/+2
2019-11-02Format code for space before class.Zufu Liu1-0/+1
2019-11-02Extend script to cover last Unicode character.Zufu Liu1-1/+1
2019-11-02GTK+ was renamed to GTK in February 2019 so update documentation to new name.Zufu Liu1-1/+1
2019-11-02Fix typo in comment.Zufu Liu1-1/+1
2019-11-02Feature [feature-requests:#1320] Fix non-alphabetic characters in unknown tags.Neil2-1/+6
2019-11-01Remove noexcept from allocating constructors as may throw on memory exhaustion.Neil4-4/+4
2019-11-01Avoid calling vector::shrink_to_fit in destructors as it is not noexcept.Neil2-4/+0
2019-11-02Release build turns off assert by defining NDEBUG.Neil Hodgson1-1/+4
2019-10-31Change from SciTE.Neil1-0/+3
2019-10-31Feature [feature-requests:#1319] Include ARM64 in project.Zufu Liu1-2/+38
2019-10-31Feature [feature-requests:#1319] SUBSYSTEM is more explanatory than ADD_LINK.Neil1-3/+3
2019-10-30Feature [feature-requests:#1319] Allow building for ARM64.Zufu Liu1-4/+7
2019-10-30Feature [feature-requests:#1304] Avoid unnecessary IME caret movement.Zufu Liu2-7/+28
2019-10-30Reduce unwanted warnings from cppcheck.Neil1-1/+7
2019-10-28Added credit.Neil1-0/+1
2019-10-28Change from SciTE.Neil1-0/+5
2019-10-28Added section for next release.Neil1-0/+8
2019-10-25Added tag rel-4-2-1 for changeset 4f8c3b19095aNeil1-0/+1
2019-10-20Readying 4.2.1 release.rel-4-2-1Neil8-19/+17
2019-10-19Bug [#2128]. Add fold.xml.at.tag.open option to fold tags at the start of theZufu Liu2-3/+28
2019-10-16Feature [feature-requests:#1315] Update to Unicode 12.1.Neil3-56/+113
2019-10-16Call LoadLibrary with DLL path as Python 3.8 doesn't look for DLLs in PATH.Neil1-4/+2