<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/qt, branch rel-3-3-5</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 and description for next release.</title>
<updated>2013-08-25T23:31:50+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-08-25T23:31:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3c670214c68644a8d9843e85a0a771f2d7fa25b0'/>
<id>3c670214c68644a8d9843e85a0a771f2d7fa25b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature: [feature-requests:#1007]. Option to allow mouse selection to</title>
<updated>2013-08-15T05:13:15+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-08-15T05:13:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d396f66bf0bc8d4c777c744efe77ccb5b28b385f'/>
<id>d396f66bf0bc8d4c777c744efe77ccb5b28b385f</id>
<content type='text'>
switch to rectangular by pressing Alt after start of gesture.
From Neomi.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
switch to rectangular by pressing Alt after start of gesture.
From Neomi.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid QMacPasteboardMime on Qt &gt;= 5.0 since it is not implemented yet.</title>
<updated>2013-08-11T12:36:04+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-08-11T12:36:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3c501094b808f3712be1abefc72e83287477c925'/>
<id>3c501094b808f3712be1abefc72e83287477c925</id>
<content type='text'>
Means rectangular clipboard operations will not work.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Means rectangular clipboard operations will not work.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backed out change #4739 for Qt 5 on OS X as the code was LGPL.</title>
<updated>2013-08-10T02:43:55+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-08-10T02:43:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8df553058b76818d13bca8ec2fc7fc83d147dca8'/>
<id>8df553058b76818d13bca8ec2fc7fc83d147dca8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix PySide interface to match 64-bit fixes in ScintillaEdit.</title>
<updated>2013-08-10T02:13:08+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-08-10T02:13:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=774b9b6ccaacf8f5394c6a08e4509f7c25cc12e6'/>
<id>774b9b6ccaacf8f5394c6a08e4509f7c25cc12e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix building qith Qt 5 on OS X.</title>
<updated>2013-08-10T01:04:41+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-08-10T01:04:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ed2fa5384addf6c02d4c91493c224c7737e9c327'/>
<id>ed2fa5384addf6c02d4c91493c224c7737e9c327</id>
<content type='text'>
From Fan Yang.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From Fan Yang.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move wrapping, edge and visual adjustments from Editor to ViewStyle.</title>
<updated>2013-08-09T02:51:42+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-08-09T02:51:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5b3f266d4de340bf8a881b37d7e5097d2eda16ab'/>
<id>5b3f266d4de340bf8a881b37d7e5097d2eda16ab</id>
<content type='text'>
Move printing parameters into a separate struct.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move printing parameters into a separate struct.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bindings in ScintillaEdit made to work on 64-bit Unix systems.</title>
<updated>2013-08-07T09:19:03+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-08-07T09:19:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8cf888545b78221b3c27c8dc4601522332157b68'/>
<id>8cf888545b78221b3c27c8dc4601522332157b68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose SCI_FORMATRANGE for printing.</title>
<updated>2013-08-01T03:07:19+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-08-01T03:07:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c6910429031f94836df50cf61ac335e2dc97b22e'/>
<id>c6910429031f94836df50cf61ac335e2dc97b22e</id>
<content type='text'>
From John Ehresman.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From John Ehresman.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid warnings for uninitialized fields.</title>
<updated>2013-07-26T02:03:16+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-07-26T02:03:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=74dcff026f71bcac92e9c75e07f30bf95cac5425'/>
<id>74dcff026f71bcac92e9c75e07f30bf95cac5425</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
