<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-5-2-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>Fix pink selection background when printing by making it completely transparent.</title>
<updated>2022-05-16T23:36:45+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-05-16T23:36:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8734147bd2fba8f75d2765aad0cc9d57c4bb3dfc'/>
<id>8734147bd2fba8f75d2765aad0cc9d57c4bb3dfc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Duplicate APIs to support 64-bit document positions on Win32:</title>
<updated>2022-05-16T22:52:34+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-05-16T22:52:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=475450c76ceef43a7f5b2c68ed5848baee96b6dc'/>
<id>475450c76ceef43a7f5b2c68ed5848baee96b6dc</id>
<content type='text'>
SCI_GETTEXTRANGEFULL, SCI_FINDTEXTFULL, and SCI_FORMATRANGEFULL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SCI_GETTEXTRANGEFULL, SCI_FINDTEXTFULL, and SCI_FORMATRANGEFULL.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support more than 2G lines with FoldAll.</title>
<updated>2022-05-10T02:23:56+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-05-10T02:23:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c205c349ea3e7135d1da5c15831dbe687842453b'/>
<id>c205c349ea3e7135d1da5c15831dbe687842453b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve performance of SCI_FOLDALL(SC_FOLDACTION_EXPAND).</title>
<updated>2022-05-10T02:19:52+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-05-10T02:19:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f82a2c25a5805d0dab5cd66ef221eb247bc36134'/>
<id>f82a2c25a5805d0dab5cd66ef221eb247bc36134</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimize case where there are no annotations</title>
<updated>2022-05-01T04:31:17+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-05-01T04:31:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4e556e4aaba49f4307ab4933a376e0c34d0be674'/>
<id>4e556e4aaba49f4307ab4933a376e0c34d0be674</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide a default KeyModifiers constructor for use by platform layers.</title>
<updated>2022-04-23T04:50:44+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-04-23T04:50:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c371c758a5bd69f308de677f434ac66933c34270'/>
<id>c371c758a5bd69f308de677f434ac66933c34270</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1389] Initialize CaseFolderTable to ASCII so</title>
<updated>2022-04-08T00:05:11+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-04-08T00:05:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8a44ef9acfda0ec46a541f0be56333eb5cf6b0ff'/>
<id>8a44ef9acfda0ec46a541f0be56333eb5cf6b0ff</id>
<content type='text'>
subclasses do not need to call StandardASCII.
Avoid some lint warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
subclasses do not need to call StandardASCII.
Avoid some lint warnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2322] Fix partial updates and non-responsive scroll bars on Xorg.</title>
<updated>2022-04-07T03:08:52+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-04-07T03:08:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b443d58497d6d2cfce83c3882ff0cf0ce45914d1'/>
<id>b443d58497d6d2cfce83c3882ff0cf0ce45914d1</id>
<content type='text'>
Also fixes bugs [#2196] and [#2312].
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fixes bugs [#2196] and [#2312].
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1431] Add SCI_GETSTYLEINDEXAT API to return styles</title>
<updated>2022-03-15T04:14:42+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-03-15T04:14:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=23b2a54292964dc653d7ebb64c4b2a044eeaa8e7'/>
<id>23b2a54292964dc653d7ebb64c4b2a044eeaa8e7</id>
<content type='text'>
over 127 as positive integers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
over 127 as positive integers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1432] Move some surface creation out of headers and</title>
<updated>2022-03-11T23:24:52+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-03-11T23:24:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=73ae9e3d2ad7fddbe8945deb0647dd7597d58c0a'/>
<id>73ae9e3d2ad7fddbe8945deb0647dd7597d58c0a</id>
<content type='text'>
make virtual to allow customisation by platform layers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
make virtual to allow customisation by platform layers.
</pre>
</div>
</content>
</entry>
</feed>
