aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-03-05Refactored LexLPeg.mitchell1-318/+343
2020-03-05Fixed building LPeg lexer on GTK.mitchell1-2/+2
2020-03-04Modernize LexLPeg.mitchell1-58/+54
2020-01-07Updated BACKPORTING.mitchell1-0/+39
2020-01-07lexlua: Removed unnecessary `lpeg.B()` in Rust lexer.mitchell1-2/+2
2020-01-06Fixed runtime error introduced by r7925 (changset 58e9ef4392cd).mitchell1-2/+2
2020-01-06Backport: Bug [#2147]. Don't clear clipboard before copying text.Neil2-1/+4
2020-01-06More synchronizing LongTerm3 with default.mitchell7-14/+21
2020-01-05Added Sci::round() and Sci::lround() for better compatibility with the defaul...mitchell5-15/+28
2020-01-05Updated checkdeps.mak.mitchell1-1706/+1896
2020-01-05Added Sci::make_unique() and Sci::size() for better compatibility with the de...mitchell24-92/+143
2020-01-05Backport: Fix some warnings.Neil3-4/+4
2020-01-05Synchronizing LongTerm3 with default.mitchell21-51/+64
2020-01-04Always use string property values in lexlua themes.mitchell3-6/+6
2020-01-04Removed accidentally backported lexilla files.mitchell3-221/+0
2020-01-04Backport: Feature [feature-requests:#1328] Handle CRLF in SCE_RAKU_COMMENTLIN...Mark Reay2-7/+10
2020-01-04Backport: Mention Raku in change log.Neil1-0/+5
2020-01-04Backport: Added Raku lexer and style properties and example filesmitchell13-0/+1935
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