summaryrefslogtreecommitdiff
path: root/gtk/gtkmenubar.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* New function. Use resize cursors for resize grips. (Bug #129621)Soeren Sandmann2004-02-261-15/+3
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-6/+6
* New function to emit the "cancel" signal on a menu shell.Matthias Clasen2003-12-211-1/+1
* demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.cManish Singh2003-02-281-2/+2
* Automatic RTL flipping for some more widgets.Matthias Clasen2002-11-021-4/+15
* gtkmenu.c, gtkmenubar.c, gtkmenuitem.c, gtkmenushell.c, gtkmenushell.h,Soeren Sandmann2002-10-201-12/+34
* Deprecation cleanupManish Singh2002-10-051-16/+17
* Make gtk_menu_shell_select_first() public. (#70374)Owen Taylor2002-09-231-1/+1
* When a menubar is up, use F10 to cycle menubars, not Control-Tab (#87159,Owen Taylor2002-07-251-13/+9
* Add an extra parameter to _gtk_menu_item_select_first() to allow us toOwen Taylor2002-07-061-1/+1
* ed Jun 12 16:34:13 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-06-121-4/+37
* Export private _gtk_menu_shell_activate() to encapsulate cut-and-pasteOwen Taylor2002-04-111-7/+5
* Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC,Owen Taylor2002-03-201-1/+1
* Back out changes to propagate keys to parent menu shells, since that brokeOwen Taylor2002-03-031-67/+10
* include gdkkeysysms.h if compiling gdk_keyval_convert_case.Owen Taylor2002-03-011-33/+159
* Don't reserve space for border when the shadow type for the menubar isOwen Taylor2002-02-271-8/+17