summaryrefslogtreecommitdiff
path: root/gtk/gtkmenushell.c
Commit message (Expand)AuthorAgeFilesLines
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-201-2/+2
* Move GtkMenuShell docs inlineMatthias Clasen2011-01-141-0/+115
* Make GtkMenu(Shell) use GtkStyleContextCarlos Garnacho2011-01-121-4/+5
* Move docs for gtkmain inlineMatthias Clasen2011-01-041-1/+1
* Remove gtktypeutils altogetherMatthias Clasen2011-01-041-0/+1
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-1/+1
* Removed sealed members from GtkMenuItemMatthias Clasen2010-12-261-24/+21
* Fix a few warningsMatthias Clasen2010-12-231-2/+2
* Add sufficient API to make gail workMatthias Clasen2010-12-231-0/+39
* Remove sealed members from GtkMenuShellMatthias Clasen2010-12-231-536/+497
* Remove sealed members from GtkMenuMatthias Clasen2010-12-231-2/+2
* 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