summaryrefslogtreecommitdiff
path: root/gtk/gtkmenuitem.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make gtk_menu_shell_select_first() public. (#70374)Owen Taylor2002-09-231-1/+1
* Add an extra parameter to _gtk_menu_item_select_first() to allow us toOwen Taylor2002-07-061-1/+1
* Discard configure events from SubstructureNotify. (#81760, Rich Burridge)Owen Taylor2002-05-141-0/+3
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-2/+4
* use the child's requisition.height, not allocation.height, as width ofSoeren Sandmann2002-04-251-2/+5
* add "selected_shadow_type" style propertySoeren Sandmann2002-04-201-8/+22
* don't install/change accelerators from locked accel groups.Tim Janik2002-04-161-1/+1
* Export private _gtk_menu_shell_activate() to encapsulate cut-and-pasteOwen Taylor2002-04-111-6/+1
* Fix problem with menu titles being clipped (#75948)Soeren Sandmann2002-04-041-2/+9
* include gdkkeysysms.h if compiling gdk_keyval_convert_case.Owen Taylor2002-03-011-4/+10
* Draw arrows better (without extra baseline)Soeren Sandmann2002-02-261-10/+18
* Avoid segfault for selectable tab labels (even without a segfault, theyMatthias Clasen2002-02-091-1/+1
* Non-exported _gtk_menu_select_first() function that selects the first itemOwen Taylor2002-02-031-13/+21
* Export gtk_widget_set_accel_path().Owen Taylor2002-01-301-4/+8
* ue Jan 29 19:51:05 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-01-301-0/+5
* map event_window after mapping child, so we don't loose events.Tim Janik2002-01-151-2/+2
* Documentation additions.Matthias Clasen2002-01-141-1/+1
* Fix problem with menus without accel groups, such as the menus for optionOwen Taylor2002-01-091-1/+7
* update the accel path upon parent changes.Tim Janik2002-01-091-0/+20
* Revert my last mistaken change - toggle-size-request doesn't take aOwen Taylor2001-12-041-2/+2
* Patch from Bill Haneman (with many modifications) to make the focus colorOwen Taylor2001-12-041-2/+2
* add checks for empty menu items to behave like insensitive items (#59456)Kristian Rietveld2001-11-291-1/+22
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-3/+4
* Fix child allocations to be relative to widget position and some drawingOwen Taylor2001-11-161-1/+1
* Make Menu items NO_WINDOW widgets.Owen Taylor2001-11-161-23/+102
* added gtkaccelmap.sgml. other updates.Tim Janik2001-11-131-15/+123
* Add missing cast.Owen Taylor2001-09-191-1/+1