| Commit message (Expand) | Author | Age | Files | Lines |
* | add "submenu" property. Fix gtk_menu_item_set_submenu() to accept NULL | Michael Natterer | 2007-06-13 | 1 | -26/+113 |
* | don't switch submenu opening direction for overlapping reasons if there is | Michael Natterer | 2007-06-01 | 1 | -2/+8 |
* | Merged heavily modified patch from maemo-gtk which enables opening and | Michael Natterer | 2007-04-27 | 1 | -85/+136 |
* | queue a draw on the parent_menu_item of this menu item's menu, to enable | Michael Natterer | 2007-01-29 | 1 | -2/+24 |
* | Replace a lot of idle and timeout calls by the new gdk_threads api. | Matthias Clasen | 2006-12-22 | 1 | -5/+1 |
* | Take GtkMenu::horizontal-padding into account when placing submenus | Benjamin Berg | 2006-06-09 | 1 | -0/+3 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -40/+10 |
* | Create 'composited' label. | Søren Sandmann | 2006-04-25 | 1 | -7/+35 |
* | Applied modified patch from maemo-gtk which makes separators more | Michael Natterer | 2006-03-03 | 1 | -13/+39 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -4/+0 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -5/+6 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Allow to pop up menus without grabbing the keyboard. Useful for stuff like | Michael Natterer | 2005-03-31 | 1 | -7/+15 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -9/+9 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -4/+5 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | More canonical property names. | Matthias Clasen | 2005-03-09 | 1 | -4/+4 |
* | Support vertical menubars (#166632): | Matthias Clasen | 2005-02-11 | 1 | -10/+63 |
* | Inherit submenu direction from the parent menu. | Matthias Clasen | 2004-12-28 | 1 | -3/+1 |
* | Use _gtk_menu_item_popup_submenu() to make keynav into submenus work | Matthias Clasen | 2004-12-15 | 1 | -11/+6 |
* | Reintroduce the reverted change, since it is necessary to prevent lost | Matthias Clasen | 2004-12-13 | 1 | -1/+3 |
* | Revert a change which prevented torn-off menus from being shown normally. | Matthias Clasen | 2004-12-13 | 1 | -2/+1 |
* | Don't do the popup-on-click handling for menubars. (#159931, Søren | Matthias Clasen | 2004-11-30 | 1 | -1/+3 |
* | Open submenus on click. (#128968, Martin Jeppesen) | Matthias Clasen | 2004-11-24 | 1 | -3/+6 |
* | Make the size of the arrow depend only on the font size, not on the child | Matthias Clasen | 2004-11-22 | 1 | -3/+14 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+2 |
* | Typo fix. | Matthias Clasen | 2004-05-27 | 1 | -1/+1 |
* | Merge from 2.4: | Matthias Clasen | 2004-05-07 | 1 | -1/+2 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Make menus work better on Xinerama (#126150): | Matthias Clasen | 2004-01-27 | 1 | -1/+1 |
* | === Released 2.3.1 === | Owen Taylor | 2003-12-08 | 1 | -6/+6 |
* | allow accel activation depending on sensitivity and the attach widget. | Tim Janik | 2003-11-27 | 1 | -0/+12 |
* | set to 200 instead of 225 Impose a minimum width on items that have a | Soeren Sandmann | 2003-11-19 | 1 | -0/+22 |
* | Use the event window of the menuitem to determine the monitor. This fixes | Matthias Clasen | 2003-11-12 | 1 | -1/+1 |
* | Changes to improve menu positioning on Xinerama (#108328): | Matthias Clasen | 2003-11-12 | 1 | -0/+2 |
* | Revert accidentally committed changes. | Søren Sandmann Pedersen | 2003-07-13 | 1 | -4/+0 |
* | Broken pipe | Søren Sandmann Pedersen | 2003-07-13 | 1 | -0/+4 |
* | new properties "horizontal-offset" and "vertical-offset" that determines | Soeren Sandmann | 2003-07-12 | 1 | -8/+34 |
* | remove GDK_EXPOSURE_MASK for INPUT_ONLY window same same same same | Soeren Sandmann | 2003-07-08 | 1 | -1/+0 |
* | add vertical_padding style property. | Soeren Sandmann | 2003-07-06 | 1 | -19/+80 |
* | demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.c | Manish Singh | 2003-02-28 | 1 | -1/+1 |
* | Replace uses of gtk_timeout_* and gtk_idle_* by their non-deprecated | Matthias Clasen | 2003-02-05 | 1 | -6/+6 |
* | Make up from the menu bar go to the end of the submenu. (#96114, Ian | Owen Taylor | 2003-01-29 | 1 | -6/+6 |
* | Pass TRUE for search_sensitive - prevents a problem where after hitting | Owen Taylor | 2002-12-15 | 1 | -1/+1 |
* | Made Xinerama-aware. (#85711) | Matthias Clasen | 2002-12-14 | 1 | -11/+13 |
* | new default color scheme based on the GNOME stock icon palette. (#80691, | Soeren Sandmann | 2002-12-10 | 1 | -1/+1 |
* | Automatic RTL flipping for some more widgets. | Matthias Clasen | 2002-11-02 | 1 | -22/+60 |
* | gtkmenu.c, gtkmenubar.c, gtkmenuitem.c, gtkmenushell.c, gtkmenushell.h, | Soeren Sandmann | 2002-10-20 | 1 | -26/+40 |
* | Lots of trivial doc fixes. | Matthias Clasen | 2002-10-11 | 1 | -0/+3 |