<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/qt/ScintillaEditBase, 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 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>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>
<entry>
<title>Only use map for character representations instead of unordered_map where possible.</title>
<updated>2013-07-23T01:13:57+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-07-23T01:13:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1e60a227ca7eb081b7eb02b0aef9bbb8705733dc'/>
<id>1e60a227ca7eb081b7eb02b0aef9bbb8705733dc</id>
<content type='text'>
unordered_map caused too many porting problems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
unordered_map caused too many porting problems.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added the character representation feature.</title>
<updated>2013-07-22T09:36:55+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-07-22T09:36:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5cbf336f95db427027a72699be6f5034762515aa'/>
<id>5cbf336f95db427027a72699be6f5034762515aa</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 3.3.4.</title>
<updated>2013-07-15T06:57:10+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-07-15T06:57:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9002be30bfbc9acf8481eb08dd962d003f31e8cc'/>
<id>9002be30bfbc9acf8481eb08dd962d003f31e8cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
