aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/makefile
AgeCommit message (Collapse)AuthorFilesLines
2012-07-17MultiMon.h can cause multiple definition problems when Scintilla is ↵nyamatongwe1-10/+1
statically linked. Avoid these issues and ensure compatibility with NT 4 by not including MultiMon.h and dynamically linking to the monitor APIs when available. If not available use the single monitor work area to define the available area.
2012-07-16More Windows NT 4.nyamatongwe1-1/+1
2012-07-16Reenable building for Windows NT 4 on NT 4.nyamatongwe1-0/+9
2011-10-10Removing -Wno-strict-overflow as gcc no longer produces uselessnyamatongwe1-1/+1
overflow warnings.
2011-10-10Fix build problems with Mingw gcc 4.6.1.nyamatongwe1-2/+2
The -mno-cygwin and --relocatable options are no longer supported.
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-08-07Ensure static linking of standard C++ library.nyamatongwe1-4/+4
Some tidying.
2010-07-13Lexer source code now in lexers directory.nyamatongwe1-3/+3
Options slightly different when using gcc rather than dllwrap.
2010-07-13Using Make functions to avoid regenerating makefile when set of lexers changed.nyamatongwe1-17/+3
2010-07-13Build files that reflect the new lexer directories and added files.nyamatongwe1-34/+98
2010-06-15Switched from dllwrap to g++ -shared to make work with TDM GCC 4.5.nyamatongwe1-3/+3
2010-06-05Using Make functions to avoid regenerating makefile when set ofnyamatongwe1-16/+1
lexers changed.
2010-04-19Removed workaround for GCC 2.95 as only 3.2 or better supported now.nyamatongwe1-13/+3
2010-02-24Turn off integer wrap warning in ContractionState.cxx caused by inlining.nyamatongwe1-1/+1
2009-08-27Markdown lexer from FR #2844081.nyamatongwe1-6/+7
2009-08-14Enable build of debug version.nyamatongwe1-5/+6
2009-07-21Removed SString.h.nyamatongwe1-2/+2
2009-07-03Discontiguoues selection and virtual space initial commit.nyamatongwe1-2/+2
2009-05-03Turned on exceptions.nyamatongwe1-1/+1
Translate exceptions into status codes before leaving Scintilla. Pick up status codes in SciTE and throw a ScintillaFailure exception. SciTE on Windows catches ScintillaFailure, shows message and exits.
2009-04-12Annotations and text margins added.nyamatongwe1-5/+5
2009-03-29Lexer for SML. Feature Request #2710950.nyamatongwe1-1/+1
2009-03-04Nimrod lexer from Andreas Rumpf added.nyamatongwe1-5/+5
2009-01-23Reinstated EScript after license returned to standard Scintilla license.nyamatongwe1-6/+6
2009-01-22Removal of EScript lexer cause changes to build files, etc.nyamatongwe1-6/+6
2009-01-01Lexer for PowerPro from Christopher Bean.nyamatongwe1-4/+4
2008-12-13Lexer added for SORCUS Installation files.nyamatongwe1-3/+3
2008-10-22Addition of lexers for TAL, TACL, and COBOL from ozlooper. FR #2127406nyamatongwe1-8/+9
2008-09-14Added LexMySQL by Anders Karlsson.nyamatongwe1-4/+4
2008-01-18PowerShell lexer implemented by Tim Gerundt.nyamatongwe1-3/+3
2007-12-31Added Magik lexer.nyamatongwe1-5/+5
2007-11-04Added support for 'R' language by Stephen Stagg.nyamatongwe1-1/+1
2007-09-08Lexer for Asymptote.nyamatongwe1-10/+10
2007-06-30Support for Abaqus language added by Sergio Lucato.nyamatongwe1-10/+10
2007-06-12PL/M and Progress lexers added.nyamatongwe1-3/+4
2007-06-02Addition of PositionCache module which adds cacing of stringnyamatongwe1-2/+2
to position information and segments long pieces of text so they can be handled more efficiently.
2007-04-16Added support for GAP language from Istvan Szollosi.nyamatongwe1-6/+6
2007-04-05Implemented decorations which are extended indicators.nyamatongwe1-6/+6
2007-03-29Incorporated cmake support.nyamatongwe1-8/+8
2006-12-13D lexer and language support from Waldemar Augustyn.nyamatongwe1-1/+1
2006-03-30Support for Spice language added by Fabien Proriol.nyamatongwe1-2/+2
2006-03-02Lexer for TCL contributed by Andre Arpin.nyamatongwe1-2/+2
2006-02-25Patch from Greg Smith with further modifications moved characternyamatongwe1-2/+2
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.
2006-02-03Support for Opal language from Sebastian Pipping.nyamatongwe1-2/+2
2006-01-28Added Inno Setup lexer from Friedrich Vedder.nyamatongwe1-5/+6
Removed comment saying GrabFocus is GTK+ specific.
2005-07-08MINGW GCC 3.4 warns about using char as subscript so added command linenyamatongwe1-1/+1
argument to disable the warning as is already done for GTK+ compilations.
2005-05-27Support for CSound from Georg Ritter.nyamatongwe1-6/+6
2005-05-20Flagship / Clipper support from Randy Butler.nyamatongwe1-3/+3
2005-05-04Smalltalk support added by Sergey Philippov.nyamatongwe1-2/+2
2005-04-13Support for Rebol by Pascal Hurni.nyamatongwe1-2/+2
2005-04-09TADS3 support from Michael Cartmell.nyamatongwe1-2/+2