<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/qt, 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>Updated version number for release.</title>
<updated>2019-03-03T21:14:27+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-03-03T21:14:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1db1db8ac95ff98ebcb18a06e6329acd3f079600'/>
<id>1db1db8ac95ff98ebcb18a06e6329acd3f079600</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use noexcept where reasonable.</title>
<updated>2019-03-03T04:35:54+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-03-03T04:35:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e55ed4dd7a0caf0b4a6fdb4e6e2b30e159e772d2'/>
<id>e55ed4dd7a0caf0b4a6fdb4e6e2b30e159e772d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1548]. Avoid call implemented in Qt 5.9 with earlier versions of Qt.</title>
<updated>2019-01-29T01:52:14+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-01-29T01:52:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=04968f507b4aa3406cf6213d37ec8fbeae18779b'/>
<id>04968f507b4aa3406cf6213d37ec8fbeae18779b</id>
<content type='text'>
This restores functioning of Scintilla on versions of Qt before 5.9.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This restores functioning of Scintilla on versions of Qt before 5.9.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1548]. Implement calltips on Qt.</title>
<updated>2019-01-23T23:41:41+00:00</updated>
<author>
<name>Andrea Ricchi</name>
<email>unknown</email>
</author>
<published>2019-01-23T23:41:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1d136228bb4394f8dba6ab9139217d4d64078159'/>
<id>1d136228bb4394f8dba6ab9139217d4d64078159</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates for version 4.1.3.</title>
<updated>2019-01-07T08:34:32+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-01-07T08:34:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4af487f4aae6fdaed2f4201dabfe9637fdf6eadc'/>
<id>4af487f4aae6fdaed2f4201dabfe9637fdf6eadc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid shadowing of AutoSurface.</title>
<updated>2019-01-02T22:26:07+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-01-02T22:26:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=460d1f2722effac1908c8f6a0aa260f615cf463e'/>
<id>460d1f2722effac1908c8f6a0aa260f615cf463e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop specifying -std:c++latest as that is no longer needed to enable C++17 with</title>
<updated>2018-12-13T20:46:31+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-12-13T20:46:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6f94ed773596f4675685ee0cad7ddeaee9d53767'/>
<id>6f94ed773596f4675685ee0cad7ddeaee9d53767</id>
<content type='text'>
MSVC 2017 and Qt 5.12 and it caused duplicate flag warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MSVC 2017 and Qt 5.12 and it caused duplicate flag warnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SCI_SETCOMMANDEVENTS API to allow turning off command events.</title>
<updated>2018-10-10T22:29:05+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-10-10T22:29:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c5dedff99f306588a7217d40a4281db7d1baffaa'/>
<id>c5dedff99f306588a7217d40a4281db7d1baffaa</id>
<content type='text'>
This can reduce the time taken to fold a document by half.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This can reduce the time taken to fold a document by half.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates for 4.1.2 release.</title>
<updated>2018-09-29T23:14:31+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-09-29T23:14:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d4ae0c4f6975a1ff569b58a06c1479a3a829aa84'/>
<id>d4ae0c4f6975a1ff569b58a06c1479a3a829aa84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates for 4.1.1.</title>
<updated>2018-09-05T04:19:53+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-09-05T04:19:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=224f01e7a871b30daf9b954abfabdc7960e03b40'/>
<id>224f01e7a871b30daf9b954abfabdc7960e03b40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
