aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexilla/src
AgeCommit message (Collapse)AuthorFilesLines
2021-01-29Remove Lexilla files from ScintillaNeil15-4997/+0
2020-11-28Update version number to 4.4.6 and release date.Neil3-5/+5
2020-09-18Updated Xcode projects for Xcode 12.Neil Hodgson1-1/+3
2020-09-05Update version number to 4.4.5.Neil3-5/+5
2020-08-12Updating version number.Neil Hodgson1-2/+2
2020-08-12Use groups without folders as groups with folders caused trouble for new clones.Neil Hodgson2-572/+584
2020-06-13Fixed path mentioned in comment.Neil1-1/+1
2020-06-03Updates for 4.4.3.Neil3-5/+5
2020-06-02Updates for 4.4.2.rel-4-4-2Neil3-5/+5
2020-06-02Specify the calling convention so that both dynamic and static linking work onNeil1-1/+7
32-bit and 64-bit Win32.
2020-06-02Make Lexilla run on old macOS by setting deployment target to 10.8.Neil Hodgson1-2/+2
2020-06-02Use @rpath as dylib install path as otherwise expects /usr/lib.Neil Hodgson1-0/+2
2020-05-28Updates for 4.4.0.Neil3-5/+5
2020-05-23Add file that avoids extra upgrade checks.Neil Hodgson1-0/+8
2020-05-23Added Info.plist to hold name and version.Neil Hodgson2-4/+36
2020-05-23Add Xcode project for Lexilla.Neil Hodgson2-0/+885
2020-05-19Update version.Neil1-2/+2
2020-05-17On Unix call shared object liblexilla instead of lexilla to match platformNeil2-2/+4
convention.
2020-05-11Set calling convention to stdcall to match clients and old DLL lexers andNeil3-5/+12
export names undecorated.
2020-05-11Support Windows XP.Neil1-1/+15
2020-04-17Update Python versions. Modules that are only used as top level scripts or fromNeil1-1/+4
scripts that require Python 3.6 have Python 2.x support removed. Modules that may be called from Python 2 for PySide require Python 2.7. Documented how to run scripts.
2020-04-17Making dependencies now requires Python 3.6+.Neil5-7/+9
2020-03-26Add Visual C++ project files for Lexilla.DLL and Scintilla.DLL with no lexers.Neil1-0/+165
2020-03-01Readying 4.3.1 release.rel-4-3-1Neil1-2/+2
2020-01-26Add version information resource to Lexilla.DLL on Win32.Neil3-2/+47
Lexilla and Scintilla currently share a version number but they may diverge in the future.
2020-01-03Added Raku lexer and style properties and example filesMark Reay4-0/+31
2019-12-22Define ILexer5 with methods for retrieving name, ID, and property values.Neil2-2/+2
Implement ILexer5 on object lexers. Implement ILexer5 on LexerSimple wrapper for function lexers.
2019-12-13Lexilla implemented as loadable lexer.Neil8-0/+3781