<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/scripts, branch rel-3-10-1</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>Updated for 3.10.0.</title>
<updated>2018-06-30T13:18:26+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2018-06-30T13:18:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a0d2795cb9f2f2af41ce24e296869654c4b99287'/>
<id>a0d2795cb9f2f2af41ce24e296869654c4b99287</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Add IntegerRectangle to simplify drawing lines without casting.</title>
<updated>2018-05-01T04:14:45+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-05-01T04:14:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3de73c8508e74834a38f63f5c4584f1fb2012b52'/>
<id>3de73c8508e74834a38f63f5c4584f1fb2012b52</id>
<content type='text'>
Backport of changeset 6773:9a027c16f8c3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 6773:9a027c16f8c3.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Use &lt;chrono&gt; for platform-independent timing and remove ElapsedTime. Also use #if for painting measurement as there are 7 sections of code to enable.</title>
<updated>2018-05-07T01:22:30+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2018-05-07T01:22:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=724309f4b71d1d991a754d0ad821de3861b6a211'/>
<id>724309f4b71d1d991a754d0ad821de3861b6a211</id>
<content type='text'>
Backport of changeset 6741:af5d9064c25c.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 6741:af5d9064c25c.
</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: Feature [feature-requests:#1212]. Move Unicode conversions into UniConversion.</title>
<updated>2018-05-05T16:08:22+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2018-05-05T16:08:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ad5951840a7e9d19c3652151e57466fa2c94e6a7'/>
<id>ad5951840a7e9d19c3652151e57466fa2c94e6a7</id>
<content type='text'>
Move Unicode conversion functions UnicodeFromUTF8 and UTF8FromUTF32Character into UniConversion.

Backport of changeset 6645:463fa6965d9a.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move Unicode conversion functions UnicodeFromUTF8 and UTF8FromUTF32Character into UniConversion.

Backport of changeset 6645:463fa6965d9a.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Added &lt;utility&gt; and &lt;tuple&gt; to header order and moved POSIX header &lt;sys/time.h&gt; after standard C++ language headers.</title>
<updated>2018-02-27T02:27:23+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-02-27T02:27:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4434a57717efbec42d67c571890fc848183e500f'/>
<id>4434a57717efbec42d67c571890fc848183e500f</id>
<content type='text'>
Backport of changeset 6461:abc640b89c43.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 6461:abc640b89c43.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Use std::end when filling arrays as reduces chance of mistake.</title>
<updated>2018-01-27T22:10:00+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-01-27T22:10:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=56ac67e29e56182e950929331c627310787b8931'/>
<id>56ac67e29e56182e950929331c627310787b8931</id>
<content type='text'>
Backport of changeset 6436:a366ce1a811e.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 6436:a366ce1a811e.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Normalize whitespace.</title>
<updated>2017-09-14T03:52:40+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2017-09-14T03:52:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5408e40b1bf7ebe1273cd61dc33772fb5c4d226e'/>
<id>5408e40b1bf7ebe1273cd61dc33772fb5c4d226e</id>
<content type='text'>
Backport of changeset 6391:9e52beea0fea.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 6391:9e52beea0fea.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Remove automatically generated line end whitespace.</title>
<updated>2017-09-14T03:46:04+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2017-09-14T03:46:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7d7e31478855b578b6397f61784df29c1bb98bcf'/>
<id>7d7e31478855b578b6397f61784df29c1bb98bcf</id>
<content type='text'>
Backport of changeset 6390:51ca7c18e949.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 6390:51ca7c18e949.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: New header ILoader.h defines ILoader interface as it does not belong in ILexer.h.</title>
<updated>2017-08-28T07:22:28+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-08-28T07:22:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6f2acdebacaed2086f4e1e88ca7c914118895eb5'/>
<id>6f2acdebacaed2086f4e1e88ca7c914118895eb5</id>
<content type='text'>
Backport of changeset 6383:9c8257ff60b7.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 6383:9c8257ff60b7.
</pre>
</div>
</content>
</entry>
</feed>
