summaryrefslogtreecommitdiff
path: root/gtk/gtkmenuitem.c
Commit message (Expand)AuthorAgeFilesLines
...
* menuitems: Use submenuitem accessible exclusivelyBenjamin Otte2011-07-061-19/+2
* Convert Gail(Sub)MenuItem to GtkAccessible classesMatthias Clasen2011-07-051-0/+20
* gtk/gtkmenuitem: Remove reference to deprecated and removed GtkItemJavier Jardon2011-06-291-1/+1
* Revert "gtk/gtkmenuitem: gtk_misc_set_alignment replacing"Matthias Clasen2011-06-121-2/+1
* gtk/gtkmenuitem: gtk_misc_set_alignment replacingDiego Celix2011-06-101-1/+2
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-4/+4
* gtkwidget: Move private functions to private headerJavier Jardón2011-06-041-0/+1
* menuitem: Remove unused variableBenjamin Otte2011-05-271-1/+0
* menuitem: Fix copy/paste errorBenjamin Otte2011-05-271-1/+1
* menuitem: Position submenus properlyBenjamin Otte2011-05-251-3/+2
* menu: don't use the border as a padding valueCosimo Cecchi2011-05-181-21/+16
* menuitem: Deprecate gtk_menu_item_set_right_justified()Benjamin Otte2011-05-021-1/+12
* Fix commit 5f55c420471db9a05d145e140b3a7cdfc5bdba9fMatthias Clasen2011-04-171-2/+0
* Move documentation to inline comments: GtkMenuItemJavier Jardón2011-04-181-0/+95
* menushell: Include a function in the private headerBenjamin Otte2011-04-161-18/+0
* Update gtk/gtkmenuitem.c...Chun-wei Fan2011-04-161-0/+18
* menuitem: set the menubar style class for menu items on a barCosimo Cecchi2011-03-031-0/+3
* menuitem: mark with the GTK_STYLE_CLASS_MENUITEM style classCosimo Cecchi2011-03-031-0/+4
* Add some missing symbols to the docsMatthias Clasen2011-02-081-3/+30
* Silence new gcc warningsMatthias Clasen2011-01-231-2/+0
* Make GtkMenuItem use GtkStyleContextCarlos Garnacho2011-01-121-77/+118
* Remove gtktypeutils altogetherMatthias Clasen2011-01-041-0/+2
* gtkmenuitem: Use private pointer instead G_TYPE_INSTANCE_GET_PRIVATEJavier Jardón2011-01-041-10/+4
* Fixed conflicts after rebasing master into combo-refactor branch.Tristan Van Berkom2011-01-041-11/+9
* Fixed trailing ';' on if statement in gtkmenuitem.cTristan Van Berkom2011-01-041-2/+2
* Fixed GtkMenuItem to reserve the actual arrow size and spacingTristan Van Berkom2011-01-041-4/+11
* Added gtk_menu_item_set/get_reserve_indicator.Tristan Van Berkom2011-01-041-4/+37
* Removed GtkMenuItem->show_submenu_indicator flagTristan Van Berkom2011-01-041-29/+38
* Removed sealed members from GtkMenuItemMatthias Clasen2010-12-261-616/+615
* Remove sealed members from GtkMenuShellMatthias Clasen2010-12-231-4/+5
* Remove sealed members from GtkMenuMatthias Clasen2010-12-231-18/+18
* GtkMenuItem: Set widget state as state flags.Carlos Garnacho2010-12-041-2/+4
* 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