aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/scintilla.mak
AgeCommit message (Expand)AuthorFilesLines
2020-03-25Backport: Fix link warning by using incorrect subsystem value for 64-bit Wind...Neil1-0/+6
2020-01-05Synchronizing LongTerm3 with default.mitchell1-1/+2
2020-01-04Backport: Added Raku lexer and style properties and example filesmitchell1-0/+1
2020-01-01Backport: Be more accurate for 'make clean'.Neil1-1/+2
2020-01-03Backport: Move collection of modules from Catalogue.cxx to CatalogueModules.h...mitchell1-12/+1
2019-12-29Backport: Standardize names and order between make files on win32 and gtk.Neil1-23/+38
2019-12-06Backport: Feature [feature-requests:#1324] Add Hollywood lexer.mitchell1-0/+1
2019-10-31Backport: Feature [feature-requests:#1319] SUBSYSTEM is more explanatory than...Neil1-3/+3
2019-10-30Backport: Feature [feature-requests:#1319] Allow building for ARM64.Zufu Liu1-4/+7
2019-07-11Backport: Feature [feature-requests:#1295]. Lexer added for DataFlex.mitchell1-0/+1
2019-05-27Backport: Feature [feature-requests:#1280]. Lexer added for X12.mitchell1-0/+1
2019-04-17Backport: Move UniqueStringCopy into its own source file UniqueString.cxx to ...mitchell1-0/+1
2019-04-01Backport: Switch generation of make dependencies to Python scripts DepGen.py.Neil1-822/+7
2019-03-27Backport: Updated dependencies for Win32.Neil1-13/+4
2019-03-09Backport: Feature [feature-requests:#1265]. Common Intermediate Language (CIL...mitchell1-0/+3
2018-11-21Backport: Feature [feature-requests:#1242]. Add lexer for NimJad Altahan1-0/+3
2018-06-21Backport: Feature [feature-requests:#1185]. Add lexers for SAS and Stata.Luke Rasmussen1-0/+6
2018-05-01Backport: Update dependencies.Neil1-1/+7
2018-04-26Backport: Update dependencies for ElapsedPeriod.Neil1-6/+15
2018-04-04Backport: Remove automatic detection of Direct2D support during build.Neil1-7/+0
2018-04-04Backport: Move DLL entry points DllMain and Scintilla_DirectFunction into Sci...Neil1-43/+6
2018-03-24Backport: Removed unwanted include.Neil1-2/+1
2018-05-05Backport: Feature [feature-requests:#1212]. Move Unicode conversions into Uni...mitchell1-29/+46
2018-05-05Backport: Feature [feature-requests:#1211]. Use pre-computed table for UTF8By...mitchell1-1/+1
2018-03-08Backport: Create static library libscintilla.a or libscintilla.lib on Windows.Neil1-12/+17
2018-03-06Backport: Feature [feature-requests:#1210]. Maxima lexer added.Gunter Königsmann1-0/+3
2017-06-22Backport: Add a DefaultLexer class which lexers can subclass if they want rea...Neil1-0/+1
2017-06-12Backport: Removed unused functions and methods from Platform.h.Neil1-0/+1
2018-03-11Added optional Lua lexer support.mitchell1-0/+3
2017-05-21Use UniqueString to simplify FontNames.Neil1-3/+1
2017-05-21Make SparseVector work with move-only types.Neil1-0/+11
2017-03-09Drop support for Windows NT 4 by statically linking to system APIs that areNeil1-1/+1
2017-03-06New "indent" lexer styled as plain text but folded by indentation level.Vicente1-0/+3
2016-12-09Drop language compliance flags that have become default.Neil1-1/+1
2016-12-01Updating make dependencies.Neil1-2/+6
2016-11-25Feature [feature-requests:#1166]. EDIFACT lexer and folder added.Iain Clarke1-0/+3
2016-10-18Avoid linker warning on Windows.Neil1-1/+1
2016-09-30Enable SplitVector to store objects by using std::copy to copy elements insteadNeil1-1/+1
2016-09-10Expose NO_CXX11_REGEX in Win32 makefiles.Neil1-2/+2
2016-03-20Feature [feature-requests:#1140]. JSON lexer added.nkmathew1-0/+3
2016-02-24Bug [#1813]. Unmangle exported Scintilla_DirectFunction.Neil1-2/+2
2015-12-16Don't use .DEF file as it is not needed.Neil1-2/+2
2015-09-22Support using Visual C++ 2015 to target Windows XP.Neil1-2/+7
2015-07-30Updated header dependencies to include Sci_Position.h and Position.h.Neil1-2/+60
2015-07-14Split LexOthers.cxx into separate files for each lexer: LexBatch, LexDiff,Neil1-3/+18
2015-03-13Bug [#1701]. Turn on _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES.Neil1-1/+2
2015-02-22Implement VK_HANJA for Korean on Windows.Neil1-4/+10
2015-02-11Add the OLEAUT32 library as it will be needed for BSTR support.Neil1-1/+1
2014-12-09Feature [feature-requests:#1091]. Lexer for Motorola S-Record.Neil1-0/+3
2014-10-02Allow using C++11 <regex> for searches as a provisional feature.Neil1-0/+4