<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/qt/ScintillaEditPy, branch rel-4-0-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>Remove line-end white space.</title>
<updated>2018-03-16T05:57:06+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-03-16T05:57:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=191d250adfd9d50846db5350641d279cad39c325'/>
<id>191d250adfd9d50846db5350641d279cad39c325</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow C++17 in all build and project files.</title>
<updated>2018-01-27T21:32:17+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-01-27T21:32:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cc7726eda8aadd6421e4b867b013518aee465ae9'/>
<id>cc7726eda8aadd6421e4b867b013518aee465ae9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1959]. Avoid problems with changes with different versions of Qt.</title>
<updated>2017-07-23T01:04:53+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-07-23T01:04:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0c89c0354677ebef941e3c71fc703f2f086249ad'/>
<id>0c89c0354677ebef941e3c71fc703f2f086249ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid warnings from G++ 7 for ScintillaEditPy in code generated by Shiboken.</title>
<updated>2017-06-14T23:39:06+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-06-14T23:39:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=55b8b8d230d06ca753c1a4fe1e859dfe55eef2dd'/>
<id>55b8b8d230d06ca753c1a4fe1e859dfe55eef2dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use $$files instead of bare wildcard to support including in a parent project.</title>
<updated>2017-06-13T22:54:07+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-06-13T22:54:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9ae5371190e9ba0f7cd5eb3c348c610c22ee6114'/>
<id>9ae5371190e9ba0f7cd5eb3c348c610c22ee6114</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Fixes for problems with C++11 &lt;regex&gt;.</title>
<updated>2016-04-28T06:07:24+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>unknown</email>
</author>
<published>2016-04-28T06:07:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=dcc0fbcf61a9f2a12798b78a1e5d836d906e3b7e'/>
<id>dcc0fbcf61a9f2a12798b78a1e5d836d906e3b7e</id>
<content type='text'>
For Qt on Unix, set to build as C++11. Avoid deprecation warnings in PySide.
For GTK+ allow turning off C++11 &lt;regex&gt; with make NO_CXX11_REGEX=1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For Qt on Unix, set to build as C++11. Avoid deprecation warnings in PySide.
For GTK+ allow turning off C++11 &lt;regex&gt; with make NO_CXX11_REGEX=1.
</pre>
</div>
</content>
</entry>
<entry>
<title>For Qt, release builds have assertions turned off.</title>
<updated>2016-01-21T22:43:13+00:00</updated>
<author>
<name>John Ehresman</name>
<email>unknown</email>
</author>
<published>2016-01-21T22:43:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c3f1a0ec579d674786b407fc8d15510f154cf868'/>
<id>c3f1a0ec579d674786b407fc8d15510f154cf868</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove line end whitespace.</title>
<updated>2015-11-20T00:05:28+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-11-20T00:05:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6652c4eadad09cf6ea23b690c92d70b55a49d57f'/>
<id>6652c4eadad09cf6ea23b690c92d70b55a49d57f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the platform scope to work on Linux.</title>
<updated>2014-08-06T00:46:10+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-08-06T00:46:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=88be07b5275b534e8d12bcac54d4716696f79262'/>
<id>88be07b5275b534e8d12bcac54d4716696f79262</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
