aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/deps.mak
AgeCommit message (Collapse)AuthorFilesLines
2021-01-29Update build dependenciesstart-5Neil1-1566/+22
2020-04-17Making dependencies now requires Python 3.6+.Neil1-1/+1
2020-01-03Added Raku lexer and style properties and example filesMark Reay1-0/+14
2019-12-31Implement SCI_SETILEXER.Neil1-0/+9
2019-12-31Move collection of modules from Catalogue.cxx to CatalogueModules.h so it canNeil1-39/+1
be reused.
2019-12-13Move SCI_LOADLEXERLIBRARY from platform layers to ScintillaBase.cxx.Neil1-8/+4
This allows removal of related #include statements.
2019-11-12Feature [feature-requests:#1324] Add Hollywood lexer.Andreas Falkenhahn1-0/+13
2019-06-15Feature [feature-requests:#1295]. Lexer added for DataFlex.Wil van Antwerpen1-0/+12
2019-04-29Feature [feature-requests:#1280]. Lexer added for X12.Iain Clarke1-0/+8
2019-04-06Updated dependencies for change set 7401 adding UniqueString.cxx.Neil1-0/+3
2019-04-01Switch generation of make dependencies to Python scripts DepGen.py.Neil1-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-27Updated dependencies for Win32.Neil1-57/+77
2018-05-01Update dependencies.Neil1-21/+24
2018-04-26Use <chrono> for platform-independent timing and remove ElapsedTime.Neil1-14/+16
Also use #if for painting measurement as there are 7 sections of code to enable.
2018-04-26Update deps for LexCoffeeScript not using Platform.h.Neil1-4/+4
2018-04-04Remove automatic detection of Direct2D support during build.Neil1-1/+0
DISABLE_D2D may still be defined to remove Direct2D features.
2018-04-04Move DLL entry points DllMain and Scintilla_DirectFunction into ScintillaDLL.cxxNeil1-0/+1
to simplify build process by eliminating the compilation of ScintillaWin.cxx into ScintillaWinS.o|obj.
2018-03-24Removed unwanted include.Neil1-1/+1
2018-03-24Feature [feature-requests:#1212]. Move Unicode conversions into UniConversion.Zufu Liu1-68/+85
Move Unicode conversion functions UnicodeFromUTF8 and UTF8FromUTF32Character into UniConversion.
2018-03-06Feature [feature-requests:#1210]. Maxima lexer added.Gunter Königsmann1-0/+5
2017-05-21Use UniqueString to simplify FontNames.Neil1-3/+2
2017-05-21Make SparseVector work with move-only types.Neil1-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-01Updating make dependencies.Neil1-17/+19
2016-08-30Regenerate deps.mak for Windows to include LexJSON.Neil1-0/+4
2015-07-30Updated header dependencies to include Sci_Position.h and Position.h.Neil1-354/+494
2014-07-08Split out EditModel, MarginView, and EditView classes into separate files.Neil1-45/+96
2013-08-09Update make dependencies.Neil1-11/+20
2013-07-01Added CharacterCategory.Neil1-260/+264
2010-12-29Dynamically generate reverse arrow cursor. Feature 3143968 by Jordan Russell.nyamatongwe1-1/+1
Instead of including a reverse arrow as a cursor resource in Scintilla, generate it by reversing the normal arrow cursor.
2010-07-13Build files that reflect the new lexer directories and added files.nyamatongwe1-272/+411
2010-06-05Updated.nyamatongwe1-198/+248
2009-07-21Removed SString.h.nyamatongwe1-74/+72
2009-01-23Reinstated EScript after license returned to standard Scintilla license.nyamatongwe1-0/+4
2009-01-22Removal of EScript lexer cause changes to build files, etc.nyamatongwe1-4/+0
2007-04-05Implemented decorations which are extended indicators.nyamatongwe1-25/+98
2006-02-25Patch from Greg Smith with further modifications moved characternyamatongwe1-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-21Updated to match current sources.nyamatongwe1-103/+176
2003-01-10Added XPM.nyamatongwe1-9/+10
2002-11-21Added CSS lexer.nyamatongwe1-0/+3
2002-11-01Updated.nyamatongwe1-4/+12
2002-04-21Updated.nyamatongwe1-3/+0
2002-02-16New lexer for Matlab contributed by José Fonseca.nyamatongwe1-4/+6
2001-12-05Added LexBaan.nyamatongwe1-5/+12
2001-09-29Bullant lexer added.nyamatongwe1-0/+3
2001-09-19Inclusion of nncrontab lexer into builds.nyamatongwe1-0/+6
2001-09-02New StyleContext file added to build system.nyamatongwe1-104/+109
2001-05-18Eiffel support.nyamatongwe1-2/+5
2001-05-01External lexer feature added by Simon allows lexers to be housed in DLLs withnyamatongwe1-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-24Ruby support.nyamatongwe1-1/+4
2001-04-20*** empty log message ***nyamatongwe1-0/+3