aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/scintilla.mak
AgeCommit message (Expand)AuthorFilesLines
2018-06-21Feature [feature-requests:#1185]. Add lexers for SAS and Stata.Luke Rasmussen1-0/+6
2018-06-07Remove compile-time ENABLE_BIDIRECTIONAL option as bidirectional feature is nowNeil1-4/+0
2018-05-01Update dependencies.Neil1-1/+7
2018-04-26Update dependencies for ElapsedPeriod.Neil1-6/+15
2018-04-04Remove automatic detection of Direct2D support during build.Neil1-7/+0
2018-04-04Move DLL entry points DllMain and Scintilla_DirectFunction into ScintillaDLL.cxxNeil1-43/+6
2018-03-24Removed unwanted include.Neil1-2/+1
2018-03-24Feature [feature-requests:#1212]. Move Unicode conversions into UniConversion.Zufu Liu1-29/+46
2018-03-22Feature [feature-requests:#1211]. Use pre-computed table for UTF8BytesOfLead.Zufu Liu1-1/+1
2018-03-08Create static library libscintilla.a or libscintilla.lib on Windows.Neil1-12/+17
2018-03-06Feature [feature-requests:#1210]. Maxima lexer added.Gunter Königsmann1-0/+3
2018-01-11Add ENABLE_BIDIRECTIONAL option to make files.Neil1-0/+4
2017-06-22Add a DefaultLexer class which lexers can subclass if they want reasonableNeil1-0/+1
2017-06-12Removed unused functions and methods from Platform.h.Neil1-1/+2
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
2014-09-03Feature [feature-requests:#1071]. BibTeX lexer added.Neil1-0/+3
2014-08-09Added lexer for registry files.Neil1-0/+3
2014-07-08Split out EditModel, MarginView, and EditView classes into separate files.Neil1-147/+537
2014-05-31Use standard macro of C++ compiler CXX. Remove definitions that are not needed.Neil1-10/+8
2014-05-31Don't repeat file names that are used for both Scintilla.DLL and SciLexer.DLL.Neil1-31/+9
2014-04-29Feature [feature-requests:#1049]. Lexer added for DMIS, a language for coordi...Neil1-0/+3
2013-10-18Feature [feature-requests:#1026]. DMAP lexer added.Neil1-0/+3
2013-10-08Feature [feature-requests:#1024]. Lexer added for Rust language.Neil1-0/+3
2013-08-21Feature: [feature-requests:#1008]. Lexer added for KVIrc script.Neil1-0/+3
2013-08-09Update make dependencies.Neil1-80/+105
2013-07-11Include case conversion data in Scintilla so that all platforms will performNeil1-6/+19
2013-07-01Added CharacterCategory.Neil1-0/+4
2013-05-23Feature: [feature-requests:#959]. Added lexer and folder for Structured Text ...nyamatongwe1-0/+3
2013-05-01Removed SVector.h and all references as it is no longer used.nyamatongwe1-10/+10
2013-01-11Feature: [#970]. Latex folding and better syntax highlighting.nyamatongwe1-0/+3