<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/gtk, branch rel-3-6-0</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 header dependencies to include Sci_Position.h.</title>
<updated>2015-07-30T04:45:35+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-07-30T04:45:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0c869fbc98b433803fbc6cb6021c84e5dde7259c'/>
<id>0c869fbc98b433803fbc6cb6021c84e5dde7259c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid candidate box randomly popping up away from edit pane with (especially</title>
<updated>2015-07-28T08:44:13+00:00</updated>
<author>
<name>johnsonj</name>
<email>unknown</email>
</author>
<published>2015-07-28T08:44:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c1955f280084e316a587fa10469e4296ffc7371c'/>
<id>c1955f280084e316a587fa10469e4296ffc7371c</id>
<content type='text'>
Japanese) IME input.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Japanese) IME input.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Position.h as a place-holder and to allow #include "Position.h" in source.</title>
<updated>2015-07-27T03:10:03+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-07-27T03:10:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=478d819121d970ca773cb52c99f396a9bf73ee62'/>
<id>478d819121d970ca773cb52c99f396a9bf73ee62</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 leaking scrollbars</title>
<updated>2015-07-04T23:38:22+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2015-07-04T23:38:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=fd087a279eeed10b29112e7f60c8653b8d546655'/>
<id>fd087a279eeed10b29112e7f60c8653b8d546655</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplified retrieval of correct display for widget and ensure works on older versions of GTK+.</title>
<updated>2015-06-04T23:13:08+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2015-06-04T23:13:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ff4df20278adccde1452550c253fb898ec3a1eab'/>
<id>ff4df20278adccde1452550c253fb898ec3a1eab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restored compatibility with GTK+ 2.18 for cursor calls.</title>
<updated>2015-06-04T00:51:50+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2015-06-04T00:51:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=823b4d5b855780251598804accd4ddfb77535869'/>
<id>823b4d5b855780251598804accd4ddfb77535869</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK: Don't use gdk_window_set_user_data() in a deprecated manner</title>
<updated>2015-06-03T12:08:27+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2015-06-03T12:08:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3a8761c42d077ac693b66d07a014e6604def968e'/>
<id>3a8761c42d077ac693b66d07a014e6604def968e</id>
<content type='text'>
Since GTK 3.8 gtk_widget_register_window() should be used instead of
gdk_window_set_user_data() in a widget's ::realize() method.

gtk_widget_unregister_window() is called by the GtkWidget's
::unrealize() handler we chain up to.

This has no functional impact.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since GTK 3.8 gtk_widget_register_window() should be used instead of
gdk_window_set_user_data() in a widget's ::realize() method.

gtk_widget_unregister_window() is called by the GtkWidget's
::unrealize() handler we chain up to.

This has no functional impact.
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK: Use the proper GTK3 way to set widget window background</title>
<updated>2015-06-03T12:08:02+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2015-06-03T12:08:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3fd7f2bdc3eed77daabd3700e55f5ff744f2bdbe'/>
<id>3fd7f2bdc3eed77daabd3700e55f5ff744f2bdbe</id>
<content type='text'>
It also drops use of gtk_style_context_get_background_color() that has
been deprecated in 3.16.

This however has no functional changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It also drops use of gtk_style_context_get_background_color() that has
been deprecated in 3.16.

This however has no functional changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK: Remove unused prototype</title>
<updated>2015-06-03T12:07:50+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2015-06-03T12:07:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=35e3460525490f62549bf1263a95374e13d11b7b'/>
<id>35e3460525490f62549bf1263a95374e13d11b7b</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 runtime completion popup warning</title>
<updated>2015-06-02T12:45:22+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2015-06-02T12:45:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0070aef502f7ecd0935b768e96d359db829dc7bc'/>
<id>0070aef502f7ecd0935b768e96d359db829dc7bc</id>
<content type='text'>
GtkScrolledWindow in GTK 3.16 might have a minimum and natural height
of 0 if GTK_OVERLAY_SCROLLING is enabled (which is the default), so we
need to fix our overridden minimal height to never be greater than the
natural height.

Do that by only changing the minimal height if it is greater than what
we want.

I don't know why we didn't use to set 0 here, but it might be that a
height of 0 caused problems on older GTK versions, so keep 1 to be sure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GtkScrolledWindow in GTK 3.16 might have a minimum and natural height
of 0 if GTK_OVERLAY_SCROLLING is enabled (which is the default), so we
need to fix our overridden minimal height to never be greater than the
natural height.

Do that by only changing the minimal height if it is greater than what
we want.

I don't know why we didn't use to set 0 here, but it might be that a
height of 0 caused problems on older GTK versions, so keep 1 to be sure.
</pre>
</div>
</content>
</entry>
</feed>
