- 17 Sep, 2012 1 commit
-
-
Cosimo Cecchi authored
Restore the behavior introduced in 598163e5, which regressed in commit 5a3442bf.
-
- 04 Sep, 2012 1 commit
-
-
Cosimo Cecchi authored
So that we clear its pointer also in case somebody else calls gtk_container_remove() on the button. Fixes criticals at startup in e.g. Nautilus.
-
- 01 Sep, 2012 3 commits
-
-
Matthias Clasen authored
This reverts commit 6e6487b4.
-
Matthias Clasen authored
By removing an existing child in add, if it is our own arrow, we can make things work better in GtkBuilder. https://bugzilla.gnome.org/show_bug.cgi?id=682291
-
David Zeuthen authored
This was reported in bug 682291. https://bugzilla.gnome.org/show_bug.cgi?id=682291Signed-off-by:
David Zeuthen <zeuthen@gmail.com>
-
- 20 Aug, 2012 1 commit
-
-
Ryan Lortie authored
It's too close to the release so we'll keep _set_menu() around, but deprecate it, pointing to the new API. It will be removed (and the name reused) before the 3.6.0 release. https://bugzilla.gnome.org/show_bug.cgi?id=682235
-
- 07 Aug, 2012 1 commit
-
-
Matthias Clasen authored
Take the menu halign/valign into consideration when positioning the menu. Also, document the various combinations. https://bugzilla.gnome.org/show_bug.cgi?id=680988
-
- 31 Jul, 2012 1 commit
-
-
Jasper St. Pierre authored
We need to do this here so that an explicit gtk_widget_destroy on either the widget or a container that holds it will kill the reference to the menu or model. https://bugzilla.gnome.org/show_bug.cgi?id=680803
-
- 14 Jul, 2012 1 commit
-
-
Matthias Clasen authored
-
- 05 Jul, 2012 1 commit
-
-
Cosimo Cecchi authored
So the WM can render the menu shadows correctly, omitting the top side, in the common case the menu is rendered down from a toolbar. https://bugzilla.gnome.org/show_bug.cgi?id=679449
-
- 29 Jun, 2012 1 commit
-
-
Cosimo Cecchi authored
Since we explictly call popup_menu with NULL when it's keyboard-activated, we need to be careful and not access event->device without checking for event != NULL before.
-
- 15 Jun, 2012 1 commit
-
-
Bastien Nocera authored
As used in Totem and gnome-contacts. The widget takes either a GtkMenu or a GMenuModel to construct its menu, and can be given a parent widget to use to position the drop-down (as used in GtkMenuToolButton). https://bugzilla.gnome.org/show_bug.cgi?id=668013
-
- 30 May, 2012 2 commits
-
-
Matthias Clasen authored
This reverts commit 9d35f7e5.
-
Bastien Nocera authored
As used in Totem and gnome-contacts. The widget takes either a GtkMenu or a GMenuModel to construct its menu, and can be given a parent widget to use to position the drop-down (as used in GtkMenuToolButton). https://bugzilla.gnome.org/show_bug.cgi?id=668013
-