summaryrefslogtreecommitdiff
path: root/gtk/gtkmenuitem.c
Commit message (Expand)AuthorAgeFilesLines
* Remove gtk_widget_hide_all()Matthias Clasen2010-10-191-19/+0
* Bug 631719 - Restore second, more important, call to set label from the menu ...John Ralls2010-10-151-2/+5
* Move destroy signal to GtkWidgetJavier Jardón2010-09-261-8/+6
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-39/+32
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-4/+4
* menuitem: Remove is_drawable() checkBenjamin Otte2010-09-261-89/+84
* menuitem: Port to draw vfuncBenjamin Otte2010-09-261-32/+31
* menuitem: Move paint function into expose functionBenjamin Otte2010-09-261-22/+7
* Tons of transfer annotationsMatthias Clasen2010-09-211-3/+3
* Use gtk_size_request_get_size() instead deprecated gtk_widget_get_child_requi...Javier Jardón2010-09-131-1/+2
* Remove GtkItemMatthias Clasen2010-09-081-26/+55
* Move deprectated menu enumerations to a private headerMatthias Clasen2010-08-281-2/+1
* gtk/gtkmenuitem.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-115/+172
* Fixed GtkMenuItem to not access the menu->requisition but get the minimum siz...Tristan Van Berkom2010-08-201-2/+5
* Implemented height-for-width geometry management for menusTristan Van Berkom2010-08-181-157/+397
* Check if childs actually exists before using itJavier Jardón2010-07-221-1/+2
* 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