summaryrefslogtreecommitdiff
path: root/gtk/gtkmenuitem.c
Commit message (Expand)AuthorAgeFilesLines
* queue a draw on the parent_menu_item of this menu item's menu, to enableMichael Natterer2007-01-291-2/+24
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-5/+1
* Take GtkMenu::horizontal-padding into account when placing submenusBenjamin Berg2006-06-091-0/+3
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-40/+10
* Create 'composited' label.Søren Sandmann2006-04-251-7/+35
* Applied modified patch from maemo-gtk which makes separators moreMichael Natterer2006-03-031-13/+39
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-4/+0
* Intern some more strings.Matthias Clasen2005-09-011-5/+6
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Allow to pop up menus without grabbing the keyboard. Useful for stuff likeMichael Natterer2005-03-311-7/+15
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-9/+9
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-4/+5
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* More canonical property names.Matthias Clasen2005-03-091-4/+4
* Support vertical menubars (#166632):Matthias Clasen2005-02-111-10/+63
* Inherit submenu direction from the parent menu.Matthias Clasen2004-12-281-3/+1
* Use _gtk_menu_item_popup_submenu() to make keynav into submenus workMatthias Clasen2004-12-151-11/+6
* Reintroduce the reverted change, since it is necessary to prevent lostMatthias Clasen2004-12-131-1/+3
* Revert a change which prevented torn-off menus from being shown normally.Matthias Clasen2004-12-131-2/+1
* Don't do the popup-on-click handling for menubars. (#159931, SørenMatthias Clasen2004-11-301-1/+3
* Open submenus on click. (#128968, Martin Jeppesen)Matthias Clasen2004-11-241-3/+6
* Make the size of the arrow depend only on the font size, not on the childMatthias Clasen2004-11-221-3/+14
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+2
* Typo fix.Matthias Clasen2004-05-271-1/+1
* Merge from 2.4:Matthias Clasen2004-05-071-1/+2
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Make menus work better on Xinerama (#126150):Matthias Clasen2004-01-271-1/+1
* === Released 2.3.1 ===Owen Taylor2003-12-081-6/+6
* allow accel activation depending on sensitivity and the attach widget.Tim Janik2003-11-271-0/+12
* set to 200 instead of 225 Impose a minimum width on items that have aSoeren Sandmann2003-11-191-0/+22
* Use the event window of the menuitem to determine the monitor. This fixesMatthias Clasen2003-11-121-1/+1
* Changes to improve menu positioning on Xinerama (#108328):Matthias Clasen2003-11-121-0/+2
* Revert accidentally committed changes.Søren Sandmann Pedersen2003-07-131-4/+0
* Broken pipeSøren Sandmann Pedersen2003-07-131-0/+4
* new properties "horizontal-offset" and "vertical-offset" that determinesSoeren Sandmann2003-07-121-8/+34
* remove GDK_EXPOSURE_MASK for INPUT_ONLY window same same same sameSoeren Sandmann2003-07-081-1/+0
* add vertical_padding style property.Soeren Sandmann2003-07-061-19/+80
* demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.cManish Singh2003-02-281-1/+1
* Replace uses of gtk_timeout_* and gtk_idle_* by their non-deprecatedMatthias Clasen2003-02-051-6/+6
* Make up from the menu bar go to the end of the submenu. (#96114, IanOwen Taylor2003-01-291-6/+6
* Pass TRUE for search_sensitive - prevents a problem where after hittingOwen Taylor2002-12-151-1/+1
* Made Xinerama-aware. (#85711)Matthias Clasen2002-12-141-11/+13
* new default color scheme based on the GNOME stock icon palette. (#80691,Soeren Sandmann2002-12-101-1/+1
* Automatic RTL flipping for some more widgets.Matthias Clasen2002-11-021-22/+60
* gtkmenu.c, gtkmenubar.c, gtkmenuitem.c, gtkmenushell.c, gtkmenushell.h,Soeren Sandmann2002-10-201-26/+40
* Lots of trivial doc fixes.Matthias Clasen2002-10-111-0/+3
* Deprecation cleanupManish Singh2002-10-051-37/+41
* remove unused codepath.Soeren Sandmann2002-10-041-2/+2
* Allow accel_path == NULL. (#84241, James Henstridge.)Owen Taylor2002-09-231-2/+4