<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/qt/ScintillaEditBase, branch rel-3-3-2</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>Updates for 3.3.2.</title>
<updated>2013-05-16T01:21:52+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-16T01:21:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3cf91989ea2580be30c5823297a2dd3aceda61b5'/>
<id>3cf91989ea2580be30c5823297a2dd3aceda61b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug: [#1448]. Detect QT 5.x and add widgets to QT to allow building.</title>
<updated>2013-05-06T05:41:11+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-05-06T05:41:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6a12010bb51297d11728e44eefefce7355eb0b80'/>
<id>6a12010bb51297d11728e44eefefce7355eb0b80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replacing raw pointers and allocations with std::vector and std::string.</title>
<updated>2013-05-04T13:38:19+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-04T13:38:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=dc758e3aac956c0d444ab5f65b16a3e35a437ce3'/>
<id>dc758e3aac956c0d444ab5f65b16a3e35a437ce3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>For modifier keys, QApplication::keyboardModifiers() instead of event-&gt;modifiers()</title>
<updated>2013-05-02T01:46:59+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-02T01:46:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ba6c456e3de4d4d9a18f3a1f4aae56713967b862'/>
<id>ba6c456e3de4d4d9a18f3a1f4aae56713967b862</id>
<content type='text'>
due to limitation mentioned in Qt documentation.
http://qt-project.org/doc/qt-4.8/qkeyevent.html#modifiers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
due to limitation mentioned in Qt documentation.
http://qt-project.org/doc/qt-4.8/qkeyevent.html#modifiers
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed variable which is no longer used due to change 4520.</title>
<updated>2013-05-01T23:52:16+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-01T23:52:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f5580ed2880afcdf9cbacf5ac0806d45f1e83e70'/>
<id>f5580ed2880afcdf9cbacf5ac0806d45f1e83e70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set mouse tracking to false when widget is hidden</title>
<updated>2013-05-01T15:02:15+00:00</updated>
<author>
<name>John Ehresman</name>
<email>jpe@wingware.com</email>
</author>
<published>2013-05-01T15:02:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ee593eb71baeea1912dfd1b16fc4a765d589d8cd'/>
<id>ee593eb71baeea1912dfd1b16fc4a765d589d8cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Monitor rect's top right is not necessarily 0, 0</title>
<updated>2013-05-01T14:49:50+00:00</updated>
<author>
<name>John Ehresman</name>
<email>jpe@wingware.com</email>
</author>
<published>2013-05-01T14:49:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ed155f29afee06db8f8730ecffc9680299023f63'/>
<id>ed155f29afee06db8f8730ecffc9680299023f63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed SVector.h and all references as it is no longer used.</title>
<updated>2013-05-01T10:59:08+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-01T10:59:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6b1fb2a9798f296bbe984d3ab976990c8b850668'/>
<id>6b1fb2a9798f296bbe984d3ab976990c8b850668</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>modifierTranslated only used on X11 so only define it there.</title>
<updated>2013-04-26T01:13:45+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-04-26T01:13:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=df33d4e921485c917e55d0e2d52f474802f0bd3f'/>
<id>df33d4e921485c917e55d0e2d52f474802f0bd3f</id>
<content type='text'>
Avoids a compiler warning.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoids a compiler warning.
</pre>
</div>
</content>
</entry>
<entry>
<title>QInputContext is no longer available in Qt 5.</title>
<updated>2013-04-26T01:09:03+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-04-26T01:09:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=559adda730c48c611f0ae746daa936bf7e00027a'/>
<id>559adda730c48c611f0ae746daa936bf7e00027a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
