<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/win32/PlatWin.cxx, branch rel-5-2-1</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>Add extra condition to avoid Clang-Tidy warning.</title>
<updated>2022-02-17T10:55:04+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-02-17T10:55:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ee6bf8016daed4204b25ed680e9e5b5fab953e33'/>
<id>ee6bf8016daed4204b25ed680e9e5b5fab953e33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Supports::ThreadSafeMeasureWidths for platforms to indicate if they support</title>
<updated>2022-02-02T03:01:29+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-02-02T03:01:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=53ca05457a1d7306defd98ee4a21eb18e6a9be8d'/>
<id>53ca05457a1d7306defd98ee4a21eb18e6a9be8d</id>
<content type='text'>
concurrent calls to MeasureWidths.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
concurrent calls to MeasureWidths.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1427] Make SurfaceD2D::MeasureWidths and</title>
<updated>2022-01-13T03:48:08+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2022-01-13T03:48:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=15acbfa65f759c04837b2414f41d7de8acba892a'/>
<id>15acbfa65f759c04837b2414f41d7de8acba892a</id>
<content type='text'>
MeasureWidthsUTF8 reentrant so they can be called safely from multiple threads.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MeasureWidthsUTF8 reentrant so they can be called safely from multiple threads.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove tests for pD2DFactory and pIDWriteFactory that can not fail.</title>
<updated>2022-01-13T02:31:21+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2022-01-13T02:31:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9a4d8858e5006a0709deef04e8e7d520e7a467de'/>
<id>9a4d8858e5006a0709deef04e8e7d520e7a467de</id>
<content type='text'>
Use constexpr.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use constexpr.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make const where correct.</title>
<updated>2021-11-22T02:04:04+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-11-22T02:04:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6e63cf025c291ad9a36c634b9cad4a1b48d3aeef'/>
<id>6e63cf025c291ad9a36c634b9cad4a1b48d3aeef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move common Win32 functions for releasing IUnknown* and DLL function access into</title>
<updated>2021-11-21T22:47:07+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-11-21T22:47:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0ef4d6169062ed872c11c176af07b366b636c45e'/>
<id>0ef4d6169062ed872c11c176af07b366b636c45e</id>
<content type='text'>
new WinType.h header.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
new WinType.h header.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1416] Drop static in unnamed namespace.</title>
<updated>2021-10-12T01:00:02+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-10-12T01:00:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8c07d7f5b68ccb39469dcde13d6d401c3ebb35b4'/>
<id>8c07d7f5b68ccb39469dcde13d6d401c3ebb35b4</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:#1416] Shorten code.</title>
<updated>2021-09-29T04:15:49+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2021-09-29T04:15:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=116e4d04fd01f81f2bfbd3a94abb58401f475c32'/>
<id>116e4d04fd01f81f2bfbd3a94abb58401f475c32</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:#1416] Shorten code and avoid cppcheck warning.</title>
<updated>2021-09-29T04:04:04+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2021-09-29T04:04:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ec6eb4ba32bf8009102b28f1e4c0d86dc133c5b2'/>
<id>ec6eb4ba32bf8009102b28f1e4c0d86dc133c5b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move colour mixing implementations into implementation file.</title>
<updated>2021-09-14T23:36:45+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-09-14T23:36:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d4a5d7d6955982496ba523a439fc98276a28e2d8'/>
<id>d4a5d7d6955982496ba523a439fc98276a28e2d8</id>
<content type='text'>
Avoids some warnings but drops constexpr.
Use MixedWith in PlatWin for GDI instead of local implementation.
Add unit tests for Geometry.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoids some warnings but drops constexpr.
Use MixedWith in PlatWin for GDI instead of local implementation.
Add unit tests for Geometry.
</pre>
</div>
</content>
</entry>
</feed>
