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