<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/win32, branch rel-4-3-3</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.3.3.</title>
<updated>2020-04-23T00:32:14+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-04-23T00:32:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7101f52e4e05d6aae7830c94a16ce7eaa0d4870d'/>
<id>7101f52e4e05d6aae7830c94a16ce7eaa0d4870d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Making dependencies now requires Python 3.6+.</title>
<updated>2020-04-17T05:29:20+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-04-17T05:29:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9e2bd8b981c5d6891b7e0bf9418fd70aceff9602'/>
<id>9e2bd8b981c5d6891b7e0bf9418fd70aceff9602</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Arithmetic between enums is deprecated so use constexpr instead of enum or cast.</title>
<updated>2020-04-16T23:46:20+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-04-16T23:46:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8c45e7db05d76de60d214148a69b5ba927b704a1'/>
<id>8c45e7db05d76de60d214148a69b5ba927b704a1</id>
<content type='text'>
Added constexpr where reasonable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added constexpr where reasonable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:1345]. Use ListBox_ macros in preference to LB_</title>
<updated>2020-04-04T22:54:46+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-04-04T22:54:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e72c4af1c604bce533c68488cdb5802b461ec179'/>
<id>e72c4af1c604bce533c68488cdb5802b461ec179</id>
<content type='text'>
messages. Modify types to match.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
messages. Modify types to match.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:1345] Use more typesafe code to clear window pointers,</title>
<updated>2020-04-04T22:43:27+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-04-04T22:43:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a7398db7f9a0f27c7a9e21d4a692d5c6d8ba3533'/>
<id>a7398db7f9a0f27c7a9e21d4a692d5c6d8ba3533</id>
<content type='text'>
share implementation of window pointers between files, use GetWindowStyle.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
share implementation of window pointers between files, use GetWindowStyle.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Visual C++ project files for Lexilla.DLL and Scintilla.DLL with no lexers.</title>
<updated>2020-03-26T04:27:21+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-03-26T04:27:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2c59dd476482188594fbfd237c68492681728df4'/>
<id>2c59dd476482188594fbfd237c68492681728df4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix spelling mistakes.</title>
<updated>2020-03-25T22:28:15+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-03-25T22:28:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5e1f3c9b721f436cd60961af3df53734f10deedf'/>
<id>5e1f3c9b721f436cd60961af3df53734f10deedf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace const with constexpr where possible.</title>
<updated>2020-03-24T22:19:53+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-03-24T22:19:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8452722ad6630baa8391fe4d93078bd2d9008c18'/>
<id>8452722ad6630baa8391fe4d93078bd2d9008c18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix link warning by using incorrect subsystem value for 64-bit Windows XP.</title>
<updated>2020-03-24T22:08:20+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-03-24T22:08:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ac7f6b426ce63c55e37e28866e81c19b7df104f8'/>
<id>ac7f6b426ce63c55e37e28866e81c19b7df104f8</id>
<content type='text'>
Relies on Platform environment variable and defaults to 32-bit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Relies on Platform environment variable and defaults to 32-bit.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove CRITICAL_SECTION by creating reverse arrow cursor at initialization.</title>
<updated>2020-03-16T22:07:15+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-03-16T22:07:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ba62a1336c28132755aaac894e602f9dcff8f960'/>
<id>ba62a1336c28132755aaac894e602f9dcff8f960</id>
<content type='text'>
InitializeCriticalSection inside DllMain can cause exceptions on old Windows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
InitializeCriticalSection inside DllMain can cause exceptions on old Windows.
</pre>
</div>
</content>
</entry>
</feed>
