aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/makefile
AgeCommit message (Collapse)AuthorFilesLines
2003-03-17Added POV-Ray lexer by Steven te Brinke.nyamatongwe1-2/+2
2003-02-15Commented use of -fvtable-thunks.nyamatongwe1-0/+2
2003-01-10Added XPM.nyamatongwe1-4/+4
2002-11-17Jakub Vrána has added a CSS (Cascading Style Sheet) lexer to Scintilla.nyamatongwe1-2/+3
This is separate to the HTML lexer and is only invoked for stand-alone CSS files, not for the STYLE section of HTML files. He also made some other additions. There is a Line Duplicate command which is bound to Ctrl+D. PHP lexing has been improved.
2002-10-08New lexer for Fortran.nyamatongwe1-2/+2
2002-09-15Made reverse regex searches work a bit.nyamatongwe1-1/+1
2002-09-10Compatible with Mingw 2.0.nyamatongwe1-2/+2
2002-09-10Including LexAsm.nyamatongwe1-3/+3
2002-07-29Removed Scriptol lexer.nyamatongwe1-1/+1
2002-07-21Added Scriptol language.nyamatongwe1-1/+1
2002-07-20Exporting direct calling function from DLLs.nyamatongwe1-4/+4
2002-04-11List of lexers automatically generated.nyamatongwe1-4/+7
2002-02-16New lexer for Matlab contributed by José Fonseca.nyamatongwe1-1/+1
2002-01-18Updated copyrights for 2002.nyamatongwe1-1/+1
2002-01-03Compiation requires 2.95.3 now.nyamatongwe1-1/+1
2001-12-19Changed to shorter -mwindows option.nyamatongwe1-1/+1
2001-12-05Added LexBaan.nyamatongwe1-2/+3
2001-09-29Bullant lexer added.nyamatongwe1-1/+1
2001-09-19Inclusion of nncrontab lexer into builds.nyamatongwe1-1/+1
2001-09-02New StyleContext file added to build system.nyamatongwe1-1/+1
2001-08-02Added PropSet to all Scintilla builds as it is needed by thenyamatongwe1-1/+1
autocompletion list for a string comparison.
2001-05-18Eiffel support.nyamatongwe1-1/+1
2001-05-01External lexer feature added by Simon allows lexers to be housed in DLLs withnyamatongwe1-3/+5
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/+1
2001-04-20*** empty log message ***nyamatongwe1-2/+3
2001-04-15Stopped automatic generation of dependencies - requires "make deps" now.nyamatongwe1-4/+4
2001-04-15Fixed comment.nyamatongwe1-1/+1
2001-04-15CHanged explicit g++ to $(CC)nyamatongwe1-1/+1
2001-04-15Moved most header dependencies to automatically generated depend file.nyamatongwe1-49/+8
Rule for building depend. Removed -o $@ from main .cxx -> .o rule as that is the default anyway.
2001-04-09Tahir added Ada support.nyamatongwe1-24/+18
Simplified header dependencies of the Lexers in makefiles.
2001-04-04Moved to public domain regular expresion implementation.nyamatongwe1-6/+4
2001-04-04Avoid compiler and BoundsChecker warnings.nyamatongwe1-1/+3
2001-04-03Regular expression find support.nyamatongwe1-5/+7
2001-02-01Added lexer for Avenue.nyamatongwe1-19/+21
Trailing spaces removed from a lot of lines.
2001-01-28Updating copyright notices for 2001.nyamatongwe1-1/+1
2000-12-10Removed file IO code from PropSet to SciTE.nyamatongwe1-17/+18
Updated make files to know about SString being moved into its own header.
2000-11-08Added Pascal Lexer.nyamatongwe1-3/+6
2000-11-01Ahmad's Apache CONF support.nyamatongwe1-1/+3
2000-09-05Support for DEBUG or NDEBUG defines to make assert work.nyamatongwe1-1/+7
2000-07-04Auto completion border chrome reversed to put above edit layer.nyamatongwe1-1/+1
InitCommonControls removed as not needed. Make files changed to remove system libraries that were not used.
2000-06-24Removed winmm library from build as this slows start a lot for somenyamatongwe1-1/+1
machines.
2000-06-12Lua language support from Paul Winwood.nyamatongwe1-1/+3
2000-05-07Always uses $@ for output.nyamatongwe1-6/+6
2000-04-08Warning squashing.nyamatongwe1-8/+8
Updated contributors list. Fixed lexing of MS warnings.
2000-04-07Changing code to ensure no warnings are produced by compilers.nyamatongwe1-1/+1
2000-04-04Split a Document based Accessor (DocumentAccessor) off fromnyamatongwe1-4/+5
the old accessor which is now called WindowAccessor. Accessor.h defines a common interface which is the type consumed by the lexers.
2000-03-16Added Lex* files.nyamatongwe1-1/+17
2000-03-08Initial revisionnyamatongwe1-0/+98