summaryrefslogtreecommitdiff
path: root/gtk/gtkmenu.c
Commit message (Expand)AuthorAgeFilesLines
* Do not use lock_count of GtkAccelGroup directly in GtkMenuChristian Dywan2010-05-031-1/+1
* Improve the behaviour of automatic mnemonicsMatthias Clasen2010-03-141-2/+5
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-1/+1
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-03-061-1/+1
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-9/+9
* Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-03-031-2/+2
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-9/+9
* Deprecate widget flag: GTK_WIDGET_IS_SENSITIVEJavier Jardón2010-03-011-1/+1
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-011-2/+2
* [annotations] Add allow-none for gtk_menu_popupJohan Dahlin2010-02-191-1/+1
* [annotations] Add allow-noneJohan Dahlin2010-02-191-3/+3
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-01-041-1/+1
* Only show the mnemonic underline when pressing AltMatthias Clasen2009-12-201-0/+12
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-4/+9
* Fix some compilation warningJavier Jardón2009-10-211-0/+1
* Fix some compilation warningJavier Jardón2009-10-211-0/+4
* Remove some unused variables (GnomeBug:591218)Javier Jardón2009-08-101-1/+0
* Remove accidentally added debug spewAlexander Larsson2009-07-091-50/+0
* Correctly set enter/leave events as detail=nonlinearAlexander Larsson2009-07-091-0/+50
* Add a way to turn off toggle spacing in menusMatthias Clasen2009-06-241-4/+69
* Don't force toggle size for tabular menus eitherMatthias Clasen2009-06-221-3/+8
* Remove extra padding from comboboxesMatthias Clasen2009-06-221-7/+18
* Bug 322934 – Replace menu's proxy icons with empty space hiding iconsMatthias Clasen2008-11-011-1/+19
* Bug 436533 – Allow more space efficient scroll arrows placementChristian Dywan2008-10-081-24/+136
* Bug 538782 – Make GtkMenu's arrow size themableChristian Dywan2008-09-241-1/+19
* gtk/gtkmenu.c remove unused macro cruft. Also remove some unneededMichael Natterer2008-09-031-13/+9
* some more trivial cosmetic fixes.Michael Natterer2008-09-031-32/+31
* proper function header formatting.Michael Natterer2008-09-031-3/+3
* gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.cSven Neumann2008-08-121-1/+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-19/+19
* gtk/gtkmenushell.c In enter/leave notify events, check that the crossingCody Russell2008-08-091-0/+10
* Doc fixesMatthias Clasen2008-07-211-0/+2
* remove _gtk_binding_signal_new().Michael Natterer2008-07-211-8/+8
* More property deborkageMatthias Clasen2008-07-041-9/+11
* More deborkMatthias Clasen2008-07-041-1/+11
* DeborkMatthias Clasen2008-07-041-5/+7
* 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
* fix 'function' : incompatible types - from 'struct _cairo *' to 'structHans Breuer2008-06-211-3/+3
* Add missing Since: gtk-doc markup for newly added GSEAL API. Change allJohan Dahlin2008-06-201-9/+9
* Seal GtkMenuTim Janik2008-06-201-3/+151
* Remove an unused variable and cast to gchar to avoid a compiler warning.Johan Dahlin2008-06-191-3/+2
* Use g_object_new instead of gtk_widget_newJohan Dahlin2008-06-191-1/+1
* deprecate GtkDestroyNotify.Michael Natterer2008-06-181-3/+5
* Bug 535608 – do not string-copy accel paths in the menu codeChristian Persch2008-06-071-15/+5
* cast attach_info_free() to GDestroyNotify when using it inMichael Natterer2008-05-301-1/+2
* Bug 404571 – Scroll arrow backgrounds should be painted with differentMatthias Clasen2008-05-281-2/+2
* Bug 501730 – use GSlice for small allocsMatthias Clasen2008-05-251-5/+14