<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror, branch rel-5-6-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>Updates for version 5.6.0.</title>
<updated>2026-02-25T07:13:49+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-02-25T07:13:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1e061dfb97ed5c3890e46691678f293a0b2f9d52'/>
<id>1e061dfb97ed5c3890e46691678f293a0b2f9d52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix crash on Linux when window too narrow so rcLine is empty. Clamp(rcLine</title>
<updated>2026-02-25T07:02:34+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-02-25T07:02:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e0279b297b16cf6c997e8732697d6755442448b1'/>
<id>e0279b297b16cf6c997e8732697d6755442448b1</id>
<content type='text'>
calls std::clamp on negative range producing undefined behaviour.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
calls std::clamp on negative range producing undefined behaviour.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added tag rel-5-5-9 for changeset 76c8666d5140</title>
<updated>2026-02-24T21:29:32+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-02-24T21:29:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3a96061c7eb0c3b72d68ba230a1f6e8bfc10d878'/>
<id>3a96061c7eb0c3b72d68ba230a1f6e8bfc10d878</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 version 5.5.9.</title>
<updated>2026-02-20T22:05:11+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-02-20T22:05:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=820bce1b0a406a9dbefaaa3e12992dc27a730680'/>
<id>820bce1b0a406a9dbefaaa3e12992dc27a730680</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>When a line end is not selected, change the colour of the rectangle that</title>
<updated>2026-02-18T02:40:43+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-02-18T02:40:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4405f60a2107d3873724930af061a49b03d4b8e7'/>
<id>4405f60a2107d3873724930af061a49b03d4b8e7</id>
<content type='text'>
indicates the line end is selected to white space background instead of previous
character's background except for EOL filled style.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
indicates the line end is selected to white space background instead of previous
character's background except for EOL filled style.
</pre>
</div>
</content>
</entry>
<entry>
<title>Hoist calculation of virtual space on a line into a method and simplify callers.</title>
<updated>2026-02-18T02:21:16+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-02-18T02:21:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1ffe844d22600a4acd248c14bd0006e000622d93'/>
<id>1ffe844d22600a4acd248c14bd0006e000622d93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify code and harmonize types when drawing line end blobs in DrawEOL.</title>
<updated>2026-02-18T01:36:23+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-02-18T01:36:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cc4f8a10905045aed04ae8c48a34581e16752dcb'/>
<id>cc4f8a10905045aed04ae8c48a34581e16752dcb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify conversion of line end bytes to representation for visible line ends.</title>
<updated>2026-02-13T00:05:00+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-02-13T00:05:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5a52597b3e27ed693c996faef7e02fc381e7affd'/>
<id>5a52597b3e27ed693c996faef7e02fc381e7affd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify drawing of eol-is-selected rectangle.</title>
<updated>2026-02-12T03:32:07+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-02-12T03:32:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=61d42a0c3fb9e68adb5fdb9c7fa0a32b51026c4b'/>
<id>61d42a0c3fb9e68adb5fdb9c7fa0a32b51026c4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use const and simplify expressions in DrawEOL.</title>
<updated>2026-02-12T00:26:29+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2026-02-12T00:26:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ff84cdfd1e3b13d2e875e5078a7c7256df086ac6'/>
<id>ff84cdfd1e3b13d2e875e5078a7c7256df086ac6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
