| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-01-29 | Update build dependenciesstart-5 | Neil | 1 | -1566/+22 | |
| 2020-04-17 | Making dependencies now requires Python 3.6+. | Neil | 1 | -1/+1 | |
| 2020-01-03 | Added Raku lexer and style properties and example files | Mark Reay | 1 | -0/+14 | |
| 2019-12-31 | Implement SCI_SETILEXER. | Neil | 1 | -0/+9 | |
| 2019-12-31 | Move collection of modules from Catalogue.cxx to CatalogueModules.h so it can | Neil | 1 | -39/+1 | |
| be reused. | |||||
| 2019-12-13 | Move SCI_LOADLEXERLIBRARY from platform layers to ScintillaBase.cxx. | Neil | 1 | -8/+4 | |
| This allows removal of related #include statements. | |||||
| 2019-11-12 | Feature [feature-requests:#1324] Add Hollywood lexer. | Andreas Falkenhahn | 1 | -0/+13 | |
| 2019-06-15 | Feature [feature-requests:#1295]. Lexer added for DataFlex. | Wil van Antwerpen | 1 | -0/+12 | |
| 2019-04-29 | Feature [feature-requests:#1280]. Lexer added for X12. | Iain Clarke | 1 | -0/+8 | |
| 2019-04-06 | Updated dependencies for change set 7401 adding UniqueString.cxx. | Neil | 1 | -0/+3 | |
| 2019-04-01 | Switch generation of make dependencies to Python scripts DepGen.py. | Neil | 1 | -737/+1974 | |
| Dependencies files deps.mak and nmdeps.mak are formatted with one file per line as that makes it easier to examine differences between versions. | |||||
| 2019-03-27 | Updated dependencies for Win32. | Neil | 1 | -57/+77 | |
| 2018-05-01 | Update dependencies. | Neil | 1 | -21/+24 | |
| 2018-04-26 | Use <chrono> for platform-independent timing and remove ElapsedTime. | Neil | 1 | -14/+16 | |
| Also use #if for painting measurement as there are 7 sections of code to enable. | |||||
| 2018-04-26 | Update deps for LexCoffeeScript not using Platform.h. | Neil | 1 | -4/+4 | |
| 2018-04-04 | Remove automatic detection of Direct2D support during build. | Neil | 1 | -1/+0 | |
| DISABLE_D2D may still be defined to remove Direct2D features. | |||||
| 2018-04-04 | Move DLL entry points DllMain and Scintilla_DirectFunction into ScintillaDLL.cxx | Neil | 1 | -0/+1 | |
| to simplify build process by eliminating the compilation of ScintillaWin.cxx into ScintillaWinS.o|obj. | |||||
| 2018-03-24 | Removed unwanted include. | Neil | 1 | -1/+1 | |
| 2018-03-24 | Feature [feature-requests:#1212]. Move Unicode conversions into UniConversion. | Zufu Liu | 1 | -68/+85 | |
| Move Unicode conversion functions UnicodeFromUTF8 and UTF8FromUTF32Character into UniConversion. | |||||
| 2018-03-06 | Feature [feature-requests:#1210]. Maxima lexer added. | Gunter Königsmann | 1 | -0/+5 | |
| 2017-05-21 | Use UniqueString to simplify FontNames. | Neil | 1 | -3/+2 | |
| 2017-05-21 | Make SparseVector work with move-only types. | Neil | 1 | -54/+64 | |
| Define UniqueString as a move-only string and use in a SparseVector for ContractionState. Remove SparseVector method specializations that are no longer needed. | |||||
| 2016-12-01 | Updating make dependencies. | Neil | 1 | -17/+19 | |
| 2016-08-30 | Regenerate deps.mak for Windows to include LexJSON. | Neil | 1 | -0/+4 | |
| 2015-07-30 | Updated header dependencies to include Sci_Position.h and Position.h. | Neil | 1 | -354/+494 | |
| 2014-07-08 | Split out EditModel, MarginView, and EditView classes into separate files. | Neil | 1 | -45/+96 | |
| 2013-08-09 | Update make dependencies. | Neil | 1 | -11/+20 | |
| 2013-07-01 | Added CharacterCategory. | Neil | 1 | -260/+264 | |
| 2010-12-29 | Dynamically generate reverse arrow cursor. Feature 3143968 by Jordan Russell. | nyamatongwe | 1 | -1/+1 | |
| Instead of including a reverse arrow as a cursor resource in Scintilla, generate it by reversing the normal arrow cursor. | |||||
| 2010-07-13 | Build files that reflect the new lexer directories and added files. | nyamatongwe | 1 | -272/+411 | |
| 2010-06-05 | Updated. | nyamatongwe | 1 | -198/+248 | |
| 2009-07-21 | Removed SString.h. | nyamatongwe | 1 | -74/+72 | |
| 2009-01-23 | Reinstated EScript after license returned to standard Scintilla license. | nyamatongwe | 1 | -0/+4 | |
| 2009-01-22 | Removal of EScript lexer cause changes to build files, etc. | nyamatongwe | 1 | -4/+0 | |
| 2007-04-05 | Implemented decorations which are extended indicators. | nyamatongwe | 1 | -25/+98 | |
| 2006-02-25 | Patch from Greg Smith with further modifications moved character | nyamatongwe | 1 | -5/+6 | |
| classification from Document into a separate CharClassify class and file and uses this from RESearch for regular expression word end \< and \> instead of built-in table. | |||||
| 2004-06-21 | Updated to match current sources. | nyamatongwe | 1 | -103/+176 | |
| 2003-01-10 | Added XPM. | nyamatongwe | 1 | -9/+10 | |
| 2002-11-21 | Added CSS lexer. | nyamatongwe | 1 | -0/+3 | |
| 2002-11-01 | Updated. | nyamatongwe | 1 | -4/+12 | |
| 2002-04-21 | Updated. | nyamatongwe | 1 | -3/+0 | |
| 2002-02-16 | New lexer for Matlab contributed by José Fonseca. | nyamatongwe | 1 | -4/+6 | |
| 2001-12-05 | Added LexBaan. | nyamatongwe | 1 | -5/+12 | |
| 2001-09-29 | Bullant lexer added. | nyamatongwe | 1 | -0/+3 | |
| 2001-09-19 | Inclusion of nncrontab lexer into builds. | nyamatongwe | 1 | -0/+6 | |
| 2001-09-02 | New StyleContext file added to build system. | nyamatongwe | 1 | -104/+109 | |
| 2001-05-18 | Eiffel support. | nyamatongwe | 1 | -2/+5 | |
| 2001-05-01 | External lexer feature added by Simon allows lexers to be housed in DLLs with | nyamatongwe | 1 | -3/+4 | |
| a .lexer extension which are automatically loaded at startup. Minor fix to IME support in ScintillaWin.cxx to deal with current mingw headers. | |||||
| 2001-04-24 | Ruby support. | nyamatongwe | 1 | -1/+4 | |
| 2001-04-20 | *** empty log message *** | nyamatongwe | 1 | -0/+3 | |
