| Commit message (Expand) | Author | Age | Files | Lines |
* | #136672, reported by Christian Persch; fixes based on a patch by Soeren | Owen Taylor | 2004-03-15 | 1 | -220/+282 |
* | Fix attach/attach->parent type. (#136919, Tim Mooney) | Owen Taylor | 2004-03-11 | 1 | -2/+2 |
* | Add boolean destroying (gtk_menu_destroy): Set priv->destroying | Soeren Sandmann | 2004-03-09 | 1 | -3/+14 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Patch from Frederic Crozat, test code from Jean-Philippe Chancelier. Fixes | Soeren Sandmann | 2004-03-02 | 1 | -0/+11 |
* | New internal function returning a good step value for the mouse wheel. For | Soeren Sandmann | 2004-02-29 | 1 | -1/+1 |
* | Bug 112647 (Bill Haneman, patch by Narayana Pattipati): | Matthias Clasen | 2004-02-21 | 1 | -1/+1 |
* | Bug 132502 | Soeren Sandmann | 2004-02-21 | 1 | -1/+18 |
* | ...and don't forget to initalize priv->columns to 1. | Matthias Clasen | 2004-02-17 | 1 | -1/+5 |
* | Make sure that we keep priv->columns >= 1 even for empty menus, since we | Matthias Clasen | 2004-02-17 | 1 | -4/+6 |
* | Make menus work better on Xinerama (#126150): | Matthias Clasen | 2004-01-27 | 1 | -4/+4 |
* | Changing to 200 was a mistake. Change back to 225. | Soeren Sandmann | 2004-01-23 | 1 | -1/+1 |
* | Remove the attach info after calling gtk_menu_do_remove(), since that | Matthias Clasen | 2004-01-22 | 1 | -3/+4 |
* | Fixes for #130370, based on a patch by Michael Meeks: | Matthias Clasen | 2004-01-20 | 1 | -21/+58 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -22/+22 |
* | New function to emit the "cancel" signal on a menu shell. | Matthias Clasen | 2003-12-21 | 1 | -3/+1 |
* | move item insertion logic here from gtk_menu_real_insert(), | Kristian Rietveld | 2003-12-19 | 1 | -9/+25 |
* | === Released 2.3.1 === | Owen Taylor | 2003-12-08 | 1 | -5/+10 |
* | fix comment typo | Tim Janik | 2003-12-08 | 1 | -1/+1 |
* | allow accel activation depending on sensitivity and the attach widget. | Tim Janik | 2003-11-27 | 1 | -0/+16 |
* | cast to GTK_WIDGET() for the gtk_widget_hide() call. | Manish Singh | 2003-11-20 | 1 | -1/+1 |
* | set to 200 instead of 225 Impose a minimum width on items that have a | Soeren Sandmann | 2003-11-19 | 1 | -1/+1 |
* | Call gtk_widget_hide(menu) when reattaching the menu. (#126057) | Matthias Clasen | 2003-11-19 | 1 | -0/+1 |
* | Changes to improve menu positioning on Xinerama (#108328): | Matthias Clasen | 2003-11-12 | 1 | -5/+39 |
* | Do not let pointer position affect window menu position when popped from | Padraig O'Briain | 2003-11-12 | 1 | -0/+2 |
* | Set torn off menus to be transient for the toplevel they were torn off | Matthias Clasen | 2003-11-05 | 1 | -0/+30 |
* | Changes to make cross-process merging feasible: | Matthias Clasen | 2003-09-21 | 1 | -4/+0 |
* | Add table menu tests. | Matthias Clasen | 2003-09-11 | 1 | -1/+39 |
* | The table menu patch! Turns GtkMenu into a table, so you can attach menu | Kristian Rietveld | 2003-09-10 | 1 | -101/+544 |
* | Merge from stable. | Kristian Rietveld | 2003-09-03 | 1 | -3/+4 |
* | brooooooooken pipe. | Kristian Rietveld | 2003-09-03 | 1 | -1/+1 |
* | Thu Aug 21 21:27:45 2003 Kristian Rietveld <kris@gtk.org>A | Kristian Rietveld | 2003-08-21 | 1 | -5/+26 |
* | Fix some places that weren't properly Xinerama-ified. | Owen Taylor | 2003-08-13 | 1 | -16/+23 |
* | New positioning algorithm.(#116649) | Soeren Sandmann | 2003-08-04 | 1 | -2/+112 |
* | Revert accidentally committed changes. | Søren Sandmann Pedersen | 2003-07-13 | 1 | -110/+2 |
* | Broken pipe | Søren Sandmann Pedersen | 2003-07-13 | 1 | -2/+110 |
* | new properties "horizontal-offset" and "vertical-offset" that determines | Soeren Sandmann | 2003-07-12 | 1 | -0/+18 |
* | add vertical_padding style property. | Soeren Sandmann | 2003-07-06 | 1 | -27/+83 |
* | demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.c | Manish Singh | 2003-02-28 | 1 | -4/+4 |
* | Replace uses of gtk_timeout_* and gtk_idle_* by their non-deprecated | Matthias Clasen | 2003-02-05 | 1 | -3/+3 |
* | Add a new binding signal, "move_scroll", and use it to hook up | Owen Taylor | 2002-12-14 | 1 | -36/+249 |
* | Handle the case where the pointer isn't on the same screen as the widget | Owen Taylor | 2002-12-14 | 1 | -5/+17 |
* | gdk/gdkscreen.c (gdk_screen_get_monitor_at_point) Provide a useful | Owen Taylor | 2002-12-14 | 1 | -2/+0 |
* | If the screen for the menu changes while the menu is torn off, move the | Owen Taylor | 2002-12-14 | 1 | -3/+21 |
* | Use the correct screen for getting the height. (Fix from Stephen Browne, | Owen Taylor | 2002-12-06 | 1 | -1/+2 |
* | Document 2.2 API additions. | Matthias Clasen | 2002-11-28 | 1 | -0/+2 |
* | Fix doc comment typos. (#98480, Vitaly Tishkov) | Matthias Clasen | 2002-11-21 | 1 | -2/+2 |
* | Monitor the screen of the attach widget continually, rather than only | Owen Taylor | 2002-11-14 | 1 | -22/+39 |
* | Do not return when menu_shell->ignore_enter is TRUE. | Soeren Sandmann | 2002-11-12 | 1 | -4/+2 |
* | Don't return after calling gtk_menu_handle_scrolling() when | Soeren Sandmann | 2002-11-10 | 1 | -7/+4 |