summaryrefslogtreecommitdiff
path: root/gtk/gtkmenushell.c
Commit message (Expand)AuthorAgeFilesLines
* #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
* Back out changes to propagate keys to parent menu shells, since that brokeOwen Taylor2002-03-031-3/+70
* include gdkkeysysms.h if compiling gdk_keyval_convert_case.Owen Taylor2002-03-011-0/+3
* Add GDK_ISO_Next_Group/Prev_Group/Level3_Shift/ First_Group/Last_Group toOwen Taylor2002-02-211-9/+2
* Non-exported _gtk_menu_select_first() function that selects the first itemOwen Taylor2002-02-031-8/+35
* Document that the end points are included in the range. (#69783, JeffreyOwen Taylor2002-01-301-2/+2
* ue Jan 29 19:51:05 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-01-301-0/+3
* Avoid unexpected warning message when navigating menu (#68517)Padraig O'Briain2002-01-161-2/+9
* add checks for empty menu items to behave like insensitive items (#59456)Kristian Rietveld2001-11-291-19/+37
* don't deactivate menu when menu_item isn't sensitive (#61389)Kristian Rietveld2001-11-241-0/+2
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-5/+6
* Add missing cast.Owen Taylor2001-09-191-1/+1
* commiting patch after comments from Alex on IRCJames Henstridge2001-07-251-1/+1
* Enforce the widget/child realization/mapping invariants.Owen Taylor2001-07-191-38/+0
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-18/+0
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-0/+10
* got rid of gtk_widget_popup(), a function that bad needs to be nuked, notTim Janik2001-04-011-1/+1
* make this somewhat key-navigableHavoc Pennington2001-03-241-3/+2
* Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and removedAlexander Larsson2001-03-211-1/+9
* Add animation of activation by, on activate, pressing the button, andOwen Taylor2001-03-061-1/+4
* Patch from ChiDeok Hwang to move call to sync_selection() up a few linesOwen Taylor2001-03-021-0/+4
* Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().Owen Taylor2001-02-021-0/+6
* doh, this was broken beyond believe.Tim Janik2000-12-131-24/+22
* Add note about GtkMenuPositionFunc API changes.Alexander Larsson2000-11-081-4/+34
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-5/+5
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-12/+11
* Fix problem with installation directory for gdkx.hOwen Taylor2000-04-071-3/+25
* Merges from gtk-1-2Owen Taylor2000-03-141-1/+11
* Adapt cast macros to standard.Raja R Harinath1999-11-221-18/+31