<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/win32, branch rel-5-0-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 5.0.3.</title>
<updated>2021-05-29T06:14:02+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-29T06:14:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=867a6e3d42fb9085ba02070902673bf65086ceb2'/>
<id>867a6e3d42fb9085ba02070902673bf65086ceb2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Better exception handling for noexcept methods. More accurate noexcept marking.</title>
<updated>2021-05-28T04:46:21+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-28T04:46:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c9b2423aaed459c68dd8f43b1de0edee4eb287c8'/>
<id>c9b2423aaed459c68dd8f43b1de0edee4eb287c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge init into ScintillaWin constructor as not called from anywhere else.</title>
<updated>2021-05-28T04:44:00+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-28T04:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a20684909b6edadae8e0c8c9ebc0d15d7fc128ba'/>
<id>a20684909b6edadae8e0c8c9ebc0d15d7fc128ba</id>
<content type='text'>
Ensure variables initialised. Remove dead code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure variables initialised. Remove dead code.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update dependencies.</title>
<updated>2021-05-25T11:29:17+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-25T11:29:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=dd6fea1ca2f982463953718c95abea7326bad510'/>
<id>dd6fea1ca2f982463953718c95abea7326bad510</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h</title>
<updated>2021-05-24T09:31:06+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-24T09:31:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=92290868cf9753d2df0d494cb44e2ff62a570b58'/>
<id>92290868cf9753d2df0d494cb44e2ff62a570b58</id>
<content type='text'>
and ScintillaStructures.h using scoped enumerations.
Use these headers instead of Scintilla.h internally.
External definitions go in the Scintilla namespace and internal definitio0ns in
Scintilla::Internal.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and ScintillaStructures.h using scoped enumerations.
Use these headers instead of Scintilla.h internally.
External definitions go in the Scintilla namespace and internal definitio0ns in
Scintilla::Internal.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename ColourAlpha to ColourRGBA to avoid clashes when a ColourAlpha typedef</title>
<updated>2021-05-21T22:18:01+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-21T22:18:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c8235ba0e0292f209a8233613669e2cff8de80da'/>
<id>c8235ba0e0292f209a8233613669e2cff8de80da</id>
<content type='text'>
will be published in externally visible header.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
will be published in externally visible header.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issues reported by Coverity and Visual C++ Analysis.</title>
<updated>2021-05-17T00:47:39+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-17T00:47:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cbf05ab19171c3d092fa424e010fc2380ea8d45f'/>
<id>cbf05ab19171c3d092fa424e010fc2380ea8d45f</id>
<content type='text'>
Throw when (impossible) dynamic_cast failures occur as it isn't reasonable to
recover. That removes 'noexcept' from some methods.
Cast to avoid 'sub-expression overflow' warnings.
Add default initializations and noexcept where safe.
Move DropRenderTarget out of #if to avoid some preprocessor use.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Throw when (impossible) dynamic_cast failures occur as it isn't reasonable to
recover. That removes 'noexcept' from some methods.
Cast to avoid 'sub-expression overflow' warnings.
Add default initializations and noexcept where safe.
Move DropRenderTarget out of #if to avoid some preprocessor use.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove untenable noexcept as RGBAImageSet constructor can throw.</title>
<updated>2021-05-15T23:31:56+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-15T23:31:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=90942f40527c251720416c6e754ad017e8a65f04'/>
<id>90942f40527c251720416c6e754ad017e8a65f04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement UpdateBaseElements on Win32 to update colours to match current system</title>
<updated>2021-05-10T23:39:49+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-10T23:39:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=59052f9ae48d6e24a270303d9f2af4097ca62086'/>
<id>59052f9ae48d6e24a270303d9f2af4097ca62086</id>
<content type='text'>
settings. Trigger UpdateBaseElements when system settings change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
settings. Trigger UpdateBaseElements when system settings change.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:1405]. Enable hardware-enforced stack protection in</title>
<updated>2021-05-09T00:19:28+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-09T00:19:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=67695f7fd5725f534dc3664c4ce76c542940a4a7'/>
<id>67695f7fd5725f534dc3664c4ce76c542940a4a7</id>
<content type='text'>
Visual C++ project file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Visual C++ project file.
</pre>
</div>
</content>
</entry>
</feed>
