<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/win32, branch rel-3-7-6</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.7.5 release.</title>
<updated>2017-05-23T06:42:48+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-05-23T06:42:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=06a15f3405b018517d17bf26ab83b29b569d4057'/>
<id>06a15f3405b018517d17bf26ab83b29b569d4057</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1946]. Builds are made with a sorted list of lexers to be more reproducible.</title>
<updated>2017-05-21T23:03:53+00:00</updated>
<author>
<name>Bernhard M. Wiedemann</name>
<email>unknown</email>
</author>
<published>2017-05-21T23:03:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5d70e707dc420d64b089cbdeb556fda11415f9ad'/>
<id>5d70e707dc420d64b089cbdeb556fda11415f9ad</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>Update from MSVC 2013 to 2015 for better C++11 compliance for unique_ptr.</title>
<updated>2017-05-19T03:09:59+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-05-19T03:09:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4a9eb535c6efc2698cda150d844b658a235c4093'/>
<id>4a9eb535c6efc2698cda150d844b658a235c4093</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve Direct2D text measurement code by eliminating extraneous variables,</title>
<updated>2017-05-08T00:19:18+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-05-08T00:19:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1f50e4d8059b3351334fd1d939f4b6e5534a2c62'/>
<id>1f50e4d8059b3351334fd1d939f4b6e5534a2c62</id>
<content type='text'>
limiting scope, making comments more accurate, and avoiding warnings from clang
analyze.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
limiting scope, making comments more accurate, and avoiding warnings from clang
analyze.
</pre>
</div>
</content>
</entry>
<entry>
<title>More consistent use of size_t when converting Unicode formats.</title>
<updated>2017-05-02T09:27:38+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-05-02T09:27:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d2fb467ad88764cece87ddbb650fd6a22a2269f9'/>
<id>d2fb467ad88764cece87ddbb650fd6a22a2269f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use unique_ptr for drawing surfaces and don't check for allocation failure</title>
<updated>2017-05-02T00:06:46+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-05-02T00:06:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ffeb34c29ffd27e1a1a67cb26ceec8fc1253a410'/>
<id>ffeb34c29ffd27e1a1a67cb26ceec8fc1253a410</id>
<content type='text'>
as that throws an exception.
Also use unique_ptr for tab stop positions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as that throws an exception.
Also use unique_ptr for tab stop positions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Include &lt;memory&gt; for std::unique_ptr.</title>
<updated>2017-04-21T22:28:58+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-04-21T22:28:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=af243dd42dabdabd15a92a295d66f721e44dd473'/>
<id>af243dd42dabdabd15a92a295d66f721e44dd473</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More consistent deletion of standard methods.</title>
<updated>2017-04-20T23:30:16+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-04-20T23:30:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=261277783fa16e0c974b1981a5eb0a208fca955e'/>
<id>261277783fa16e0c974b1981a5eb0a208fca955e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
