<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/gtk, branch rel-3-5-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>Use inline IME for Korean and decide whether input is Korean more accurately.</title>
<updated>2015-03-29T23:20:20+00:00</updated>
<author>
<name>Neil</name>
<email>devnull@localhost</email>
</author>
<published>2015-03-29T23:20:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=817dafb524efea1dbafe31b13ce7d3e5d9df9277'/>
<id>817dafb524efea1dbafe31b13ce7d3e5d9df9277</id>
<content type='text'>
From johnsonj.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From johnsonj.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't disable adaptive speed of scrolling on OS X with GTK Quartz backend</title>
<updated>2015-02-11T14:10:08+00:00</updated>
<author>
<name>JiÅ™Ã­ Techet</name>
<email>techet@gmail.com</email>
</author>
<published>2015-02-11T14:10:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1e2313f477a73a1cc9ddcb59eb00e943188e294e'/>
<id>1e2313f477a73a1cc9ddcb59eb00e943188e294e</id>
<content type='text'>
There does not seem to be any adaptive scroll speed control when using
the Quartz backend so we can use the one provided by Scintilla.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There does not seem to be any adaptive scroll speed control when using
the Quartz backend so we can use the one provided by Scintilla.
</pre>
</div>
</content>
</entry>
<entry>
<title>Since gtk_widget_set_double_buffered is deprecated by GTK+ 3.14, only use it</title>
<updated>2015-01-22T04:05:58+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>devnull@localhost</email>
</author>
<published>2015-01-22T04:05:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c81055e83c5a351485c69b3a546cc3fd161a61fc'/>
<id>c81055e83c5a351485c69b3a546cc3fd161a61fc</id>
<content type='text'>
when building for earlier versions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when building for earlier versions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Specify methods that do not use this as static.</title>
<updated>2015-01-22T02:37:27+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>devnull@localhost</email>
</author>
<published>2015-01-22T02:37:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=686d27891d4a16e8ca08d9caef4aa38090e4a69c'/>
<id>686d27891d4a16e8ca08d9caef4aa38090e4a69c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix incorrect call. Was supposed to avoid empty drop.</title>
<updated>2015-01-22T02:30:30+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>devnull@localhost</email>
</author>
<published>2015-01-22T02:30:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f2d671b1754892466330e38c1dd5aa302b40fb39'/>
<id>f2d671b1754892466330e38c1dd5aa302b40fb39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make Japanese IME work in windowed mode.</title>
<updated>2015-01-14T02:45:27+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>devnull@localhost</email>
</author>
<published>2015-01-14T02:45:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bf7156b2e354a855e4ad49078d2a2825b7a88d8e'/>
<id>bf7156b2e354a855e4ad49078d2a2825b7a88d8e</id>
<content type='text'>
From johnsonj.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From johnsonj.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use gtk_clipboard_request_contents() instead of gtk_selection_convert() for paste on GTK</title>
<updated>2015-01-01T23:59:53+00:00</updated>
<author>
<name>Jiří Techet</name>
<email>techet@gmail.com</email>
</author>
<published>2015-01-01T23:59:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2c9c08c2f39b9daf5dc24abdea4318cbe2510846'/>
<id>2c9c08c2f39b9daf5dc24abdea4318cbe2510846</id>
<content type='text'>
When compiling Scintilla on OS X with GTK2 backend (and GTK2 with Quartz backend),
gtk_selection_convert() doesn't work. GtkClipboard seems to work fine though.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When compiling Scintilla on OS X with GTK2 backend (and GTK2 with Quartz backend),
gtk_selection_convert() doesn't work. GtkClipboard seems to work fine though.
</pre>
</div>
</content>
</entry>
<entry>
<title>More natural looping over visual attributes.</title>
<updated>2014-12-17T08:45:10+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-12-17T08:45:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=45c5276ca7081d0e99d8520b89e077d3015bdaee'/>
<id>45c5276ca7081d0e99d8520b89e077d3015bdaee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Using indicators for inline IME.</title>
<updated>2014-12-09T02:06:50+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-12-09T02:06:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a3d0e52f8d1052b9b6658f5c2cdc56079485e375'/>
<id>a3d0e52f8d1052b9b6658f5c2cdc56079485e375</id>
<content type='text'>
From johnsonj.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From johnsonj.
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract FillVirtualSpace so it is not repeated and can be made less complex in</title>
<updated>2014-12-05T09:36:01+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-12-05T09:36:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bfad851459cb44308d42b5889b6495c986a19438'/>
<id>bfad851459cb44308d42b5889b6495c986a19438</id>
<content type='text'>
the future.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the future.
</pre>
</div>
</content>
</entry>
</feed>
