<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/qt, branch rel-3-3-6</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 for next release.</title>
<updated>2013-10-09T22:21:31+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-10-09T22:21:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a9fc654235e4563dbb6b4463fb44edf864912d4d'/>
<id>a9fc654235e4563dbb6b4463fb44edf864912d4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Match change 4801 for Python binding types.</title>
<updated>2013-10-03T00:34:06+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-10-03T00:34:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c52efd422132638f47669a3d810fc2cfd26358e3'/>
<id>c52efd422132638f47669a3d810fc2cfd26358e3</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>Added FocusIn and FocusOut notification events (SCN_FOCUSIN/SCN_FOCUSOUT) to be</title>
<updated>2013-09-30T04:32:42+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-09-30T04:32:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=973d219c3051089dd2ccab7785dc7b8ac9334105'/>
<id>973d219c3051089dd2ccab7785dc7b8ac9334105</id>
<content type='text'>
used in preference to the SCEN_SETFOCUS and SCEN_KILLFOCUS command events.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
used in preference to the SCEN_SETFOCUS and SCEN_KILLFOCUS command events.
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch parameter type to sptr_t to avoid problems with negative numbers like</title>
<updated>2013-09-20T01:29:37+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-09-20T01:29:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cbe29ed7b372533c2955f5da6486d421b52a411c'/>
<id>cbe29ed7b372533c2955f5da6486d421b52a411c</id>
<content type='text'>
INVALID_POSITION=-1.
From John Ehresman.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
INVALID_POSITION=-1.
From John Ehresman.
</pre>
</div>
</content>
</entry>
<entry>
<title>Turn off idle events on destruction.</title>
<updated>2013-09-04T04:38:34+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-09-04T04:38:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4a8e36efc8867aa986463234047b0ba4770d6cf2'/>
<id>4a8e36efc8867aa986463234047b0ba4770d6cf2</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>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>
</feed>
