summaryrefslogtreecommitdiff
path: root/gtk/gtkmenushell.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a GrabBroken event to GDK, and a grab-broken-event signal toMatthias Clasen2005-06-251-0/+24
* 2005-06-10 Matthias Clasen <mclasen@redhat.com>Matthias Clasen2005-06-101-1/+3
* Fix up the docs a bit.Matthias Clasen2005-05-021-6/+6
* Keep a reference to the item. (#167920, Hazael Maldonado Torres)Matthias Clasen2005-04-051-0/+2
* Allow to pop up menus without grabbing the keyboard. Useful for stuff likeMichael Natterer2005-03-311-0/+145
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+3
* Support vertical menubars (#166632):Matthias Clasen2005-02-111-30/+27
* Fix RTL keynav for going from menubar to menu.Matthias Clasen2005-02-091-2/+4
* Return a boolean indicating whether an item in the submenu was selected.Matthias Clasen2004-12-281-22/+25
* 2.6.0 second tryGTK_2_6_0Matthias Clasen2004-12-161-1/+1
* Use _gtk_menu_item_popup_submenu() to make keynav into submenus workMatthias Clasen2004-12-151-5/+11
* Support no-Alt mnemnonics in menu bars (#101309, Owen Taylor)Matthias Clasen2004-12-101-8/+170
* Don't do the popup-on-click handling for menubars. (#159931, SørenMatthias Clasen2004-11-301-4/+9
* gdk/abicheck.sh filter out G_GNUC stuff when doing the compare.Manish Singh2004-11-251-1/+1
* Open submenus on click. (#128968, Martin Jeppesen)Matthias Clasen2004-11-241-4/+4
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Make menus only stay up if you release within 500 milliseconds.Soeren Sandmann2004-06-011-24/+16
* #136672, reported by Christian Persch; fixes based on a patch by SoerenOwen Taylor2004-03-151-1/+0
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* expose gtk_bindings_activate_event(), changed callers.Tim Janik2004-03-021-1/+1
* export gtk_window_activate_key() (Request from Tim Janik)Owen Taylor2004-03-011-1/+1
* Right-justify labels in rtl mode. (#129071, chinen@jp.ibm.com)Matthias Clasen2004-02-031-0/+22
* New function to emit the "cancel" signal on a menu shell.Matthias Clasen2003-12-211-0/+16
* Remove usage of menu_shell->ignore leave which was to deal with strayOwen Taylor2003-08-131-20/+6
* demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.cManish Singh2003-02-281-1/+1
* Make up from the menu bar go to the end of the submenu. (#96114, IanOwen Taylor2003-01-291-0/+14
* Add a new binding signal, "move_scroll", and use it to hook upOwen Taylor2002-12-141-42/+15
* Document 2.2 API additions.Matthias Clasen2002-11-281-0/+2
* gtkmenu.c, gtkmenubar.c, gtkmenuitem.c, gtkmenushell.c, gtkmenushell.h,Soeren Sandmann2002-10-201-0/+22
* Deprecation cleanupManish Singh2002-10-051-61/+66
* Make gtk_menu_shell_select_first() public. (#70374)Owen Taylor2002-09-231-5/+5
* Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383)Matthias Clasen2002-09-211-9/+12
* When a menubar is up, use F10 to cycle menubars, not Control-Tab (#87159,Owen Taylor2002-07-251-10/+2
* Add an extra parameter to _gtk_menu_item_select_first() to allow us toOwen Taylor2002-07-061-7/+42
* Check to see if the menu item is selectable before settingOwen Taylor2002-06-121-0/+3
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-3/+5
* Export private _gtk_menu_shell_activate() to encapsulate cut-and-pasteOwen Taylor2002-04-111-6/+13
* Improve test to prevent infinite loop. (#74952, Thomas Leonard)Owen Taylor2002-03-201-1/+6