<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/win32/makefile, branch rel-3-11-2</title>
<subtitle>Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/'/>
<entry>
<title>Backport: Move UniqueStringCopy into its own source file UniqueString.cxx to hide the implementation.</title>
<updated>2019-04-17T04:22:27+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2019-04-17T04:22:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5746a0c90259cd39255749a33389b2854100905b'/>
<id>5746a0c90259cd39255749a33389b2854100905b</id>
<content type='text'>
Backport of changeset 7402:751b76b567f9, but with an alternative to C++17's
string_view.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 7402:751b76b567f9, but with an alternative to C++17's
string_view.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Switch generation of make dependencies to Python scripts DepGen.py.</title>
<updated>2019-04-01T03:30:32+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-04-01T03:30:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6009be9e63f175479df01cd64d3ef6e0724afd6c'/>
<id>6009be9e63f175479df01cd64d3ef6e0724afd6c</id>
<content type='text'>
Dependencies files deps.mak and nmdeps.mak are formatted with one file per line
as that makes it easier to examine differences between versions.

Backport of changeset 7397:997e6203e270.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dependencies files deps.mak and nmdeps.mak are formatted with one file per line
as that makes it easier to examine differences between versions.

Backport of changeset 7397:997e6203e270.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Remove automatic detection of Direct2D support during build.</title>
<updated>2018-04-04T06:41:24+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-04-04T06:41:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b8caeebffe178f292d636e3075de6c4a24c7a56a'/>
<id>b8caeebffe178f292d636e3075de6c4a24c7a56a</id>
<content type='text'>
DISABLE_D2D may still be defined to remove Direct2D features.

Backport of changeset 6672:9c1997a14d89.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DISABLE_D2D may still be defined to remove Direct2D features.

Backport of changeset 6672:9c1997a14d89.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Move DLL entry points DllMain and Scintilla_DirectFunction into ScintillaDLL.cxx</title>
<updated>2018-04-04T06:21:09+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-04-04T06:21:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1cd26e8ee9577099631a72836197afd101aaaff5'/>
<id>1cd26e8ee9577099631a72836197afd101aaaff5</id>
<content type='text'>
to simplify build process by eliminating the compilation of ScintillaWin.cxx
into ScintillaWinS.o|obj.

Backport of changeset 6670:cfe90078d684.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to simplify build process by eliminating the compilation of ScintillaWin.cxx
into ScintillaWinS.o|obj.

Backport of changeset 6670:cfe90078d684.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Make clang 6.0 build without warnings. Requires clang to be on the path now.</title>
<updated>2018-03-31T01:20:00+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-03-31T01:20:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=adac9981cfccfba12a4b866afcce3d5606c6c54d'/>
<id>adac9981cfccfba12a4b866afcce3d5606c6c54d</id>
<content type='text'>
Backport of changeset 6665:b3db8fb581bb.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 6665:b3db8fb581bb.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Create static library libscintilla.a or libscintilla.lib on Windows.</title>
<updated>2018-03-08T07:22:00+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-03-08T07:22:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=492076b58d09387ab9c2f60eaef364a6a65c4c28'/>
<id>492076b58d09387ab9c2f60eaef364a6a65c4c28</id>
<content type='text'>
Stop creating Lexers.a static library.
Harmonize make files.

Backport of changeset 6477:a65186aab9f9.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Stop creating Lexers.a static library.
Harmonize make files.

Backport of changeset 6477:a65186aab9f9.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Bug [#1993]. Fix building on Mingw/MSYS to perform file copies and deletions.</title>
<updated>2018-02-21T21:13:37+00:00</updated>
<author>
<name>Tobias Kühne</name>
<email>unknown</email>
</author>
<published>2018-02-21T21:13:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=23d60e1d686ae4a94c94db4989f1f1071b3d920a'/>
<id>23d60e1d686ae4a94c94db4989f1f1071b3d920a</id>
<content type='text'>
Backport of changeset 6457:26e7749ba67a.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 6457:26e7749ba67a.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Add a DefaultLexer class which lexers can subclass if they want reasonable</title>
<updated>2017-06-22T05:53:47+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-06-22T05:53:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e2ac8b7e987becbdeb6333f07d4627bce168cb55'/>
<id>e2ac8b7e987becbdeb6333f07d4627bce168cb55</id>
<content type='text'>
default implementations of the ILexerWithSubStyles interface methods.

Backport of changeset 6326:d18622e37a3e.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
default implementations of the ILexerWithSubStyles interface methods.

Backport of changeset 6326:d18622e37a3e.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Removed unused functions and methods from Platform.h.</title>
<updated>2017-06-12T01:49:56+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-06-12T01:49:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=69b778424b380a32a6c83526b678466712c4a220'/>
<id>69b778424b380a32a6c83526b678466712c4a220</id>
<content type='text'>
Replaced Platform::Clamp with Sci::clamp.
Drop MouseButtonBounce workaround for very early GTK+/Linux.

Backported from changeset 6307:7030530a9a0f.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replaced Platform::Clamp with Sci::clamp.
Drop MouseButtonBounce workaround for very early GTK+/Linux.

Backported from changeset 6307:7030530a9a0f.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update GTK+ version requirements.</title>
<updated>2018-03-13T21:56:13+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2018-03-13T21:56:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=75e9090ffcd0364ccf3d39c98c4628b119667c7e'/>
<id>75e9090ffcd0364ccf3d39c98c4628b119667c7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
