<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/win32/PlatWin.cxx, branch rel-3-3-3</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>Partial fix for compiling Direct2D code with MinGW-w64.</title>
<updated>2013-05-08T01:47:27+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-08T01:47:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5edb8f8609a85df7fb81e20192487d58157c9069'/>
<id>5edb8f8609a85df7fb81e20192487d58157c9069</id>
<content type='text'>
Also needs changes to GUID code and the pixel format in InitPixMap but the
correct code for those issues is less certain.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also needs changes to GUID code and the pixel format in InitPixMap but the
correct code for those issues is less certain.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace X.data() with &amp;X[0] to allow building with old releases of Visual C++.</title>
<updated>2013-05-07T09:54:09+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-07T09:54:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=44445c23207f13b43a62dbb3de50c48d902ce8c4'/>
<id>44445c23207f13b43a62dbb3de50c48d902ce8c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Since new throws an exception on failure, remove testing of result.</title>
<updated>2013-05-05T01:52:33+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-05T01:52:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=46f28c2d01bd405725df6e06d0eeb543bb9092f8'/>
<id>46f28c2d01bd405725df6e06d0eeb543bb9092f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replacing raw pointers and allocations for list box with std::vector.</title>
<updated>2013-05-04T07:47:39+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-04T07:47:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2f0800e34d0412868ca78bdb01e9418781d2a994'/>
<id>2f0800e34d0412868ca78bdb01e9418781d2a994</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cosmetic: remove line-end whitespace.</title>
<updated>2013-04-24T06:33:36+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-04-24T06:33:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=440e6883c5563a04ba46de3dbe4949f20cde5124'/>
<id>440e6883c5563a04ba46de3dbe4949f20cde5124</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minimized code for SetLineSpacing change.</title>
<updated>2013-04-10T00:58:07+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-04-10T00:58:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7dd7dbea579673f392529e61e44ac052a208ff9a'/>
<id>7dd7dbea579673f392529e61e44ac052a208ff9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>With DirectWrite, text was drawn at different vertical positions depending on which</title>
<updated>2013-04-09T11:20:52+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-04-09T11:20:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=626e279016822c6ac8266ad56199828de07bfdac'/>
<id>626e279016822c6ac8266ad56199828de07bfdac</id>
<content type='text'>
other characters were draw in the same call. Switching to DWRITE_LINE_SPACING_METHOD_UNIFORM
fixed this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
other characters were draw in the same call. Switching to DWRITE_LINE_SPACING_METHOD_UNIFORM
fixed this.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replacing system calls for determining DBCS character width with own implementation</title>
<updated>2013-04-05T11:44:05+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-04-05T11:44:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c0360dd8fc15d0a86bc1057fb228882e2ee9f30a'/>
<id>c0360dd8fc15d0a86bc1057fb228882e2ee9f30a</id>
<content type='text'>
to be same as other platforms and allow optimization.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to be same as other platforms and allow optimization.
</pre>
</div>
</content>
</entry>
<entry>
<title>Using character set for DirectWrite text so that Russian and similar</title>
<updated>2013-04-05T11:28:25+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-04-05T11:28:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6ee3e2fa5fe55b9cf101c197febe72346f6083de'/>
<id>6ee3e2fa5fe55b9cf101c197febe72346f6083de</id>
<content type='text'>
8-bit files display correctly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
8-bit files display correctly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Variables not reused so should not be static.</title>
<updated>2013-04-01T04:22:53+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-04-01T04:22:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=85cf9f34c48dc4fed341031b9df50be41d3ad518'/>
<id>85cf9f34c48dc4fed341031b9df50be41d3ad518</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
