<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/gtk/PlatGTK.cxx, branch rel-3-5-3</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>Avoid warning about assiging pointer to integer.</title>
<updated>2014-10-19T06:54:02+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-10-19T06:54:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=29811496ab936b978e21f135dc67e4be192aa28c'/>
<id>29811496ab936b978e21f135dc67e4be192aa28c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK: Fix auto-completion popup row height computation on GTK 3.14</title>
<updated>2014-09-24T16:25:51+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2014-09-24T16:25:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f6f890b4f6735d346417067987e826734a245e11'/>
<id>f6f890b4f6735d346417067987e826734a245e11</id>
<content type='text'>
GTK 3.14 changed how the cell padding is calculated, and I can't seem
to understand the new logic yet.  So, use the correct API for computing
the row size, which unfortunately doesn't work for us on GTK2, but
otherwise is a better way to go anyway.

Tested with GTK 3.2, 3.8, 3.10, 3.12 and 3.14.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GTK 3.14 changed how the cell padding is calculated, and I can't seem
to understand the new logic yet.  So, use the correct API for computing
the row size, which unfortunately doesn't work for us on GTK2, but
otherwise is a better way to go anyway.

Tested with GTK 3.2, 3.8, 3.10, 3.12 and 3.14.
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK: Don't hardcode auto-completion popup frame border width</title>
<updated>2014-09-16T21:06:36+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2014-09-16T21:06:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=36bdf44890352a398436cdda8849754d86846e74'/>
<id>36bdf44890352a398436cdda8849754d86846e74</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK: Fix auto-completion popup sizing on some themes</title>
<updated>2014-09-12T16:09:18+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2014-09-12T16:09:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=69507f9069e122240a38036ee0d29fe7b3458a88'/>
<id>69507f9069e122240a38036ee0d29fe7b3458a88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK: Allow the auto-completion popup to be as small as needed</title>
<updated>2014-09-12T15:08:34+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2014-09-12T15:08:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7f4b273f07b8bc49260adfd599bec5a7c6cc0ba8'/>
<id>7f4b273f07b8bc49260adfd599bec5a7c6cc0ba8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK: Fix auto-completion popup width to better fit contents</title>
<updated>2014-09-11T12:37:20+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2014-09-11T12:37:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0f7bc838c7267ab304b17d538dc251fff32f58ce'/>
<id>0f7bc838c7267ab304b17d538dc251fff32f58ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK: Fix auto-completion popup height to better fit contents</title>
<updated>2014-09-11T12:37:12+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2014-09-11T12:37:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6a4741142ff9f7a8787581d9620758fd45155788'/>
<id>6a4741142ff9f7a8787581d9620758fd45155788</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid shadowed identifiers.</title>
<updated>2014-09-04T23:38:42+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-09-04T23:38:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ea21910bb2ce0a77229321fdbc7a6e578efccb98'/>
<id>ea21910bb2ce0a77229321fdbc7a6e578efccb98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK: fix cached completion popup window sizing</title>
<updated>2014-09-03T22:04:54+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2014-09-03T22:04:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ebe00c6f5dee25f7b89d54942fdf2a018fe275ea'/>
<id>ebe00c6f5dee25f7b89d54942fdf2a018fe275ea</id>
<content type='text'>
Only cache the popup window itself and not its content, as it seems the
window sizing is affected whether the content was just created or not.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only cache the popup window itself and not its content, as it seems the
window sizing is affected whether the content was just created or not.
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK: cache the completion popup window</title>
<updated>2014-09-01T18:03:13+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2014-09-01T18:03:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e536b6f6d5a5125f3276b3eaf9686933436f6b9c'/>
<id>e536b6f6d5a5125f3276b3eaf9686933436f6b9c</id>
<content type='text'>
This avoids creating and destroying windows quickly under stress, which
may lead to XID collisions.

See e.g. https://bugzilla.gnome.org/show_bug.cgi?id=581526 and
https://bugzilla.gnome.org/show_bug.cgi?id=590690

Closes [bugs:1649].
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids creating and destroying windows quickly under stress, which
may lead to XID collisions.

See e.g. https://bugzilla.gnome.org/show_bug.cgi?id=581526 and
https://bugzilla.gnome.org/show_bug.cgi?id=590690

Closes [bugs:1649].
</pre>
</div>
</content>
</entry>
</feed>
