<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/gtk, branch rel-3-5-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>GTK: Workaround ABI issue with Windows GTK2 bundle and GCC &gt; 3</title>
<updated>2015-05-22T12:26:15+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2015-05-22T12:26:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6de85e5ca364ea81ebf85f80e8a1c93004525df3'/>
<id>6de85e5ca364ea81ebf85f80e8a1c93004525df3</id>
<content type='text'>
GtkScrolledWindow contains a bitfield, and GCC 3.4 and 4.8 don't agree
on the size of the structure (regardless of -mms-bitfields):

- GCC 3.4 has sizeof(GtkScrolledWindow)=88
- GCC 4.8 has sizeof(GtkScrolledWindow)=84

As Windows GTK2 bundle is built with GCC 3, it requires types derived
from GtkScrolledWindow to be at least 88 bytes, which means we need to
add some fake padding to fill in the extra 4 bytes.
There is however no other issue with the layout difference as we never
access any GtkScrolledWindow fields ourselves.

See http://lists.geany.org/pipermail/devel/2015-April/thread.html#9379
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GtkScrolledWindow contains a bitfield, and GCC 3.4 and 4.8 don't agree
on the size of the structure (regardless of -mms-bitfields):

- GCC 3.4 has sizeof(GtkScrolledWindow)=88
- GCC 4.8 has sizeof(GtkScrolledWindow)=84

As Windows GTK2 bundle is built with GCC 3, it requires types derived
from GtkScrolledWindow to be at least 88 bytes, which means we need to
add some fake padding to fill in the extra 4 bytes.
There is however no other issue with the layout difference as we never
access any GtkScrolledWindow fields ourselves.

See http://lists.geany.org/pipermail/devel/2015-April/thread.html#9379
</pre>
</div>
</content>
</entry>
<entry>
<title>Make a single argument constructor explicit.</title>
<updated>2015-05-13T06:42:24+00:00</updated>
<author>
<name>Neil</name>
<email>devnull@localhost</email>
</author>
<published>2015-05-13T06:42:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0b299068c8f7e5d1331276919c4d73876e1a5a7a'/>
<id>0b299068c8f7e5d1331276919c4d73876e1a5a7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1703]. Fix bug when drawing text margins in buffered mode which would use</title>
<updated>2015-05-13T03:35:38+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-05-13T03:35:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8655885818137bc46fca80e4f662bbfb6975f83f'/>
<id>8655885818137bc46fca80e4f662bbfb6975f83f</id>
<content type='text'>
default encoding instead of chosen encoding.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
default encoding instead of chosen encoding.
</pre>
</div>
</content>
</entry>
<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>
</feed>
