summaryrefslogtreecommitdiff
path: root/gtk/gtkmenubar.c
Commit message (Expand)AuthorAgeFilesLines
* Move GtkMenuBar docs inlineMatthias Clasen2011-01-131-0/+18
* Remove gtktypeutils altogetherMatthias Clasen2011-01-041-1/+1
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-1/+0
* Removed GtkMenuItem->show_submenu_indicator flagTristan Van Berkom2011-01-041-1/+0
* Removed sealed members from GtkMenuItemMatthias Clasen2010-12-261-10/+12
* Remove sealed members from GtkMenuShellMatthias Clasen2010-12-231-24/+25
* GtkStyleProperties: Turn border-width into a GtkBorder property.Carlos Garnacho2010-12-041-8/+11
* GtkMenuBar: Use GtkStyleContext for rendering.Carlos Garnacho2010-12-041-16/+40
* Removed size_request from GtkMenuBarTristan Van Berkom2010-10-271-1/+32
* settings: Move setting property registration in gtksettings.cEmmanuele Bassi2010-10-201-8/+0
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-6/+3
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-1/+1
* menubar: Port to draw vfuncBenjamin Otte2010-09-261-39/+17
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-151-1/+2
* Use gtk_size_request_get_size() instead deprecated gtk_widget_get_child_requi...Javier Jardón2010-09-131-6/+12
* GDK: Prefix key names with KEY_Colin Walters2010-09-081-8/+8
* Move deprectated menu enumerations to a private headerMatthias Clasen2010-08-281-2/+1
* gtk/gtkmenubar.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-13/+22
* GtkMenuBar: Use private pointer instead GET_PRIV() macro all the timeJavier Jardón2010-07-131-20/+11
* Use accessor functions to acces GtkContainerJavier Jardón2010-07-131-7/+11
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-5/+0
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-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_DRAWABLEJavier Jardón2010-03-011-2/+2
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-01-041-2/+2
* Only show the mnemonic underline when pressing AltMatthias Clasen2009-12-201-0/+1
* Forgotten filesMatthias Clasen2008-12-301-13/+13
* gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.cSven Neumann2008-08-121-9/+9
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-1/+1
* 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
* no need to get the list of menubars twice.Michael Natterer2007-09-141-17/+15
* Restructure the code to make sense, and don't leak an empty accel.Matthias Clasen2007-07-241-2/+2
* Treat "" like NULL when parsing the menu-bar-accel setting. Here too.Matthias Clasen2006-07-031-3/+2
* More of the sameMatthias Clasen2006-05-141-1/+1
* More G_DEFINE_TYPE conversion.Matthias Clasen2006-05-031-18/+5
* Boilerplate reductionMatthias Clasen2006-05-021-17/+6
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-2/+0
* Intern some more strings.Matthias Clasen2005-09-011-2/+2
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-1/+1
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Queue a resize on the contained menuitems as well.Matthias Clasen2005-07-041-0/+10
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-3/+3
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-5/+6
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* More canonical property names.Matthias Clasen2005-03-091-4/+4
* Support vertical menubars (#166632):Matthias Clasen2005-02-111-45/+399