| Commit message (Expand) | Author | Age | Files | Lines |
* | remove two antique function typedefs that are probably obsolete for ages. | Michael Natterer | 2007-02-15 | 1 | -7/+0 |
* | add new boolean settings gtk-enable-accels and gtk-enable-mnemonics which | Michael Natterer | 2007-02-05 | 1 | -1/+9 |
* | Add new infrastructure for notifications of failed keyboard navigation and | Michael Natterer | 2006-11-16 | 1 | -7/+22 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -35/+2 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -7/+7 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Ignore GrabBroken events which are caused by overgrabbing inside the | Matthias Clasen | 2005-06-27 | 1 | -6/+7 |
* | add GDK_GRAB_BROKEN to the switch cases. | Manish Singh | 2005-06-26 | 1 | -2/+0 |
* | Add a GrabBroken event to GDK, and a grab-broken-event signal to | Matthias Clasen | 2005-06-25 | 1 | -0/+24 |
* | 2005-06-10 Matthias Clasen <mclasen@redhat.com> | Matthias Clasen | 2005-06-10 | 1 | -1/+3 |
* | Fix up the docs a bit. | Matthias Clasen | 2005-05-02 | 1 | -6/+6 |
* | Keep a reference to the item. (#167920, Hazael Maldonado Torres) | Matthias Clasen | 2005-04-05 | 1 | -0/+2 |
* | Allow to pop up menus without grabbing the keyboard. Useful for stuff like | Michael Natterer | 2005-03-31 | 1 | -0/+145 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+3 |
* | Support vertical menubars (#166632): | Matthias Clasen | 2005-02-11 | 1 | -30/+27 |
* | Fix RTL keynav for going from menubar to menu. | Matthias Clasen | 2005-02-09 | 1 | -2/+4 |
* | Return a boolean indicating whether an item in the submenu was selected. | Matthias Clasen | 2004-12-28 | 1 | -22/+25 |
* | 2.6.0 second tryGTK_2_6_0 | Matthias Clasen | 2004-12-16 | 1 | -1/+1 |
* | Use _gtk_menu_item_popup_submenu() to make keynav into submenus work | Matthias Clasen | 2004-12-15 | 1 | -5/+11 |
* | Support no-Alt mnemnonics in menu bars (#101309, Owen Taylor) | Matthias Clasen | 2004-12-10 | 1 | -8/+170 |
* | Don't do the popup-on-click handling for menubars. (#159931, Søren | Matthias Clasen | 2004-11-30 | 1 | -4/+9 |
* | gdk/abicheck.sh filter out G_GNUC stuff when doing the compare. | Manish Singh | 2004-11-25 | 1 | -1/+1 |
* | Open submenus on click. (#128968, Martin Jeppesen) | Matthias Clasen | 2004-11-24 | 1 | -4/+4 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Make menus only stay up if you release within 500 milliseconds. | Soeren Sandmann | 2004-06-01 | 1 | -24/+16 |
* | #136672, reported by Christian Persch; fixes based on a patch by Soeren | Owen Taylor | 2004-03-15 | 1 | -1/+0 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | expose gtk_bindings_activate_event(), changed callers. | Tim Janik | 2004-03-02 | 1 | -1/+1 |
* | export gtk_window_activate_key() (Request from Tim Janik) | Owen Taylor | 2004-03-01 | 1 | -1/+1 |
* | Right-justify labels in rtl mode. (#129071, chinen@jp.ibm.com) | Matthias Clasen | 2004-02-03 | 1 | -0/+22 |
* | New function to emit the "cancel" signal on a menu shell. | Matthias Clasen | 2003-12-21 | 1 | -0/+16 |
* | Remove usage of menu_shell->ignore leave which was to deal with stray | Owen Taylor | 2003-08-13 | 1 | -20/+6 |
* | demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.c | Manish Singh | 2003-02-28 | 1 | -1/+1 |
* | Make up from the menu bar go to the end of the submenu. (#96114, Ian | Owen Taylor | 2003-01-29 | 1 | -0/+14 |
* | Add a new binding signal, "move_scroll", and use it to hook up | Owen Taylor | 2002-12-14 | 1 | -42/+15 |
* | Document 2.2 API additions. | Matthias Clasen | 2002-11-28 | 1 | -0/+2 |
* | gtkmenu.c, gtkmenubar.c, gtkmenuitem.c, gtkmenushell.c, gtkmenushell.h, | Soeren Sandmann | 2002-10-20 | 1 | -0/+22 |
* | Deprecation cleanup | Manish Singh | 2002-10-05 | 1 | -61/+66 |
* | Make gtk_menu_shell_select_first() public. (#70374) | Owen Taylor | 2002-09-23 | 1 | -5/+5 |
* | Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383) | Matthias Clasen | 2002-09-21 | 1 | -9/+12 |
* | When a menubar is up, use F10 to cycle menubars, not Control-Tab (#87159, | Owen Taylor | 2002-07-25 | 1 | -10/+2 |
* | Add an extra parameter to _gtk_menu_item_select_first() to allow us to | Owen Taylor | 2002-07-06 | 1 | -7/+42 |
* | Check to see if the menu item is selectable before setting | Owen Taylor | 2002-06-12 | 1 | -0/+3 |
* | Integrate Erwann Chenede's multihead changes for the gtk/ directory. | Alex Larsson | 2002-04-29 | 1 | -3/+5 |
* | Export private _gtk_menu_shell_activate() to encapsulate cut-and-paste | Owen Taylor | 2002-04-11 | 1 | -6/+13 |
* | Improve test to prevent infinite loop. (#74952, Thomas Leonard) | Owen Taylor | 2002-03-20 | 1 | -1/+6 |
* | Back out changes to propagate keys to parent menu shells, since that broke | Owen Taylor | 2002-03-03 | 1 | -3/+70 |
* | include gdkkeysysms.h if compiling gdk_keyval_convert_case. | Owen Taylor | 2002-03-01 | 1 | -0/+3 |
* | Add GDK_ISO_Next_Group/Prev_Group/Level3_Shift/ First_Group/Last_Group to | Owen Taylor | 2002-02-21 | 1 | -9/+2 |