summaryrefslogtreecommitdiff
path: root/gtk/gtkmenuitem.c
Commit message (Expand)AuthorAgeFilesLines
* Use GtkBin accessorsJavier Jardón2010-07-131-33/+49
* Use accessor functions to acces GtkContainerJavier Jardón2010-07-131-7/+9
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-6/+0
* Remove deprecated GtkMenuItem functionChristian Dywan2010-05-031-18/+0
* Fix notify::label emmision in GtkMenuItemJan Arne Petersen2010-03-151-12/+21
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-03-061-1/+1
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)Javier Jardón2010-03-061-1/+1
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-1/+1
* Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-03-031-1/+1
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-4/+4
* Deprecate widget flag: GTK_WIDGET_IS_SENSITIVEJavier Jardón2010-03-011-3/+3
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-011-2/+2
* [annotations] Add allow-noneJohan Dahlin2010-02-191-1/+1
* Only show the mnemonic underline when pressing AltMatthias Clasen2009-12-201-0/+3
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-1/+1
* Accelerators failed for submenus (GNOME bug 582025)Tristan Van Berkom2009-06-221-0/+46
* Rename gtk_activatable_reset to gtk_activatable_sync_action_properties,Matthias Clasen2009-02-221-20/+20
* i Bug 560228 – Add "action-controller" property to GtkWidgetClassMatthias Clasen2009-01-231-12/+226
* Bug 560602 – Wrong GtkMenuItem default value (test fails)Christian Dywan2008-11-131-1/+1
* Made buildable and added support for adding children of type "submenu"Tristan Van Berkom2008-11-061-1/+32
* added new apis gtk_menu_item_[set/get]_label() andTristan Van Berkom2008-11-061-26/+194
* gtk/gtkmenu.c remove unused macro cruft. Also remove some unneededMichael Natterer2008-09-031-4/+1
* Bug 541315 – Segfault when selecting a GtkMenuItem with submenu and noBjörn Lindqvist2008-08-181-1/+1
* get rid of the deprecated aliases NONE and BOOL.Michael Natterer2008-08-131-1/+1
* gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.cMichael Natterer2008-08-121-2/+1
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-3/+3
* gtk/gtkmenu.c gtk/gtkmenuitem.c gtk/gtkmenushell.c gtk/gtknotebook.cSven Neumann2008-08-111-3/+3
* Fall back to the default positioning when the menuitem is not realized.Matthias Clasen2008-07-031-1/+13
* Bug 537591 – Don't hardcode minimum width of menuitemsMichael Natterer2008-07-021-5/+21
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* must return a value of the appropriate type with g_return_val_if_failHans Breuer2008-06-201-1/+1
* Add missing Since: gtk-doc markup for newly added GSEAL API. Change allJohan Dahlin2008-06-201-2/+4
* Fix documentaion of gtk_menu_item_get_accel_pathTim Janik2008-06-201-7/+3
* Seal GtkMenuItemTim Janik2008-06-201-1/+70
* remove an unused variable and cast accel_path to gchar, just like inJohan Dahlin2008-06-191-3/+2
* Bug 535608 – do not string-copy accel paths in the menu codeChristian Persch2008-06-071-18/+13
* Bug 501730 – use GSlice for small allocsMatthias Clasen2008-05-251-3/+11
* gtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c gtk/gtklabel.cMichael Natterer2008-02-061-1/+1
* Remove debug spewMatthias Clasen2007-11-301-3/+0
* Make GtkMenuItem's arrow size themeable. (#469239, Michael Natterer)Behdad Esfahbod2007-11-211-8/+18
* add "submenu" property. Fix gtk_menu_item_set_submenu() to accept NULLMichael Natterer2007-06-131-26/+113
* don't switch submenu opening direction for overlapping reasons if there isMichael Natterer2007-06-011-2/+8
* Merged heavily modified patch from maemo-gtk which enables opening andMichael Natterer2007-04-271-85/+136
* queue a draw on the parent_menu_item of this menu item's menu, to enableMichael Natterer2007-01-291-2/+24
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-5/+1
* Take GtkMenu::horizontal-padding into account when placing submenusBenjamin Berg2006-06-091-0/+3
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-40/+10