| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-05-28 | Updates for 4.4.0. | Neil | 3 | -5/+5 | |
| 2020-05-23 | Add file that avoids extra upgrade checks. | Neil Hodgson | 1 | -0/+8 | |
| 2020-05-23 | Added Info.plist to hold name and version. | Neil Hodgson | 2 | -4/+36 | |
| 2020-05-23 | Add Xcode project for Lexilla. | Neil Hodgson | 2 | -0/+885 | |
| 2020-05-19 | Update version. | Neil | 1 | -2/+2 | |
| 2020-05-17 | On Unix call shared object liblexilla instead of lexilla to match platform | Neil | 2 | -2/+4 | |
| convention. | |||||
| 2020-05-11 | Set calling convention to stdcall to match clients and old DLL lexers and | Neil | 3 | -5/+12 | |
| export names undecorated. | |||||
| 2020-05-11 | Support Windows XP. | Neil | 1 | -1/+15 | |
| 2020-04-17 | Update Python versions. Modules that are only used as top level scripts or from | Neil | 1 | -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-17 | Making dependencies now requires Python 3.6+. | Neil | 5 | -7/+9 | |
| 2020-03-26 | Add Visual C++ project files for Lexilla.DLL and Scintilla.DLL with no lexers. | Neil | 1 | -0/+165 | |
| 2020-03-01 | Readying 4.3.1 release.rel-4-3-1 | Neil | 1 | -2/+2 | |
| 2020-01-26 | Add version information resource to Lexilla.DLL on Win32. | Neil | 3 | -2/+47 | |
| Lexilla and Scintilla currently share a version number but they may diverge in the future. | |||||
| 2020-01-03 | Added Raku lexer and style properties and example files | Mark Reay | 4 | -0/+31 | |
| 2019-12-22 | Define ILexer5 with methods for retrieving name, ID, and property values. | Neil | 2 | -2/+2 | |
| Implement ILexer5 on object lexers. Implement ILexer5 on LexerSimple wrapper for function lexers. | |||||
| 2019-12-13 | Lexilla implemented as loadable lexer. | Neil | 8 | -0/+3781 | |
