<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/win32, 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>Updates for 4.0.4.</title>
<updated>2018-04-07T01:43:58+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-04-07T01:43:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e9f24d8f1208927ec6f878c134b3beb8af809e7c'/>
<id>e9f24d8f1208927ec6f878c134b3beb8af809e7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backed out changeset: 7402342dc7a3 Caching client rectangle on EditView.</title>
<updated>2018-04-05T09:08:40+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-04-05T09:08:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0f2bb6479b09bf0c6c537bdd67654c6c4b6b011c'/>
<id>0f2bb6479b09bf0c6c537bdd67654c6c4b6b011c</id>
<content type='text'>
This change was not compatible with Cocoa as it uses document-based coordinates
rather than view-based.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change was not compatible with Cocoa as it uses document-based coordinates
rather than view-based.
</pre>
</div>
</content>
</entry>
<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>Cache client rectangle on EditView so it can be used easily inside EditView.</title>
<updated>2018-04-04T05:46:53+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-04-04T05:46:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c1886dc599e9d985abef06d8779cfc90478c9ebd'/>
<id>c1886dc599e9d985abef06d8779cfc90478c9ebd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>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=9ef91ecec68d38ff4e0428a213d2036b3d99f898'/>
<id>9ef91ecec68d38ff4e0428a213d2036b3d99f898</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Standardize on --std=c++17, avoiding GNU extensions and enabling clang 6.0.</title>
<updated>2018-03-31T01:15:54+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-03-31T01:15:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9f2bbd79a254363a06aaf562dfdd135e1dccbd58'/>
<id>9f2bbd79a254363a06aaf562dfdd135e1dccbd58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Match struct initialization exactly to declaration to avoid warnings from clang.</title>
<updated>2018-03-31T01:09:04+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-03-31T01:09:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f1398be0f55048ed2ef0ec8b51e376df694d4a70'/>
<id>f1398be0f55048ed2ef0ec8b51e376df694d4a70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
</feed>
