summaryrefslogtreecommitdiff
path: root/gtk/gtkmenu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gtk/gtkcellview.c gtk/gtklabel.c gtk/gtklayout.c gtk/gtklist.cMichael Natterer2008-02-071-14/+3
* gtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c gtk/gtklabel.cMichael Natterer2008-02-061-1/+1
* More default property value correctionsMatthias Clasen2007-12-281-1/+1
* remove recently added gdk_flush() again, it's not needed after all.Michael Natterer2007-11-141-7/+0
* call gdk_flush() after showing the menu so we can definitely grab on it.Michael Natterer2007-11-061-0/+7
* Make sure menu_shell->button gets reset to 0 when we bail out early hereMichael Natterer2007-09-111-1/+11
* Clarified activate_time docs.Tim Janik2007-08-171-4/+6
* Restructure the code to make sense, and don't leak an empty accel.Matthias Clasen2007-07-241-9/+8
* Merged from maemo-gtk:Michael Natterer2007-06-271-22/+38
* Refactored arrow border size, visible area, and sensitive area calculationsCody Russell2007-05-091-133/+184
* Merged heavily modified patch from maemo-gtk which enables opening andMichael Natterer2007-04-271-0/+13
* fix ACTIVE state of scroll buttons (we were setting the state to ACTIVEMichael Natterer2007-04-251-59/+75
* Don't close menus on clicks on their border area (bug #423761). (modifiedMichael Natterer2007-03-291-2/+48
* get rid of local GtkSettings variables by moving gtk_widget_get_settings()Michael Natterer2007-03-291-38/+34