| Commit message (Expand) | Author | Age | Files | Lines |
* | Accelerators failed for submenus (GNOME bug 582025) | Tristan Van Berkom | 2009-06-22 | 1 | -0/+46 |
* | Rename gtk_activatable_reset to gtk_activatable_sync_action_properties, | Matthias Clasen | 2009-02-22 | 1 | -20/+20 |
* | i Bug 560228 – Add "action-controller" property to GtkWidgetClass | Matthias Clasen | 2009-01-23 | 1 | -12/+226 |
* | Bug 560602 – Wrong GtkMenuItem default value (test fails) | Christian Dywan | 2008-11-13 | 1 | -1/+1 |
* | Made buildable and added support for adding children of type "submenu" | Tristan Van Berkom | 2008-11-06 | 1 | -1/+32 |
* | added new apis gtk_menu_item_[set/get]_label() and | Tristan Van Berkom | 2008-11-06 | 1 | -26/+194 |
* | gtk/gtkmenu.c remove unused macro cruft. Also remove some unneeded | Michael Natterer | 2008-09-03 | 1 | -4/+1 |
* | Bug 541315 – Segfault when selecting a GtkMenuItem with submenu and no | Björn Lindqvist | 2008-08-18 | 1 | -1/+1 |
* | get rid of the deprecated aliases NONE and BOOL. | Michael Natterer | 2008-08-13 | 1 | -1/+1 |
* | gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.c | Michael Natterer | 2008-08-12 | 1 | -2/+1 |
* | consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance) | Michael Natterer | 2008-08-12 | 1 | -3/+3 |
* | gtk/gtkmenu.c gtk/gtkmenuitem.c gtk/gtkmenushell.c gtk/gtknotebook.c | Sven Neumann | 2008-08-11 | 1 | -3/+3 |
* | Fall back to the default positioning when the menuitem is not realized. | Matthias Clasen | 2008-07-03 | 1 | -1/+13 |
* | Bug 537591 – Don't hardcode minimum width of menuitems | Michael Natterer | 2008-07-02 | 1 | -5/+21 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | must return a value of the appropriate type with g_return_val_if_fail | Hans Breuer | 2008-06-20 | 1 | -1/+1 |
* | Add missing Since: gtk-doc markup for newly added GSEAL API. Change all | Johan Dahlin | 2008-06-20 | 1 | -2/+4 |
* | Fix documentaion of gtk_menu_item_get_accel_path | Tim Janik | 2008-06-20 | 1 | -7/+3 |
* | Seal GtkMenuItem | Tim Janik | 2008-06-20 | 1 | -1/+70 |
* | remove an unused variable and cast accel_path to gchar, just like in | Johan Dahlin | 2008-06-19 | 1 | -3/+2 |
* | Bug 535608 – do not string-copy accel paths in the menu code | Christian Persch | 2008-06-07 | 1 | -18/+13 |
* | Bug 501730 – use GSlice for small allocs | Matthias Clasen | 2008-05-25 | 1 | -3/+11 |
* | gtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c gtk/gtklabel.c | Michael Natterer | 2008-02-06 | 1 | -1/+1 |
* | Remove debug spew | Matthias Clasen | 2007-11-30 | 1 | -3/+0 |
* | Make GtkMenuItem's arrow size themeable. (#469239, Michael Natterer) | Behdad Esfahbod | 2007-11-21 | 1 | -8/+18 |
* | add "submenu" property. Fix gtk_menu_item_set_submenu() to accept NULL | Michael Natterer | 2007-06-13 | 1 | -26/+113 |
* | don't switch submenu opening direction for overlapping reasons if there is | Michael Natterer | 2007-06-01 | 1 | -2/+8 |
* | Merged heavily modified patch from maemo-gtk which enables opening and | Michael Natterer | 2007-04-27 | 1 | -85/+136 |
* | queue a draw on the parent_menu_item of this menu item's menu, to enable | Michael Natterer | 2007-01-29 | 1 | -2/+24 |
* | Replace a lot of idle and timeout calls by the new gdk_threads api. | Matthias Clasen | 2006-12-22 | 1 | -5/+1 |
* | Take GtkMenu::horizontal-padding into account when placing submenus | Benjamin Berg | 2006-06-09 | 1 | -0/+3 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -40/+10 |
* | Create 'composited' label. | Søren Sandmann | 2006-04-25 | 1 | -7/+35 |
* | Applied modified patch from maemo-gtk which makes separators more | Michael Natterer | 2006-03-03 | 1 | -13/+39 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -4/+0 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -5/+6 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Allow to pop up menus without grabbing the keyboard. Useful for stuff like | Michael Natterer | 2005-03-31 | 1 | -7/+15 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -9/+9 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -4/+5 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | More canonical property names. | Matthias Clasen | 2005-03-09 | 1 | -4/+4 |
* | Support vertical menubars (#166632): | Matthias Clasen | 2005-02-11 | 1 | -10/+63 |
* | Inherit submenu direction from the parent menu. | Matthias Clasen | 2004-12-28 | 1 | -3/+1 |
* | Use _gtk_menu_item_popup_submenu() to make keynav into submenus work | Matthias Clasen | 2004-12-15 | 1 | -11/+6 |
* | Reintroduce the reverted change, since it is necessary to prevent lost | Matthias Clasen | 2004-12-13 | 1 | -1/+3 |
* | Revert a change which prevented torn-off menus from being shown normally. | Matthias Clasen | 2004-12-13 | 1 | -2/+1 |