<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/win32/PlatWin.cxx, branch rel-4-0-0</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>Removed unused functions and methods from Platform.h.</title>
<updated>2017-06-12T01:49:56+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-06-12T01:49:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=46f9fd7509eaa2809392acf3a264b57a2daf973c'/>
<id>46f9fd7509eaa2809392acf3a264b57a2daf973c</id>
<content type='text'>
Replaced Platform::Clamp with Sci::clamp but will later change this to
std::clamp once on full C++17 compilers.
Drop MouseButtonBounce workaround for very early GTK+/Linux.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replaced Platform::Clamp with Sci::clamp but will later change this to
std::clamp once on full C++17 compilers.
Drop MouseButtonBounce workaround for very early GTK+/Linux.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement SCN_AUTOCSELECTIONCHANGE notification.</title>
<updated>2017-06-11T04:08:43+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-06-11T04:08:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=09972b3a179d7ea39ef6ce7e0474531797c549fb'/>
<id>09972b3a179d7ea39ef6ce7e0474531797c549fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use min and max from std instead of own version from platform.</title>
<updated>2017-06-09T01:31:14+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-06-09T01:31:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=91e85ffa9fb176b9c87dac1a3849a99ab594d899'/>
<id>91e85ffa9fb176b9c87dac1a3849a99ab594d899</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve Direct2D text measurement code by eliminating extraneous variables,</title>
<updated>2017-05-08T00:19:18+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-05-08T00:19:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1f50e4d8059b3351334fd1d939f4b6e5534a2c62'/>
<id>1f50e4d8059b3351334fd1d939f4b6e5534a2c62</id>
<content type='text'>
limiting scope, making comments more accurate, and avoiding warnings from clang
analyze.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
limiting scope, making comments more accurate, and avoiding warnings from clang
analyze.
</pre>
</div>
</content>
</entry>
<entry>
<title>More consistent use of size_t when converting Unicode formats.</title>
<updated>2017-05-02T09:27:38+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-05-02T09:27:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d2fb467ad88764cece87ddbb650fd6a22a2269f9'/>
<id>d2fb467ad88764cece87ddbb650fd6a22a2269f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use unique_ptr for drawing surfaces and don't check for allocation failure</title>
<updated>2017-05-02T00:06:46+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-05-02T00:06:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ffeb34c29ffd27e1a1a67cb26ceec8fc1253a410'/>
<id>ffeb34c29ffd27e1a1a67cb26ceec8fc1253a410</id>
<content type='text'>
as that throws an exception.
Also use unique_ptr for tab stop positions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as that throws an exception.
Also use unique_ptr for tab stop positions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Include &lt;memory&gt; for std::unique_ptr.</title>
<updated>2017-04-21T22:28:58+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-04-21T22:28:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=af243dd42dabdabd15a92a295d66f721e44dd473'/>
<id>af243dd42dabdabd15a92a295d66f721e44dd473</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More consistent deletion of standard methods.</title>
<updated>2017-04-20T23:30:16+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-04-20T23:30:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=261277783fa16e0c974b1981a5eb0a208fca955e'/>
<id>261277783fa16e0c974b1981a5eb0a208fca955e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use =delete for unwanted functions.</title>
<updated>2017-04-19T07:44:09+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-04-19T07:44:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d9a4e803d7b5e9fde3009052653ec3fdf77c5c09'/>
<id>d9a4e803d7b5e9fde3009052653ec3fdf77c5c09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop "virtual" when "override" used.</title>
<updated>2017-04-19T04:10:43+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-04-19T04:10:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ffd2f4eceedf52f7c12628a452679bbe047d1008'/>
<id>ffd2f4eceedf52f7c12628a452679bbe047d1008</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
