<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/win32/PlatWin.cxx, branch rel-4-1-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>Use noexcept and constexpr where possible and reasonable.</title>
<updated>2019-02-24T09:45:08+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-02-24T09:45:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=dab226a2a216856558a69978deab91da0242eeea'/>
<id>dab226a2a216856558a69978deab91da0242eeea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove font caching on Win32.</title>
<updated>2019-02-24T07:28:11+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-02-24T07:28:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=552fb98d044c35ddeb3402539d0219b584ed484f'/>
<id>552fb98d044c35ddeb3402539d0219b584ed484f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace the only use of a function from &lt;cctype&gt; with a Scintilla function.</title>
<updated>2019-01-13T05:30:28+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-01-13T05:30:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3a0bafea3e458fbe58d7de7bd242934784ceb02b'/>
<id>3a0bafea3e458fbe58d7de7bd242934784ceb02b</id>
<content type='text'>
Remove inclusion of &lt;cctype&gt; except in lexers as cctype functions often behave
poorly and may crash for out of bounds arguments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove inclusion of &lt;cctype&gt; except in lexers as cctype functions often behave
poorly and may crash for out of bounds arguments.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2068]. Fix some clang-tidy warnings.</title>
<updated>2019-01-06T01:06:48+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2019-01-06T01:06:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5476eada003a1fbc182676c625b767efb2c16e6f'/>
<id>5476eada003a1fbc182676c625b767efb2c16e6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use nullptr, default brace and member initialisation for some simple cases.</title>
<updated>2018-10-16T22:11:30+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-10-16T22:11:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4fe3150c776b2b1bbe0570e6fee9040260364f2d'/>
<id>4fe3150c776b2b1bbe0570e6fee9040260364f2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change lifetime of textLayout for bidirectional so it is always released in</title>
<updated>2018-07-30T23:07:31+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-07-30T23:07:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=22b8ec313314be239a04741669fa3e7a19f8288e'/>
<id>22b8ec313314be239a04741669fa3e7a19f8288e</id>
<content type='text'>
ScreenLineLayout destructor. Allows multiple ScreenLineLayout calls and fixes a
leak when only FindRangeIntervals called.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ScreenLineLayout destructor. Allows multiple ScreenLineLayout calls and fixes a
leak when only FindRangeIntervals called.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Select* macros from windowsx.h to avoid casts and for consistency.</title>
<updated>2018-07-09T23:49:44+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-07-09T23:49:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d27cbe587930d13d3f1802b271d0d13e7e3c6e38'/>
<id>d27cbe587930d13d3f1802b271d0d13e7e3c6e38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Define IScreenLineLayout as the main interface for implementing bidirectional</title>
<updated>2018-06-01T22:37:47+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-06-01T22:37:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2e003602f29edff5d38137472edee82fab9f5376'/>
<id>2e003602f29edff5d38137472edee82fab9f5376</id>
<content type='text'>
features by platform code.
Implement IScreenLineLayout for Win32 / DirectWrite as ScreenLineLayout.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
features by platform code.
Implement IScreenLineLayout for Win32 / DirectWrite as ScreenLineLayout.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix warnings. Add const, constexpr, and noexcept. Initialize. Standard methods.</title>
<updated>2018-05-23T23:24:44+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-05-23T23:24:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bbfd34adc0e800ae2feec487a3c407873bb289e3'/>
<id>bbfd34adc0e800ae2feec487a3c407873bb289e3</id>
<content type='text'>
Replace 0 and NULL with nullptr for COM, DirectWrite and least ambiguous cases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace 0 and NULL with nullptr for COM, DirectWrite and least ambiguous cases.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement bidirectional mode bidiL2R for DirectDraw on Win32.</title>
<updated>2018-05-23T06:59:41+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-05-23T06:59:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=071602224b06d3bc65b8eda49ec8f589ccf66159'/>
<id>071602224b06d3bc65b8eda49ec8f589ccf66159</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
