<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/win32, branch rel-3-20-0</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.20.0.</title>
<updated>2020-05-09T21:00:00+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-05-09T21:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ef72a6f30305ff15782ea15f81662094f29cfe13'/>
<id>ef72a6f30305ff15782ea15f81662094f29cfe13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated makefile deps.</title>
<updated>2020-05-09T20:34:01+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-05-09T20:34:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=49201487ef7048cf82b2421ef7954fc6a899f42b'/>
<id>49201487ef7048cf82b2421ef7954fc6a899f42b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: 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=5dfc62a244a8ca24efb9ce9cb51c1098e908a9a8'/>
<id>5dfc62a244a8ca24efb9ce9cb51c1098e908a9a8</id>
<content type='text'>
Added constexpr where reasonable.

Backport of changeset 8151:5f70c1eb371b.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added constexpr where reasonable.

Backport of changeset 8151:5f70c1eb371b.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: 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=cbb80f09c04b0c245e31b3c1bd327c6cdd6f9a80'/>
<id>cbb80f09c04b0c245e31b3c1bd327c6cdd6f9a80</id>
<content type='text'>
messages. Modify types to match.

Backport of changeset 8111:d15f7fe3467b.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
messages. Modify types to match.

Backport of changeset 8111:d15f7fe3467b.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: 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=bf9adaf7f82732929f00336421536812805cdf8c'/>
<id>bf9adaf7f82732929f00336421536812805cdf8c</id>
<content type='text'>
share implementation of window pointers between files, use GetWindowStyle.

Backport of changeset 8110:33f16ac2c3ca.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
share implementation of window pointers between files, use GetWindowStyle.

Backport of changeset 8110:33f16ac2c3ca.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: 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=808e00138126f7ce571fd905498dba6614c16278'/>
<id>808e00138126f7ce571fd905498dba6614c16278</id>
<content type='text'>
Backport of changeset 8028:78a688809e75.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 8028:78a688809e75.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: 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=878a934343d10fb3f5412c06522db2f46570c1bb'/>
<id>878a934343d10fb3f5412c06522db2f46570c1bb</id>
<content type='text'>
Backport of changeset 8026:3d47c097aa3f.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 8026:3d47c097aa3f.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: 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=31817524c949b176a9fc5ac34b7dfd9d824c00e8'/>
<id>31817524c949b176a9fc5ac34b7dfd9d824c00e8</id>
<content type='text'>
Relies on Platform environment variable and defaults to 32-bit.

Backport of changeset 8025:5a6e242072ae.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Relies on Platform environment variable and defaults to 32-bit.

Backport of changeset 8025:5a6e242072ae.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: 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=d37556bb750b9e03263036ea2e6afe4ee8dab79a'/>
<id>d37556bb750b9e03263036ea2e6afe4ee8dab79a</id>
<content type='text'>
InitializeCriticalSection inside DllMain can cause exceptions on old Windows.

Backport of changeset 8009:ef650c1aa3ca.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
InitializeCriticalSection inside DllMain can cause exceptions on old Windows.

Backport of changeset 8009:ef650c1aa3ca.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Using constexpr in UniConversion and CaseConvert.</title>
<updated>2020-03-12T22:03:15+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-03-12T22:03:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3d4fafdd662a2ac7267afdaef44bad54302ebe50'/>
<id>3d4fafdd662a2ac7267afdaef44bad54302ebe50</id>
<content type='text'>
Backport of changeset 8004:7052c60ce1b2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 8004:7052c60ce1b2.
</pre>
</div>
</content>
</entry>
</feed>
