aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/deps.mak
AgeCommit message (Collapse)AuthorFilesLines
2021-01-29Update build dependenciesstart-5Neil1-1551/+21
2020-11-28Update build dependencies.Neil1-3/+0
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-31Move collection of modules from Catalogue.cxx to CatalogueModules.h so it canNeil1-0/+1
be reused.
2019-12-13Move SCI_LOADLEXERLIBRARY from platform layers to ScintillaBase.cxx.Neil1-6/+2
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-754/+1932
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.Neil1-45/+68
2018-05-01Updated dependencies.Neil Hodgson1-29/+31
2018-04-26Update dependencies for ElapsedPeriod.Neil Hodgson1-15/+15
2018-03-24Removed unwanted include.Neil1-1/+1
2018-03-24Feature [feature-requests:#1212]. Move Unicode conversions into UniConversion.Zufu Liu1-33/+32
Move Unicode conversion functions UnicodeFromUTF8 and UTF8FromUTF32Character into UniConversion.
2018-03-06Feature [feature-requests:#1210]. Maxima lexer added.Gunter Königsmann1-0/+5
2017-11-21Update make dependencies due to splitting off ILoader.h.Neil Hodgson1-89/+107
2017-05-21Update make dependencies for GTK+.Neil1-63/+71
2016-12-01Sorting list of lexers for 'make deps' to minimize changes.Neil1-22/+38
Rerun make deps to cover recntly added files.
2016-08-30Regenerate deps.mak to include LexJSON.Neil1-0/+4
2016-05-17Backed out changeset: 89cda794d0dd as fixed changeset will be sent by author.Neil1-1/+1
2016-04-26Enable g-ir-scanner to scan ScintillaObject signalsThomas Martitz1-1/+1
Currently, the ScintillaObject signals can't be used from python code via gobject-introspection. This is because g-ir-scanner does not properly scan the signals. For signals, there is the additional requirement that parameters have are registered GTypes. For the sci-notify signal, this can be accomplished by boxing SCNotification. In addition, g-ir-scanner also runs on Scintilla.h where it picks up additional structs. test/gi/ is updated accordingly. The test python script is enhanced to showcase the signals (some fixes to the makefile are included as well).
2015-07-30Updated header dependencies to include Sci_Position.h.Neil1-371/+512
2014-07-08Updated make dependencies for new files.Neil1-47/+98
2013-08-07Include lexlib and lexers directory in make dependencies.Unknown1-1/+396
2013-07-19Updated dependencies.Unknown1-12/+18
2013-05-24Updated make dependencies.Neil Hodgson1-4/+4
2013-05-01Removed SVector.h and all references as it is no longer used.nyamatongwe1-1/+1
2013-02-18Update make dependencies.nyamatongwe1-5/+5
2010-08-18Updated for ILexer.h.Unknown1-25/+19
2010-07-13Build files that reflect the new lexer directories and added files.nyamatongwe1-282/+37
2010-01-20Added Markdown lexer.nyamatongwe1-228/+231
2009-07-24Updated deps.nyamatongwe1-201/+174
2009-07-21Removed SString.h.nyamatongwe1-91/+89
2009-04-12Annotations and text margins added.nyamatongwe1-40/+92
2009-01-23Reinstated EScript after license returned to standard Scintilla license.nyamatongwe1-0/+4
2009-01-22EScript removal.nyamatongwe1-4/+0
2007-06-15Updated for 1.74.nyamatongwe1-2/+11
2007-06-02Addition of PositionCache module which adds cacing of stringnyamatongwe1-9/+20
to position information and segments long pieces of text so they can be handled more efficiently.
2007-04-05Implemented decorations which are extended indicators.nyamatongwe1-140/+240
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-01-31Chooses between input method or standard keyboard reading basednyamatongwe1-2/+2
on whether character set is Asian or not. Encapsulated access to iconv in Converter class.
2003-11-30Lexers now added to library.nyamatongwe1-9/+62
2003-04-18Correct location of header.nyamatongwe1-1/+1
2003-04-18Patch from Simon to make ExternalLexer platform independent.nyamatongwe1-0/+4
2003-01-12Added dependencies on UniConversion and XPM.nyamatongwe1-121/+133
2002-02-16Updated.nyamatongwe1-119/+121
2002-02-16New lexer for Matlab contributed by José Fonseca.nyamatongwe1-114/+119
2001-09-29Updated.nyamatongwe1-0/+3