<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/qt, branch rel-5-1-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 stable version 5.1.0.</title>
<updated>2021-06-17T22:50:17+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-06-17T22:50:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d886dfe0a9d5a3d92a5e9451dcbf30f0b3999357'/>
<id>d886dfe0a9d5a3d92a5e9451dcbf30f0b3999357</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SciFnDirectStatus, a direct access function which also returns status so can</title>
<updated>2021-06-16T23:28:05+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-06-16T23:28:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9e52243831ceffced1e9f0ef27041770fe13a85a'/>
<id>9e52243831ceffced1e9f0ef27041770fe13a85a</id>
<content type='text'>
improve performance for client code that called SCI_GETSTATUS after every API to
check for failure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
improve performance for client code that called SCI_GETSTATUS after every API to
check for failure.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Scintilla::Position type which widens to 64-bit on 64-bit systems to allow</title>
<updated>2021-05-31T01:18:20+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-31T01:18:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=dd2e63b2de6e62634baf18e8c7b960941378954b'/>
<id>dd2e63b2de6e62634baf18e8c7b960941378954b</id>
<content type='text'>
documents larger than 2GB.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
documents larger than 2GB.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use namespace on macroRecord signal.</title>
<updated>2021-05-31T00:48:48+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-31T00:48:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3c758435df823721b64fc9470e4f1d4ea0e2832c'/>
<id>3c758435df823721b64fc9470e4f1d4ea0e2832c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use stricter types in signals from ScintillaEditBase.</title>
<updated>2021-05-31T00:12:45+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-31T00:12:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=20cfffd7927b2dca574f1c876b412873ab2520c8'/>
<id>20cfffd7927b2dca574f1c876b412873ab2520c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>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>Add @file to template files.</title>
<updated>2021-05-09T00:14:03+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-09T00:14:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=31187ffcb0f4f936f431ee178947a814a42d9c2d'/>
<id>31187ffcb0f4f936f431ee178947a814a42d9c2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add @file &lt;filename&gt; comments to follow convention.</title>
<updated>2021-05-09T00:05:50+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-05-09T00:05:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bd7646eede0a545d598cfe2d0531d8d5644c3bf6'/>
<id>bd7646eede0a545d598cfe2d0531d8d5644c3bf6</id>
<content type='text'>
Fix incorrect filename comments.
Normalize Qt code to use #endif /* X */ insetad of #endif // X.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix incorrect filename comments.
Normalize Qt code to use #endif /* X */ insetad of #endif // X.
</pre>
</div>
</content>
</entry>
</feed>
