<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/win32, branch rel-4-4-4</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 4.4.4.</title>
<updated>2020-07-18T01:55:08+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-07-18T01:55:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c2dd1b32416906f7495a5c191144eadaf37f5d5d'/>
<id>c2dd1b32416906f7495a5c191144eadaf37f5d5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tidied up code using wstring, which will often avoid allocating, and fixing</title>
<updated>2020-07-17T11:53:27+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-07-17T11:53:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b4460b84a287b57257488a6a227eec5c47130de4'/>
<id>b4460b84a287b57257488a6a227eec5c47130de4</id>
<content type='text'>
variable names.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
variable names.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix truncation of locale due to not counting NUL. Add return code check.</title>
<updated>2020-07-17T11:49:15+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-07-17T11:49:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7e11c5a4fbe6ad02c0b8e7464eef9c37b594b98c'/>
<id>7e11c5a4fbe6ad02c0b8e7464eef9c37b594b98c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Hoist common conversion code into RectangleFromPRectangle.</title>
<updated>2020-07-14T23:07:18+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-07-14T23:07:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=94e723891ade7b0de0c6dc6a3b294e6ce1fea326'/>
<id>94e723891ade7b0de0c6dc6a3b294e6ce1fea326</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stronger argument validation in BlobInline methods.</title>
<updated>2020-07-14T22:59:19+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-07-14T22:59:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=718374a4b095a0c1a909d09edc4dcab8bb5a0b8c'/>
<id>718374a4b095a0c1a909d09edc4dcab8bb5a0b8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add extra checking and assertions for NULLs.</title>
<updated>2020-07-14T22:57:35+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-07-14T22:57:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c3c0cb22bc5d54c3ac2ad53e60fde5fa32171735'/>
<id>c3c0cb22bc5d54c3ac2ad53e60fde5fa32171735</id>
<content type='text'>
Use ReleaseUnknown which is noexcept making it easier to reason about exceptions.
Add constexpr where possible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use ReleaseUnknown which is noexcept making it easier to reason about exceptions.
Add constexpr where possible.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed GetNearestColor as paletted displays are no longer supported.</title>
<updated>2020-07-11T02:47:28+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-07-11T02:47:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1ae67dcdc8685a4c6c90ba99b54eb8d3b66a9b6d'/>
<id>1ae67dcdc8685a4c6c90ba99b54eb8d3b66a9b6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use ReleaseUnknown to extend noexcept over finalisation.</title>
<updated>2020-06-15T00:20:23+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2020-06-15T00:20:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e1421b5feaff77e9a047a53a7859c577616fae2b'/>
<id>e1421b5feaff77e9a047a53a7859c577616fae2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add include that defines back_inserter.</title>
<updated>2020-06-12T22:07:37+00:00</updated>
<author>
<name>Greg Smith</name>
<email>unknown</email>
</author>
<published>2020-06-12T22:07:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c75aa7cd3bf5000eb4dccc5a108a0974333a4431'/>
<id>c75aa7cd3bf5000eb4dccc5a108a0974333a4431</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug on Win32 where calling WM_GETTEXT for more text than in document could</title>
<updated>2020-06-11T06:22:59+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-06-11T06:22:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=48f0363fe07d2d56b1e4d597abcd7db26e15dd80'/>
<id>48f0363fe07d2d56b1e4d597abcd7db26e15dd80</id>
<content type='text'>
return less text than in document.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
return less text than in document.
</pre>
</div>
</content>
</entry>
</feed>
