aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Backport: Be more accurate for 'make clean'.Neil2-2/+6
2020-01-04Backport: Define ILexerWithIdentity with methods for retrieving name, ID, and...mitchell33-64/+270
2019-11-09Backport: Remember string values in OptionSet so can be easily retrieved.Neil1-1/+14
2019-12-14Backport: Remove links to lexers with SCI_EMPTYCATALOGUE definition.Neil3-0/+10
2020-01-03Backport: Move collection of modules from Catalogue.cxx to CatalogueModules.h...mitchell14-124/+90
2019-12-13Backport: Implement DynamicLibrary on Cocoa.Neil4-5/+55
2019-12-13Backport: Move automatic numbering of external lexers from Catalogue to Exter...Neil2-6/+5
2020-01-03Backport: Use safe mechanism for converting between function pointers and void*.mitchell2-15/+14
2020-01-03Backport: Use safe mechanism to convert to function pointers.mitchell1-10/+23
2019-12-13Backport: Hide details of ExternalLexer and export ExternalLexerLoad function...Neil3-58/+72
2020-01-03Updated makefile dependencies.mitchell1-13/+11
2019-12-13Backport: Move SCI_LOADLEXERLIBRARY from platform layers to ScintillaBase.cxx.Neil10-79/+18
2020-01-03Fixed a build error on Windows introduced by r7280 (changeset 9cf6a15d6c85).mitchell3-12/+18
2020-01-03Fixed a stray gnu++0x that crept in in recent makefile backports.mitchell1-1/+1
2019-12-30Backport: Remove Scintilla.def prerequisite as not used by gcc or clang.Neil1-4/+4
2019-12-30Backport: Use pattern rules instead of suffix rules as they are clearer.Neil2-5/+10
2019-12-30Backport: Remove line end whitespace.Neil1-1/+1
2019-12-29Backport: Builds without GNU extensions so set to standard C++11.Neil1-1/+1
2019-12-29Backport: Standardize names and order between make files on win32 and gtk.Neil3-71/+104
2019-12-29Backport: Support Clang on Windows.Neil1-0/+12
2019-12-27Backport: Use Unix paths except when deleting files, then call normalize to c...Neil1-3/+5
2019-12-29Backport: Use if function to simplify GTK version setting.Neil1-6/+2
2019-12-29Backport: Simplify makefile and use better variable names.Neil1-30/+26
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