summaryrefslogtreecommitdiff
path: root/gtk/gtkmenushell.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed GtkMenuShell to deactivate itself at dispose timeTristan Van Berkom2010-11-251-0/+12
* Move all GdkDevice members to private and add one missing accessorMichael Natterer2010-11-231-1/+1
* Remove GtkObject completelyMatthias Clasen2010-09-261-1/+1
* gtk: Don't set colormap anymore when creating GDK windowsBenjamin Otte2010-09-261-2/+1
* Fix a few dubious return values in return_if_fail callsMatthias Clasen2010-09-191-1/+1
* Remove GtkItemMatthias Clasen2010-09-081-1/+1
* 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/gtkmenushell.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-25/+37
* Allow windows to be dragged by clicking on empty areasMatthias Clasen2010-07-161-7/+34
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* GtkMenuShell: Store device on GTK+ device grab.Carlos Garnacho2010-06-161-4/+8
* GtkMenuShell: take a single device for grabs.Carlos Garnacho2010-06-161-24/+25
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-5/+46
* Make menu scrolling work with auto mnemonicsMatthias Clasen2010-03-171-1/+5
* Improve the behaviour of automatic mnemonicsMatthias Clasen2010-03-141-9/+41
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-2/+2
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-03-061-1/+1
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-8/+8
* Fix missing GTK_WINDOW cast in _gtk_menu_shell_update_mnemonicsChristian Dywan2010-01-041-4/+4
* Some improvements to the auto-mnemonics codeMatthias Clasen2009-12-201-2/+6
* Fix compilation warning: cast to GTK_WIDGET()Javier Jardón2009-12-211-2/+2
* Only show the mnemonic underline when pressing AltMatthias Clasen2009-12-201-2/+84
* Fix a typoMatthias Clasen2008-12-131-1/+1
* gtk/gtkmenu.c gtk/gtkmenuitem.c gtk/gtkmenushell.c gtk/gtknotebook.cSven Neumann2008-08-111-11/+11
* gtk/gtkmenushell.c In enter/leave notify events, check that the crossingCody Russell2008-08-091-0/+10
* remove _gtk_binding_signal_new().Michael Natterer2008-07-211-13/+19
* 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 a touchscreen-mode keynav corner case: when navigating to the parentMichael Natterer2008-04-081-7/+19
* gtk/gtkmenushell.c gtk/gtktable.c gtk/gtktext.c gtk/gtktipsquery.cMichael Natterer2008-02-271-35/+8
* Unify the handling of various "Enter" keysyms all over the place.Matthias Clasen2008-02-121-0/+5
* gtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c gtk/gtklabel.cMichael Natterer2008-02-061-1/+1
* Make GtkMenuShell abstractMatthias Clasen2007-06-181-1/+1
* Add forgotten docsMatthias Clasen2007-06-151-0/+12
* add move_selected signal to allow overriding the default internalMatthias Clasen2007-06-151-4/+32
* Merge fix from maemo-gtk:Michael Natterer2007-05-251-8/+7
* pop up the submenu explicitely only in touchscreen mode since otherwiseMichael Natterer2007-04-301-5/+13
* Merged heavily modified patch from maemo-gtk which enables opening andMichael Natterer2007-04-271-87/+188
* remove artifact from the time when type checking casts warned on NULL,Michael Natterer2007-04-021-14/+10
* remove two antique function typedefs that are probably obsolete for ages.Michael Natterer2007-02-151-7/+0
* add new boolean settings gtk-enable-accels and gtk-enable-mnemonics whichMichael Natterer2007-02-051-1/+9
* Add new infrastructure for notifications of failed keyboard navigation andMichael Natterer2006-11-161-7/+22
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-35/+2
* Intern some more strings.Matthias Clasen2005-09-011-7/+7
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Ignore GrabBroken events which are caused by overgrabbing inside theMatthias Clasen2005-06-271-6/+7
* add GDK_GRAB_BROKEN to the switch cases.Manish Singh2005-06-261-2/+0