aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-04-14 16:42:43 -0500
committerTed Gould <ted@gould.cx>2011-04-14 16:42:43 -0500
commit01525b3ea0111160d666b3eaf83081ac44b6bc71 (patch)
tree22581be8cd0f2f3e6643e915c5c5ed22d6ed303b /ChangeLog
parent3457ea217020a8f17582f7e75f0b214026953d6e (diff)
parent347535df0acc9c81bfecf8db6190ca402cb42ded (diff)
downloadlibdbusmenu-01525b3ea0111160d666b3eaf83081ac44b6bc71.tar.gz
libdbusmenu-01525b3ea0111160d666b3eaf83081ac44b6bc71.tar.bz2
libdbusmenu-01525b3ea0111160d666b3eaf83081ac44b6bc71.zip
New upstream release.
∘ Handle cases where labels are added later as subwidgets in the menuitem (LP: #758759) ∘ Fix the destruction of the attached GTK menuitem (LP: #746091) ∘ Guard against an activation that does not actually have an associated menu-hide (LP: #750588)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog56
1 files changed, 56 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 222ade1..0412b00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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