<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/win32/deps.mak, branch rel-4-0-4</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>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=837ca0527d7fa9286cae4755038e458d4f0e2a02'/>
<id>837ca0527d7fa9286cae4755038e458d4f0e2a02</id>
<content type='text'>
DISABLE_D2D may still be defined to remove Direct2D features.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DISABLE_D2D may still be defined to remove Direct2D features.
</pre>
</div>
</content>
</entry>
<entry>
<title>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=a6dd4eeab87d2562bd6280c594e01869e0bc4aa1'/>
<id>a6dd4eeab87d2562bd6280c594e01869e0bc4aa1</id>
<content type='text'>
to simplify build process by eliminating the compilation of ScintillaWin.cxx
into ScintillaWinS.o|obj.
</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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unwanted include.</title>
<updated>2018-03-24T03:07:57+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-03-24T03:07:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=31fea208290c4e4be494b315ebedaac31963c371'/>
<id>31fea208290c4e4be494b315ebedaac31963c371</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1212]. Move Unicode conversions into UniConversion.</title>
<updated>2018-03-24T02:53:22+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2018-03-24T02:53:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0bb4d5456748c8794a943b4716ee089d0590519c'/>
<id>0bb4d5456748c8794a943b4716ee089d0590519c</id>
<content type='text'>
Move Unicode conversion functions UnicodeFromUTF8 and UTF8FromUTF32Character
into UniConversion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move Unicode conversion functions UnicodeFromUTF8 and UTF8FromUTF32Character
into UniConversion.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1210]. Maxima lexer added.</title>
<updated>2018-03-06T04:52:23+00:00</updated>
<author>
<name>Gunter Königsmann</name>
<email>unknown</email>
</author>
<published>2018-03-06T04:52:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c125e13a04cb3287364a9314e6967ed416b13b36'/>
<id>c125e13a04cb3287364a9314e6967ed416b13b36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use UniqueString to simplify FontNames.</title>
<updated>2017-05-21T13:28:17+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-05-21T13:28:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=08c0f029cc6630f147b1681d4864cc42f33be7cc'/>
<id>08c0f029cc6630f147b1681d4864cc42f33be7cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make SparseVector work with move-only types.</title>
<updated>2017-05-21T13:08:04+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-05-21T13:08:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3debda34b8aa21a770142a055b8fa7e4a8a7355f'/>
<id>3debda34b8aa21a770142a055b8fa7e4a8a7355f</id>
<content type='text'>
Define UniqueString as a move-only string and use in a SparseVector for
ContractionState.
Remove SparseVector method specializations that are no longer needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Define UniqueString as a move-only string and use in a SparseVector for
ContractionState.
Remove SparseVector method specializations that are no longer needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updating make dependencies.</title>
<updated>2016-12-01T05:51:25+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-12-01T05:51:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c99d34335892ee0b5584f4d48442dae8043536b3'/>
<id>c99d34335892ee0b5584f4d48442dae8043536b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Regenerate deps.mak for Windows to include LexJSON.</title>
<updated>2016-08-30T04:05:54+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-08-30T04:05:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=917c4a524591b20ebc039ef8e32c158218412855'/>
<id>917c4a524591b20ebc039ef8e32c158218412855</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated header dependencies to include Sci_Position.h and Position.h.</title>
<updated>2015-07-30T04:54:30+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-07-30T04:54:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=310df8d140df3b66bdebd425f59b5fc91cb61377'/>
<id>310df8d140df3b66bdebd425f59b5fc91cb61377</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
