| Commit message (Expand) | Author | Age | Files | Lines |
* | menushell: Remove gtk-touchscreen-mode usage | Carlos Garnacho | 2012-03-01 | 1 | -28/+2 |
* | menus: Handle item selection for touch devices dynamically | Carlos Garnacho | 2012-03-01 | 1 | -5/+3 |
* | menu: Deactivate the menu if the GdkWindow is withdrawn | Rob Bradford | 2012-02-29 | 1 | -1/+2 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
* | gtk: Fix compiler warnings from include fixes | Benjamin Otte | 2011-11-16 | 1 | -0/+1 |
* | Fix some implicit declaration warnings | Rico Tzschichholz | 2011-11-11 | 1 | -0/+1 |
* | Move wholly deprecated files to a subdirectory | Matthias Clasen | 2011-11-01 | 1 | -1/+1 |
* | Don't use *DISABLE_DEPRECATED guards | Matthias Clasen | 2011-11-01 | 1 | -1/+0 |
* | gtk: move _gtk_modules_has_mixed_deps() to gtkmodlesprivate.h | Michael Natterer | 2011-10-23 | 1 | -1/+0 |
* | menu: Deprecate GtkTearoffMenuItem | Benjamin Otte | 2011-10-01 | 1 | -1/+5 |
* | Signalify (already existing) GtkMenuShell.insert() | Ryan Lortie | 2011-08-25 | 1 | -6/+27 |
* | menushell: Use GtkMenuShellAccessible as a11y object | Benjamin Otte | 2011-07-18 | 1 | -0/+3 |
* | Fix commit 5f55c420471db9a05d145e140b3a7cdfc5bdba9f | Matthias Clasen | 2011-04-17 | 1 | -4/+4 |
* | Don't leak a list when activating keybindings | Matthias Clasen | 2011-04-14 | 1 | -2/+5 |
* | GtkMenuShell: always 'activate' menu shells | Matthias Clasen | 2011-04-13 | 1 | -1/+2 |
* | [GI] Add missing (transfer) annotations | Pavel Holejsovsky | 2011-01-20 | 1 | -2/+2 |
* | Move GtkMenuShell docs inline | Matthias Clasen | 2011-01-14 | 1 | -0/+115 |
* | Make GtkMenu(Shell) use GtkStyleContext | Carlos Garnacho | 2011-01-12 | 1 | -4/+5 |
* | Move docs for gtkmain inline | Matthias Clasen | 2011-01-04 | 1 | -1/+1 |
* | Remove gtktypeutils altogether | Matthias Clasen | 2011-01-04 | 1 | -0/+1 |
* | Drop explicit includes of gdkkeysyms.h | Matthias Clasen | 2011-01-04 | 1 | -1/+1 |
* | Removed sealed members from GtkMenuItem | Matthias Clasen | 2010-12-26 | 1 | -24/+21 |
* | Fix a few warnings | Matthias Clasen | 2010-12-23 | 1 | -2/+2 |
* | Add sufficient API to make gail work | Matthias Clasen | 2010-12-23 | 1 | -0/+39 |
* | Remove sealed members from GtkMenuShell | Matthias Clasen | 2010-12-23 | 1 | -536/+497 |
* | Remove sealed members from GtkMenu | Matthias Clasen | 2010-12-23 | 1 | -2/+2 |
* | Fixed GtkMenuShell to deactivate itself at dispose time | Tristan Van Berkom | 2010-11-25 | 1 | -0/+12 |
* | Move all GdkDevice members to private and add one missing accessor | Michael Natterer | 2010-11-23 | 1 | -1/+1 |
* | Remove GtkObject completely | Matthias Clasen | 2010-09-26 | 1 | -1/+1 |
* | gtk: Don't set colormap anymore when creating GDK windows | Benjamin Otte | 2010-09-26 | 1 | -2/+1 |
* | Fix a few dubious return values in return_if_fail calls | Matthias Clasen | 2010-09-19 | 1 | -1/+1 |
* | Remove GtkItem | Matthias Clasen | 2010-09-08 | 1 | -1/+1 |
* | GDK: Prefix key names with KEY_ | Colin Walters | 2010-09-08 | 1 | -8/+8 |
* | Move deprectated menu enumerations to a private header | Matthias Clasen | 2010-08-28 | 1 | -2/+1 |
* | gtk/gtkmenushell.c: use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -25/+37 |
* | Allow windows to be dragged by clicking on empty areas | Matthias Clasen | 2010-07-16 | 1 | -7/+34 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+0 |
* | GtkMenuShell: Store device on GTK+ device grab. | Carlos Garnacho | 2010-06-16 | 1 | -4/+8 |
* | GtkMenuShell: take a single device for grabs. | Carlos Garnacho | 2010-06-16 | 1 | -24/+25 |
* | Merge the xi2-for-master branch | Matthias Clasen | 2010-05-25 | 1 | -5/+46 |
* | Make menu scrolling work with auto mnemonics | Matthias Clasen | 2010-03-17 | 1 | -1/+5 |
* | Improve the behaviour of automatic mnemonics | Matthias Clasen | 2010-03-14 | 1 | -9/+41 |
* | Don't use GTK_WIDGET_STATE in internal code anymore | Javier Jardón | 2010-03-09 | 1 | -2/+2 |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED) | Javier Jardón | 2010-03-06 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_VISIBLE | Javier Jardón | 2010-03-01 | 1 | -8/+8 |
* | Fix missing GTK_WINDOW cast in _gtk_menu_shell_update_mnemonics | Christian Dywan | 2010-01-04 | 1 | -4/+4 |
* | Some improvements to the auto-mnemonics code | Matthias Clasen | 2009-12-20 | 1 | -2/+6 |
* | Fix compilation warning: cast to GTK_WIDGET() | Javier Jardón | 2009-12-21 | 1 | -2/+2 |
* | Only show the mnemonic underline when pressing Alt | Matthias Clasen | 2009-12-20 | 1 | -2/+84 |
* | Fix a typo | Matthias Clasen | 2008-12-13 | 1 | -1/+1 |