| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Deprecation cleanup | Manish Singh | 2002-10-05 | 1 | -37/+41 |
* | remove unused codepath. | Soeren Sandmann | 2002-10-04 | 1 | -2/+2 |
* | Allow accel_path == NULL. (#84241, James Henstridge.) | Owen Taylor | 2002-09-23 | 1 | -2/+4 |
* | Make gtk_menu_shell_select_first() public. (#70374) | Owen Taylor | 2002-09-23 | 1 | -1/+1 |
* | Add an extra parameter to _gtk_menu_item_select_first() to allow us to | Owen Taylor | 2002-07-06 | 1 | -1/+1 |
* | Discard configure events from SubstructureNotify. (#81760, Rich Burridge) | Owen Taylor | 2002-05-14 | 1 | -0/+3 |
* | Integrate Erwann Chenede's multihead changes for the gtk/ directory. | Alex Larsson | 2002-04-29 | 1 | -2/+4 |
* | use the child's requisition.height, not allocation.height, as width of | Soeren Sandmann | 2002-04-25 | 1 | -2/+5 |
* | add "selected_shadow_type" style property | Soeren Sandmann | 2002-04-20 | 1 | -8/+22 |
* | don't install/change accelerators from locked accel groups. | Tim Janik | 2002-04-16 | 1 | -1/+1 |
* | Export private _gtk_menu_shell_activate() to encapsulate cut-and-paste | Owen Taylor | 2002-04-11 | 1 | -6/+1 |
* | Fix problem with menu titles being clipped (#75948) | Soeren Sandmann | 2002-04-04 | 1 | -2/+9 |
* | include gdkkeysysms.h if compiling gdk_keyval_convert_case. | Owen Taylor | 2002-03-01 | 1 | -4/+10 |
* | Draw arrows better (without extra baseline) | Soeren Sandmann | 2002-02-26 | 1 | -10/+18 |
* | Avoid segfault for selectable tab labels (even without a segfault, they | Matthias Clasen | 2002-02-09 | 1 | -1/+1 |
* | Non-exported _gtk_menu_select_first() function that selects the first item | Owen Taylor | 2002-02-03 | 1 | -13/+21 |
* | Export gtk_widget_set_accel_path(). | Owen Taylor | 2002-01-30 | 1 | -4/+8 |
* | ue Jan 29 19:51:05 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-01-30 | 1 | -0/+5 |
* | map event_window after mapping child, so we don't loose events. | Tim Janik | 2002-01-15 | 1 | -2/+2 |
* | Documentation additions. | Matthias Clasen | 2002-01-14 | 1 | -1/+1 |
* | Fix problem with menus without accel groups, such as the menus for option | Owen Taylor | 2002-01-09 | 1 | -1/+7 |
* | update the accel path upon parent changes. | Tim Janik | 2002-01-09 | 1 | -0/+20 |
* | Revert my last mistaken change - toggle-size-request doesn't take a | Owen Taylor | 2001-12-04 | 1 | -2/+2 |
* | Patch from Bill Haneman (with many modifications) to make the focus color | Owen Taylor | 2001-12-04 | 1 | -2/+2 |
* | add checks for empty menu items to behave like insensitive items (#59456) | Kristian Rietveld | 2001-11-29 | 1 | -1/+22 |
* | Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2; | Owen Taylor | 2001-11-17 | 1 | -3/+4 |
* | Fix child allocations to be relative to widget position and some drawing | Owen Taylor | 2001-11-16 | 1 | -1/+1 |