<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ayatana-ido/src, branch 0.3.2</title>
<subtitle>Ayatana Indicator Display Objects 
</subtitle>
<id>https://openid.arctica-project.org/ayatana-ido/atom?h=0.3.2</id>
<link rel='self' href='https://openid.arctica-project.org/ayatana-ido/atom?h=0.3.2'/>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-ido/'/>
<updated>2012-02-09T04:18:09+00:00</updated>
<entry>
<title>add style class "menubar" to the offscreen proxy, this fixes the white background drawn in the sound menu with the current gtk3/light-themes (LP: #925700)</title>
<updated>2012-02-09T04:18:09+00:00</updated>
<author>
<name>Ken VanDine</name>
<email>ken.vandine@canonical.com</email>
</author>
<published>2012-02-09T04:18:09+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-ido/commit/?id=a6f5ba8a846dbec71b4f403c95b81c069c4c02a3'/>
<id>urn:sha1:a6f5ba8a846dbec71b4f403c95b81c069c4c02a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Patch from ~covox (LP: #867649)</title>
<updated>2012-01-11T23:49:05+00:00</updated>
<author>
<name>Ken VanDine</name>
<email>ken.vandine@canonical.com</email>
</author>
<published>2012-01-11T23:49:05+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-ido/commit/?id=4471ef23e5e4849360a1a08b34ac54351c03c885'/>
<id>urn:sha1:4471ef23e5e4849360a1a08b34ac54351c03c885</id>
<content type='text'>
In method ido_offscreen_proxy_realize(), a call is made to gdk_screen_get_rgba_visual() to get a GdkVisual handle, which is then passed as part of a GdkWindowAttr structure to gdk_window_new().

What's not taken into account is that gdk_screen_get_rgba_visual() will return NULL if RGBA isn't supported by the destination window manager (e.g. if someone turned the Composite extension off). In this case, as the field is always marked as valid for use (GDK_WA_VISUAL), gdk_window_new will fall over.

Attached is a patch to fall back on gdk_screen_get_system_visual() if RGBA isn't available. With this, unity-panel-service no longer crashes after interacting with the Sound indicator if the Composite extension is switched off.

</content>
</entry>
<entry>
<title>removed deprecations from gtk3 and fixed sizing issues with idemessagedialog (LP: #888392)</title>
<updated>2011-12-14T17:19:26+00:00</updated>
<author>
<name>Ken VanDine</name>
<email>ken.vandine@canonical.com</email>
</author>
<published>2011-12-14T17:19:26+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-ido/commit/?id=9b717e50b0890d938cd2cf6bb4ec938240740f31'/>
<id>urn:sha1:9b717e50b0890d938cd2cf6bb4ec938240740f31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>one more fix for armel FTBFS</title>
<updated>2011-10-06T13:25:34+00:00</updated>
<author>
<name>Ken VanDine</name>
<email>ken.vandine@canonical.com</email>
</author>
<published>2011-10-06T13:25:34+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-ido/commit/?id=28c45e5ca4021a6e314e3d5303fc6b07ffd08b65'/>
<id>urn:sha1:28c45e5ca4021a6e314e3d5303fc6b07ffd08b65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed FTBFS on armel (LP: #866039)</title>
<updated>2011-10-05T17:41:37+00:00</updated>
<author>
<name>Ken VanDine</name>
<email>ken.vandine@canonical.com</email>
</author>
<published>2011-10-05T17:41:37+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-ido/commit/?id=fcda383783e9d34dc4855cc57c93dd83921d4c19'/>
<id>urn:sha1:fcda383783e9d34dc4855cc57c93dd83921d4c19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get rid of unnecessary check</title>
<updated>2011-10-03T14:49:54+00:00</updated>
<author>
<name>Michal Hruby</name>
<email>michal.mhr@gmail.com</email>
</author>
<published>2011-10-03T14:49:54+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-ido/commit/?id=565816b6512db46bb00f0a90d3bffacc351af7cc'/>
<id>urn:sha1:565816b6512db46bb00f0a90d3bffacc351af7cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>And we need to include config.h</title>
<updated>2011-10-03T13:27:13+00:00</updated>
<author>
<name>Michal Hruby</name>
<email>michal.mhr@gmail.com</email>
</author>
<published>2011-10-03T13:27:13+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-ido/commit/?id=81e42543c66291fc99681923df0066fa45cae6ae'/>
<id>urn:sha1:81e42543c66291fc99681923df0066fa45cae6ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use the grab-notify workaround only when using Gtk3</title>
<updated>2011-10-03T12:58:08+00:00</updated>
<author>
<name>Michal Hruby</name>
<email>michal.mhr@gmail.com</email>
</author>
<published>2011-10-03T12:58:08+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-ido/commit/?id=ae22267afe6a82527449c08fd10a29d66fb39d8c'/>
<id>urn:sha1:ae22267afe6a82527449c08fd10a29d66fb39d8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix bug #865122</title>
<updated>2011-10-03T12:33:51+00:00</updated>
<author>
<name>Michal Hruby</name>
<email>michal.mhr@gmail.com</email>
</author>
<published>2011-10-03T12:33:51+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-ido/commit/?id=4dd0ca962c0875c3474feebeab3079aba1b17845'/>
<id>urn:sha1:4dd0ca962c0875c3474feebeab3079aba1b17845</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the calendar item</title>
<updated>2011-09-16T18:24:49+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2011-09-16T18:24:49+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-ido/commit/?id=08a590ace9373af704afc48811d65f44cc606c28'/>
<id>urn:sha1:08a590ace9373af704afc48811d65f44cc606c28</id>
<content type='text'>
</content>
</entry>
</feed>
