summaryrefslogtreecommitdiff
path: root/gtk/gtkmenu.c
Commit message (Expand)AuthorAgeFilesLines
* #136672, reported by Christian Persch; fixes based on a patch by SoerenOwen Taylor2004-03-151-220/+282
* Fix attach/attach->parent type. (#136919, Tim Mooney)Owen Taylor2004-03-111-2/+2
* Add boolean destroying (gtk_menu_destroy): Set priv->destroyingSoeren Sandmann2004-03-091-3/+14
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Patch from Frederic Crozat, test code from Jean-Philippe Chancelier. FixesSoeren Sandmann2004-03-021-0/+11
* New internal function returning a good step value for the mouse wheel. ForSoeren Sandmann2004-02-291-1/+1
* Bug 112647 (Bill Haneman, patch by Narayana Pattipati):Matthias Clasen2004-02-211-1/+1
* Bug 132502Soeren Sandmann2004-02-211-1/+18
* ...and don't forget to initalize priv->columns to 1.Matthias Clasen2004-02-171-1/+5
* Make sure that we keep priv->columns >= 1 even for empty menus, since weMatthias Clasen2004-02-171-4/+6
* Make menus work better on Xinerama (#126150):Matthias Clasen2004-01-271-4/+4
* Changing to 200 was a mistake. Change back to 225.Soeren Sandmann2004-01-231-1/+1
* Remove the attach info after calling gtk_menu_do_remove(), since thatMatthias Clasen2004-01-221-3/+4
* Fixes for #130370, based on a patch by Michael Meeks:Matthias Clasen2004-01-201-21/+58
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-22/+22
* New function to emit the "cancel" signal on a menu shell.Matthias Clasen2003-12-211-3/+1
* move item insertion logic here from gtk_menu_real_insert(),Kristian Rietveld2003-12-191-9/+25
* === Released 2.3.1 ===Owen Taylor2003-12-081-5/+10
* fix comment typoTim Janik2003-12-081-1/+1
* allow accel activation depending on sensitivity and the attach widget.Tim Janik2003-11-271-0/+16
* cast to GTK_WIDGET() for the gtk_widget_hide() call.Manish Singh2003-11-201-1/+1
* set to 200 instead of 225 Impose a minimum width on items that have aSoeren Sandmann2003-11-191-1/+1
* Call gtk_widget_hide(menu) when reattaching the menu. (#126057)Matthias Clasen2003-11-191-0/+1
* Changes to improve menu positioning on Xinerama (#108328):Matthias Clasen2003-11-121-5/+39
* Do not let pointer position affect window menu position when popped fromPadraig O'Briain2003-11-121-0/+2
* Set torn off menus to be transient for the toplevel they were torn offMatthias Clasen2003-11-051-0/+30
* Changes to make cross-process merging feasible:Matthias Clasen2003-09-211-4/+0
* Add table menu tests.Matthias Clasen2003-09-111-1/+39
* The table menu patch! Turns GtkMenu into a table, so you can attach menuKristian Rietveld2003-09-101-101/+544
* Merge from stable.Kristian Rietveld2003-09-031-3/+4
* brooooooooken pipe.Kristian Rietveld2003-09-031-1/+1
* Thu Aug 21 21:27:45 2003 Kristian Rietveld <kris@gtk.org>AKristian Rietveld2003-08-211-5/+26
* Fix some places that weren't properly Xinerama-ified.Owen Taylor2003-08-131-16/+23
* New positioning algorithm.(#116649)Soeren Sandmann2003-08-041-2/+112
* Revert accidentally committed changes.Søren Sandmann Pedersen2003-07-131-110/+2
* Broken pipeSøren Sandmann Pedersen2003-07-131-2/+110
* new properties "horizontal-offset" and "vertical-offset" that determinesSoeren Sandmann2003-07-121-0/+18
* add vertical_padding style property.Soeren Sandmann2003-07-061-27/+83
* demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.cManish Singh2003-02-281-4/+4
* Replace uses of gtk_timeout_* and gtk_idle_* by their non-deprecatedMatthias Clasen2003-02-051-3/+3
* Add a new binding signal, "move_scroll", and use it to hook upOwen Taylor2002-12-141-36/+249
* Handle the case where the pointer isn't on the same screen as the widgetOwen Taylor2002-12-141-5/+17
* gdk/gdkscreen.c (gdk_screen_get_monitor_at_point) Provide a usefulOwen Taylor2002-12-141-2/+0
* If the screen for the menu changes while the menu is torn off, move theOwen Taylor2002-12-141-3/+21
* Use the correct screen for getting the height. (Fix from Stephen Browne,Owen Taylor2002-12-061-1/+2
* Document 2.2 API additions.Matthias Clasen2002-11-281-0/+2
* Fix doc comment typos. (#98480, Vitaly Tishkov)Matthias Clasen2002-11-211-2/+2
* Monitor the screen of the attach widget continually, rather than onlyOwen Taylor2002-11-141-22/+39
* Do not return when menu_shell->ignore_enter is TRUE.Soeren Sandmann2002-11-121-4/+2
* Don't return after calling gtk_menu_handle_scrolling() whenSoeren Sandmann2002-11-101-7/+4