aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2019-12-27Backport: Collect objects into variables and define one-per-line.Neil1-7/+52
2019-12-29Backport: Drop G_THREADS_IMPL_NONE as not implemented in glib since 2011.Neil1-9/+3
2019-12-29Backport: Use ranlib everywhere so no special case on macOS.Neil1-7/+1
2019-12-29Backport: Move suppression of Clang warning missing-braces from makefile to a...Neil3-2/+8
2019-12-29Backport: Move suppression of Clang warning language-extension-token from mak...Neil2-2/+6
2019-12-29Backport: Remove MinGW linker options that do not appear needed with recent v...Neil1-2/+1
2019-12-29Backport: Update comments.Neil2-4/+6
2019-12-29Backport: Update suppressions for Cppcheck 1.90.Neil1-6/+10
2019-12-13Backport: Add or fix file name comments.Neil19-11/+19
2019-12-13Backport: Fix incorrect comments.Neil2-3/+3
2019-12-12Backport: Hoist common painting code into PaintDC method.Neil1-40/+32
2020-01-03Updated check.mak for new build environment.mitchell1-7/+7
2019-12-31Updated copyright year for lexlua-specific bits of LongTerm3.mitchell137-139/+139
2019-12-28lexlua: Added txt2tags lexer.mitchell2-0/+198
2019-12-07Added tag rel-3-11-2 for changeset c0957c0aa4edmitchell1-0/+1
2019-12-07Updated 3.11.2 release date.rel-3-11-2mitchell1-1/+1
2019-12-07Preparing for 3.11.2.mitchell7-17/+17
2019-12-06Updated BACKPORTING.mitchell1-0/+6
2019-12-03Backport: Bug [#2144]. Fixed drawing of translucent rounded rectangles with D...Neil2-1/+5
2019-12-02Backport: Use noexcept and const where reasonable.Neil2-4/+4
2019-12-02Backport: Add SparseVector::DeleteRange for efficiently removing ranges.Neil2-0/+143
2019-12-02Backport: Add SparseVector::IndexAfter for efficiently finding elements in a ...Neil2-0/+24
2019-12-01Backport: Allow setting value at end of a SparseVector.Neil3-36/+74
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