<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/win32, branch rel-5-2-2</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 5.2.2 release.</title>
<updated>2022-03-27T11:29:32+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-03-27T11:29:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2eba68262b72a41bb9c45fb75d3ffe174762b8e3'/>
<id>2eba68262b72a41bb9c45fb75d3ffe174762b8e3</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:#1432] Always redraw for WM_SETTINGCHANGE.</title>
<updated>2022-03-15T03:41:40+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2022-03-15T03:41:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=96480716cb3acc793436ce037650445a137115da'/>
<id>96480716cb3acc793436ce037650445a137115da</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:#1432] Support per-monitor text rendering parameters</title>
<updated>2022-03-11T23:26:33+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-03-11T23:26:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3064b730d2e912c7540a86341b0a7d1693a20690'/>
<id>3064b730d2e912c7540a86341b0a7d1693a20690</id>
<content type='text'>
and update when changed by user.
Includes code from Zufu Liu.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and update when changed by user.
Includes code from Zufu Liu.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1432] Simplify setting surface modes with</title>
<updated>2022-03-05T09:13:08+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2022-03-05T09:13:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=baff47cdde385cc15b39ab93fca5f41db795d6bc'/>
<id>baff47cdde385cc15b39ab93fca5f41db795d6bc</id>
<content type='text'>
EditModel::CurrentSurfaceMode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
EditModel::CurrentSurfaceMode.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1432] Remove redundant calls to DropGraphics.</title>
<updated>2022-03-05T05:25:28+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2022-03-05T05:25:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bbfeaf78ee634c24bd7fcb1c7faff207473e71e4'/>
<id>bbfeaf78ee634c24bd7fcb1c7faff207473e71e4</id>
<content type='text'>
InvalidateStyleRedraw calls DropGraphics and the unique_ptr destructors will
ensure that the pixmaps are destroyed when Editor is destroyed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
InvalidateStyleRedraw calls DropGraphics and the unique_ptr destructors will
ensure that the pixmaps are destroyed when Editor is destroyed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1432] Cosmetic - comment position and trailing space.</title>
<updated>2022-03-03T21:21:05+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2022-03-03T21:21:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d2299a660d680f8a533abcbf8e050eb41a893e25'/>
<id>d2299a660d680f8a533abcbf8e050eb41a893e25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2295] Fix warnings from Coverity and Visual C++.</title>
<updated>2022-03-03T03:38:48+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-03-03T03:38:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c4600877277ae062a7543dba4521591ede7adc54'/>
<id>c4600877277ae062a7543dba4521591ede7adc54</id>
<content type='text'>
Replace UniqueBSTR which was a unique_ptr with ScopedBSTR as Coverity has strict
rules about the BSTR type and would show COM.BSTR.CONV for all attempts at
wrapping BSTR with unique_ptr.
Includes code from Zufu Liu.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace UniqueBSTR which was a unique_ptr with ScopedBSTR as Coverity has strict
rules about the BSTR type and would show COM.BSTR.CONV for all attempts at
wrapping BSTR with unique_ptr.
Includes code from Zufu Liu.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Windows API version to Windows 10 (0x0A00) as released in 2015 and SDKs</title>
<updated>2022-03-01T01:03:38+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-03-01T01:03:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f433d8c6ed6875a983c9ff229ee7777728798a9b'/>
<id>f433d8c6ed6875a983c9ff229ee7777728798a9b</id>
<content type='text'>
should now be compatible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
should now be compatible.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in comment.</title>
<updated>2022-02-24T22:55:45+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-02-24T22:55:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3dfa29965387047f0ef085625970c52bc317a1e7'/>
<id>3dfa29965387047f0ef085625970c52bc317a1e7</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.2.1 release.</title>
<updated>2022-02-23T21:13:39+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-02-23T21:13:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=41cd2d77fd2dc6b78d7910d1a380861354eccbbc'/>
<id>41cd2d77fd2dc6b78d7910d1a380861354eccbbc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
