diff options
| author | Ted Gould <ted@gould.cx> | 2011-03-31 13:50:13 -0500 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2011-03-31 13:50:13 -0500 |
| commit | c523e34ffd932ebd11248c918780999899aaf3a1 (patch) | |
| tree | cf51025b8903000b52f1fcb0f196ae5a47ff0492 /ChangeLog | |
| parent | 0fef27199a04528e6f041ec69827e68614a070a7 (diff) | |
| parent | 269670511328aada39a23bd982a1ca3a44de9cfe (diff) | |
| download | libdbusmenu-c523e34ffd932ebd11248c918780999899aaf3a1.tar.gz libdbusmenu-c523e34ffd932ebd11248c918780999899aaf3a1.tar.bz2 libdbusmenu-c523e34ffd932ebd11248c918780999899aaf3a1.zip | |
* New upstream release.
* Managed variant iterators better to stop crash when dealing
with apps that have multiple shortcuts (LP: #741726)
* Handled GtkMenuItems with no labels as separators (LP: #729187)
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 78 |
1 files changed, 78 insertions, 0 deletions
@@ -1,5 +1,83 @@ # Generated by Makefile. Do not edit. +2011-03-31 Ted Gould <ted@gould.cx> + + 0.4.1 + +2011-03-31 Ted Gould <ted@gould.cx> + + Ensuring that our iterators have variants to reference and ref'ing them correctly. + +2011-03-29 Ted Gould <ted@gould.cx> + + Be more specific about the shortcut type + +2011-03-29 Ted Gould <ted@gould.cx> + + Split out into another variable + +2011-03-28 Ted Gould <ted@gould.cx> + + Use loop instead of next + +2011-03-28 Ted Gould <ted@gould.cx> + + Putting in some protections from NULL parameters. + +2011-03-28 Ted Gould <ted@gould.cx> + + Don't unref a variant we didn't have a ref to on error + +2011-03-31 Ted Gould <ted@gould.cx> + + Turning GTK Menuitems without labels into separators. + +2011-03-30 Chris Coulson <chrisccoulson@ubuntu.com> + + Remove some code duplication introduced in this branch + +2011-03-30 Chris Coulson <chrisccoulson@ubuntu.com> + + - Don't change the type of existing menu items in the server. This + isn't handled in the client too well + - Handle a GtkMenuItem's GtkLabel being removed too + +2011-03-30 Chris Coulson <chrisccoulson@ubuntu.com> + + Remove the now unneeded null pointer check on label in construct_dbusmenu_for_widget. + Also, don't use a strcmp in widget_notify_cb for checking if the menuitem is a separator. Just do a null pointer + check on pdata->label instead + +2011-03-30 Chris Coulson <chrisccoulson@ubuntu.com> + + Revert the last commit and handle the same problem in the parser instead + +2011-03-29 Chris Coulson <chrisccoulson@ubuntu.com> + + Don't set a default label for menuitems. Some applications (eg, xchat and pidgin) do silly things like + creating GtkMenuItems's without a label for separators (rather than using the GtkSeparatorMenuItem class). + GTK correctly renders these as separators, so we need to handle it too by not setting a default label on these + +2011-03-28 Ted Gould <ted@gould.cx> + + Ensure the parent stays ref'd + +2011-03-25 Michael Terry <mike@mterry.name> + + fix some potential memory issues in hopes of fixing a reported crash + +2011-03-28 Ted Gould <ted@gould.cx> + + Protect our properties parsing a bit more. + +2011-03-24 Ted Gould <ted@gould.cx> + + Attaching bug + +2011-03-24 Ted Gould <ted@gould.cx> + + Put in some more protections on the types for property variants and generate some errors + 2011-03-23 Ted Gould <ted@gould.cx> 0.4.0 |
