<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libdbusmenu/libdbusmenu-gtk/menuitem.c, branch master</title>
<subtitle>Pass a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus.
</subtitle>
<id>https://openid.arctica-project.org/libdbusmenu/atom?h=master</id>
<link rel='self' href='https://openid.arctica-project.org/libdbusmenu/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libdbusmenu/'/>
<updated>2012-01-23T13:38:36+00:00</updated>
<entry>
<title>Change icon-data to contains raw png bytes, without base64 encoding</title>
<updated>2012-01-23T13:38:36+00:00</updated>
<author>
<name>Aurélien Gâteau</name>
<email>aurelien.gateau@canonical.com</email>
</author>
<published>2012-01-23T13:38:36+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libdbusmenu/commit/?id=9a01ce5b74bd5d2012a59e9d55a49531da1c4d14'/>
<id>urn:sha1:9a01ce5b74bd5d2012a59e9d55a49531da1c4d14</id>
<content type='text'>
Reasons:
- base64 encoding is not necessary because dbusmenu properties can use any
  dbus-supported types.
- faster: no need to base64 decode/encode images
- more efficient: base64-encoded data is 1/3 bigger than raw data

</content>
</entry>
<entry>
<title>Split out into another variable</title>
<updated>2011-03-29T13:46:45+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2011-03-29T13:46:45+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libdbusmenu/commit/?id=ad638a2aed595ae3695c0068e3447c811fa91207'/>
<id>urn:sha1:ad638a2aed595ae3695c0068e3447c811fa91207</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use loop instead of next</title>
<updated>2011-03-29T03:11:25+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2011-03-29T03:11:25+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libdbusmenu/commit/?id=de83592f2bb7a825b4164b68e9a70499416aeb4b'/>
<id>urn:sha1:de83592f2bb7a825b4164b68e9a70499416aeb4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Putting in some protections from NULL parameters.</title>
<updated>2011-03-29T03:06:44+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2011-03-29T03:06:44+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libdbusmenu/commit/?id=980cc3a10a166cd99f9369712489f849732a63e0'/>
<id>urn:sha1:980cc3a10a166cd99f9369712489f849732a63e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't unref a variant we didn't have a ref to on error</title>
<updated>2011-03-29T02:54:55+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2011-03-29T02:54:55+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libdbusmenu/commit/?id=e8dcac5e5e1da9eb69210cffde00f896858793ef'/>
<id>urn:sha1:e8dcac5e5e1da9eb69210cffde00f896858793ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check menu items for accelerators directly if accel label doesn't have one</title>
<updated>2011-03-21T16:06:57+00:00</updated>
<author>
<name>Michael Terry</name>
<email>mike@mterry.name</email>
</author>
<published>2011-03-21T16:06:57+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libdbusmenu/commit/?id=6249256f1d55968f054e0dcbac01591c0fa01da1'/>
<id>urn:sha1:6249256f1d55968f054e0dcbac01591c0fa01da1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix various memory leaks</title>
<updated>2011-03-10T00:43:07+00:00</updated>
<author>
<name>Chris Coulson</name>
<email>chrisccoulson@ubuntu.com</email>
</author>
<published>2011-03-10T00:43:07+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libdbusmenu/commit/?id=ec307704b44db4f65f3534f23cfdf517c883a9e1'/>
<id>urn:sha1:ec307704b44db4f65f3534f23cfdf517c883a9e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move keyname check before builder is init'd</title>
<updated>2011-03-01T17:45:50+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2011-03-01T17:45:50+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libdbusmenu/commit/?id=e45f9a41dd7104152d462870d6ac8feb0f64c0b5'/>
<id>urn:sha1:e45f9a41dd7104152d462870d6ac8feb0f64c0b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Check the return value of gdk_keyval_name, as passing NULL pointers</title>
<updated>2011-02-28T17:20:24+00:00</updated>
<author>
<name>Chris Coulson</name>
<email>chrisccoulson@ubuntu.com</email>
</author>
<published>2011-02-28T17:20:24+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libdbusmenu/commit/?id=f9bc2ad66bbd631b17d264cb1baddf600b67ed7c'/>
<id>urn:sha1:f9bc2ad66bbd631b17d264cb1baddf600b67ed7c</id>
<content type='text'>
to g_variant_builder_add can cause bad things to happen. Might fix LP: #720895
</content>
</entry>
<entry>
<title>Typo in reference</title>
<updated>2011-02-21T16:04:44+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2011-02-21T16:04:44+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libdbusmenu/commit/?id=d436a1866030bc9720c49c696753afd65b08bf12'/>
<id>urn:sha1:d436a1866030bc9720c49c696753afd65b08bf12</id>
<content type='text'>
</content>
</entry>
</feed>
