<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror, branch rel-5-5-5</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>Silence some warnings in test code.</title>
<updated>2025-02-23T00:05:23+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-02-23T00:05:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=47b91df0cadb92f0dbaae441926448308b450ea1'/>
<id>47b91df0cadb92f0dbaae441926448308b450ea1</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:#1540]. Remove unused variable.</title>
<updated>2025-02-22T22:57:48+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-02-22T22:57:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6ae5e45a7a09ba2c83477abe3835f274a0b032e6'/>
<id>6ae5e45a7a09ba2c83477abe3835f274a0b032e6</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.5.</title>
<updated>2025-02-22T02:31:18+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-02-22T02:31:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=82d0352b91087eae247b6b09b1ffd46e5f81069e'/>
<id>82d0352b91087eae247b6b09b1ffd46e5f81069e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move SizeOfRect to header to allow use in ScintillaWin.cxx where it simplifies</title>
<updated>2025-02-19T21:28:27+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-02-19T21:28:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c095018183f100e044ee749aa5b99ac913b7637b'/>
<id>c095018183f100e044ee749aa5b99ac913b7637b</id>
<content type='text'>
and avoids type warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and avoids type warnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Silence warnings with explicit, using, noexcept, [[nodiscard]], unnamed</title>
<updated>2025-02-19T02:12:56+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-02-19T02:12:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=444aa02e383a80ddcaa5611a7bf0a4e55ac454d6'/>
<id>444aa02e383a80ddcaa5611a7bf0a4e55ac454d6</id>
<content type='text'>
namespace, = default, in-class default member initializers, avoiding NULL,
avoiding unnecessary else.
Use POINT for insets as POINT has integer fields avoiding casts.
Simplified cursor setting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
namespace, = default, in-class default member initializers, avoiding NULL,
avoiding unnecessary else.
Use POINT for insets as POINT has integer fields avoiding casts.
Simplified cursor setting.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use ComPtr for render targets of SurfaceD2D.</title>
<updated>2025-02-18T22:58:50+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-02-18T22:58:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=52837cfc42dcc7952de38b490dc0ebbb56ca00bf'/>
<id>52837cfc42dcc7952de38b490dc0ebbb56ca00bf</id>
<content type='text'>
Add comments about different types of Surface.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add comments about different types of Surface.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use ComPtr for text formats and text layouts.</title>
<updated>2025-02-18T08:17:43+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-02-18T08:17:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b2e43f3ef123accadd4996b64a37f629e3bd2fbb'/>
<id>b2e43f3ef123accadd4996b64a37f629e3bd2fbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use ComPtr for geometric and graphic objects: brush, geometry, geometry sink,</title>
<updated>2025-02-18T00:29:48+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-02-18T00:29:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bf1a0274c6f98748d5c720c3ed242f99c8fbee34'/>
<id>bf1a0274c6f98748d5c720c3ed242f99c8fbee34</id>
<content type='text'>
stroke style, bitmap, and gradients to remove explicit release calls and
possible leaks.
Ensure HPEN and HBRUSH initialised.
Not converting render targets, text formats or text layouts yet.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
stroke style, bitmap, and gradients to remove explicit release calls and
possible leaks.
Ensure HPEN and HBRUSH initialised.
Not converting render targets, text formats or text layouts yet.
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor warnings silenced. No return value from void functions, catch the</title>
<updated>2025-02-17T21:41:23+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-02-17T21:41:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a6278c653a6161ddf59274136c53997d1a966eaa'/>
<id>a6278c653a6161ddf59274136c53997d1a966eaa</id>
<content type='text'>
impossible exception, const some iterators.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
impossible exception, const some iterators.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid type error from some compilers from returning braced values like</title>
<updated>2025-02-17T21:25:39+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-02-17T21:25:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9a6913a4b13119fc9df9f9e59af4fcd914bb4c6f'/>
<id>9a6913a4b13119fc9df9f9e59af4fcd914bb4c6f</id>
<content type='text'>
{ unicodeReplacementChar, 1 } instead of constructed objects.
Declare named const values for 2 failure cases of CharacterExtracted.
Remove some dead code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
{ unicodeReplacementChar, 1 } instead of constructed objects.
Declare named const values for 2 failure cases of CharacterExtracted.
Remove some dead code.
</pre>
</div>
</content>
</entry>
</feed>
