summaryrefslogtreecommitdiff
path: root/gtk/gtkmenu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* don't forget to set the state of the synthesized GDK_ENTER_NOTIFY event.Michael Natterer2007-02-141-0/+1
* pass &event->area to gtk_paint_box() calls.Michael Natterer2007-02-011-3/+3
* remove redundant and confusing if (GTK_IS_MENU (widget)) checks becauseMichael Natterer2007-02-011-28/+20
* gtk/gtkcheckbutton.c gtk/gtkdnd.c gtk/gtkentry.c gtk/gtkmenu.cMichael Natterer2007-01-181-3/+3
* Take the scroll arrow into account when drawing the background. (#393166,Matthias Clasen2007-01-051-1/+6
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-17/+5
* Merged from gtk-2-10:Federico Mena Quintero2006-12-151-9/+10
* Add new infrastructure for notifications of failed keyboard navigation andMichael Natterer2006-11-161-2/+2
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-1/+0