summaryrefslogtreecommitdiff
path: root/gtk/gtkmenushell.c
Commit message (Expand)AuthorAgeFilesLines
* menushell: Remove gtk-touchscreen-mode usageCarlos Garnacho2012-03-011-28/+2
* menus: Handle item selection for touch devices dynamicallyCarlos Garnacho2012-03-011-5/+3
* menu: Deactivate the menu if the GdkWindow is withdrawnRob Bradford2012-02-291-1/+2
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* gtk: Fix compiler warnings from include fixesBenjamin Otte2011-11-161-0/+1
* Fix some implicit declaration warningsRico Tzschichholz2011-11-111-0/+1
* Move wholly deprecated files to a subdirectoryMatthias Clasen2011-11-011-1/+1
* Don't use *DISABLE_DEPRECATED guardsMatthias Clasen2011-11-011-1/+0
* gtk: move _gtk_modules_has_mixed_deps() to gtkmodlesprivate.hMichael Natterer2011-10-231-1/+0
* menu: Deprecate GtkTearoffMenuItemBenjamin Otte2011-10-011-1/+5
* Signalify (already existing) GtkMenuShell.insert()Ryan Lortie2011-08-251-6/+27
* menushell: Use GtkMenuShellAccessible as a11y objectBenjamin Otte2011-07-181-0/+3
* Fix commit 5f55c420471db9a05d145e140b3a7cdfc5bdba9fMatthias Clasen2011-04-171-4/+4
* Don't leak a list when activating keybindingsMatthias Clasen2011-04-141-2/+5
* GtkMenuShell: always 'activate' menu shellsMatthias Clasen2011-04-131-1/+2
* [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