diff options
author | Ted Gould <ted@gould.cx> | 2011-04-14 16:41:22 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-04-14 16:41:22 -0500 |
commit | 347535df0acc9c81bfecf8db6190ca402cb42ded (patch) | |
tree | 363f4c78b394ea09c89ef67a7c1df5e0ea3085dd /ChangeLog | |
parent | f0ab3958e1f7c9b817a5556120ba5c8a12ecbd1c (diff) | |
parent | dfc41992ce8acc7d8b85b4e196f88afb38016174 (diff) | |
download | libdbusmenu-347535df0acc9c81bfecf8db6190ca402cb42ded.tar.gz libdbusmenu-347535df0acc9c81bfecf8db6190ca402cb42ded.tar.bz2 libdbusmenu-347535df0acc9c81bfecf8db6190ca402cb42ded.zip |
Import upstream version 0.4.3
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 56 |
1 files changed, 56 insertions, 0 deletions
@@ -1,5 +1,61 @@ # Generated by Makefile. Do not edit. +2011-04-14 Ted Gould <ted@gould.cx> + + 0.4.3 + +2011-04-12 Ted Gould <ted@gould.cx> + + Handle cases of labels being added later + +2011-04-12 Michael Terry <mike@mterry.name> + + watch empty/separator menu items for any added GtkLabel children, as gnome-commander likes to do + +2011-04-12 Ted Gould <ted@gould.cx> + + Changing the cleanup of GTK Menuitems to avoid undefined references. + +2011-04-10 Ted Gould <ted@gould.cx> + + Ensuring all the menus are hidden before unref'ing root + +2011-04-10 Ted Gould <ted@gould.cx> + + Passing the menuitem instead of finding it. + +2011-04-10 Ted Gould <ted@gould.cx> + + Protecting the label with the null check and don't unref something that shouldn't be. + +2011-04-10 Ted Gould <ted@gould.cx> + + Attaching the data in a way that it'll cleanup itself + +2011-04-07 Ted Gould <ted@gould.cx> + + Attaching bug + +2011-04-07 Ted Gould <ted@gould.cx> + + We have to destroy, why? Because we want to make sure that the menu having a ref doesn't block us from getting rid of the item. + +2011-04-07 Ted Gould <ted@gould.cx> + + Switching the reference to the GTK Menuitem to be a _sink as well as using set_data_full() instead of a weak ref for unref'ing it. + +2011-04-12 Ted Gould <ted@gould.cx> + + Ensure that we gaurantee the open/clicked/closed event ordering. + +2011-04-08 Michael Terry <mike@mterry.name> + + guard against an activation that does not actually have an associated menu-hide + +2011-04-07 Michael Terry <mike@mterry.name> + + force activated event to be sandwiched by opened/closed events + 2011-04-07 Ted Gould <ted@gould.cx> 0.4.2 |