aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-05-17Backport: Shared object files are not source so ignore them.Neil1-0/+1
2020-05-05Backport: Fixed bug where a single character line with a single character lin...Yury Dubinsky2-10/+19
2020-05-04Backport: Change log.Neil1-0/+4
2020-06-17Backport: Feature [feature-requests:1347]. Optimize large insertions by using...mitchell1-30/+122
2020-05-04Backport: Feature [feature-requests:1347]. Add methods to insert multiple par...Neil2-0/+46
2020-05-03Backport: Feature [feature-requests:1347]. Add InsertLines method to PerLine ...Neil9-2/+417
2020-05-02Backport: Optimize LineVector by maintaining an activeIndices field to avoid ...Neil1-30/+34
2020-05-02Backport: InsertEmpty now returns a pointer to the newly added elements to al...Neil2-2/+25
2020-05-02Backport: Allow disabling automatically generated #define constants.Neil1-0/+4
2020-05-02Backport: Feature [feature-requests:1349] Define CopyAllowLine only on Editor...Neil2-8/+1
2020-05-01Backport: Make lambdas noexcept.Zufu Liu4-11/+11
2020-05-01Backport: Mark Decoration methods noexcept where reasonable.Neil2-34/+34
2020-05-01Backport: Change log.Neil1-0/+19
2020-05-01Backport: Bug [#2173]. Tweak font measurement so underscores more likely visi...Neil1-2/+2
2020-05-01Backport: Allow arbitrary length lines by using std::string instead of array.Neil1-16/+15
2020-05-01Backport: Add SCE_ERR_GCC_EXCERPT style for diagnostics introduced by GCC 9.0...Neil3-0/+20
2020-05-01Backport: Better diagnostics when script failsNeil1-1/+2
2020-05-01Backport: Replace deprecated function pango_script_for_unichar with g_unichar...Neil2-6/+6
2020-04-30Backport: Clean up - make local function static and remove code that has no e...Zufu Liu1-3/+1
2020-06-17Backport: Bug [#2019]. Fix buffer over-read with absolute reference.mitchell1-5/+4
2020-04-30Backport: Treat \n and \r\n line ends the same after operands by setting styl...Neil1-3/+1
2020-04-27Backport: Remove documentation that is no longer correct.Neil1-1/+0
2020-06-10Revert previous commit.mitchell2-5/+3
2020-06-10Support American English "changable" style setting in LexerLPeg.mitchell2-4/+6
2020-06-07Added check.mak rules for building test programs for various platforms.mitchell1-1/+130
2020-06-06Updated curses sample program.mitchell1-4/+4
2020-06-06Fixed crash when LexerLPeg cannot find lexer.lua module.mitchell1-0/+2
2020-06-02Fixed crashes on Win32 related to previous backport.mitchell2-13/+1
2020-06-02Updated Scintilla.iface with experimental ILexer5 interface support.mitchell1-1/+1
2020-06-02Fixed build error on Windows with previous backport.mitchell1-2/+0
2019-12-31Backport: Implement SCI_SETILEXER.Neil11-25/+108
2020-06-02Initial, experimental support for upstream ILexer5/lexilla lexers.mitchell7-19/+120
2020-06-02Fixed improper cast in gcc-4.8.mitchell1-1/+1
2020-06-01lexlua: Added Fennel lexer.mitchell2-0/+39
2020-05-26Added SCI_PRIVATELEXERCALL API for retrieving the style number of a style name.mitchell2-4/+21
2020-05-09Added tag rel-3-20-0 for changeset 009dc970f1c2mitchell1-0/+1
2020-05-09Lua LPeg lexer history update correction.rel-3-20-0mitchell1-2/+1
2020-05-09More Lua LPeg lexer history updates.mitchell1-0/+7
2020-05-09Updated for 3.20.0.mitchell9-22/+22
2020-05-09Updated generation scripts for LongTerm3 use.mitchell4-6/+25
2020-05-09Updated makefile deps.mitchell4-12/+503
2020-05-09Updated history with Lua LPeg lexer changes.mitchell1-2/+25
2020-04-25Reformatted Lua LPeg lexers and added new convenience functions and pattern.mitchell123-1459/+1398
2020-04-24Updated BACKPORTING.mitchell1-0/+20
2020-04-21Backport: Feature [feature-requests:1346]. Add lexer.as.comment.character pro...Dejan Budimir2-1/+13
2020-04-17Backport: Arithmetic between enums is deprecated so use constexpr instead of ...Neil2-10/+11
2020-04-16Backport: Specify that NotifyStyleNeeded is an override. Replace 0/NULL with ...Neil1-5/+5
2020-04-13Backport: Use const, constexpr, noexcept, & nullptr. Reduce headers and use C...Neil1-42/+39
2020-04-13Backport: Hide implementation of EscapeSequence and use const. Add tests for ...Neil1-13/+12
2020-04-13Backport: Replace islower function and add tests for JavaScript regular expre...Neil2-3/+5