summaryrefslogtreecommitdiff
path: root/gtk/gtkmenu.c
Commit message (Expand)AuthorAgeFilesLines
* docs: use proper quotesWilliam Jon McCann2014-02-051-2/+2
* docs: use ` instead of <literal>William Jon McCann2014-02-041-2/+2
* docs: replace all <examples> with markdown headingsWilliam Jon McCann2014-02-041-7/+5
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-2/+2
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-4/+4
* Drop internal uses of gtk_widget_get_root_windowMatthias Clasen2014-01-241-1/+3
* gtkmenu: Fix potential use of uninitialised variablesPhilip Withnall2013-12-021-3/+3
* menu: Do a proper min height requestBenjamin Otte2013-11-251-2/+10
* all: Add names to timeoutsBastien Nocera2013-10-231-0/+3
* GMenu docs: Tiny grammar fixMurray Cumming2013-10-111-2/+2
* GtkMenu: Document that gtk_widget_insert_action_group() can be usedXavier Claessens2013-10-101-0/+3
* Avoid deprecation warningsMatthias Clasen2013-08-201-0/+12
* Add some missing deprecation annotationsMatthias Clasen2013-08-131-2/+2
* docs: gtk_menu_attach_to_widget()Murray Cumming2013-07-221-0/+5
* Deprecate tear off menusWilliam Jon McCann2013-07-181-0/+18
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-4/+2
* Deprecate and ignore gtk-menu popup and popdown delay settingsWilliam Jon McCann2013-06-261-14/+5
* Deprecate and ignore gtk-can-change-accelsWilliam Jon McCann2013-06-261-160/+1
* Remove gtk_widget_size_allocate from gtk_menu_popup_for_deviceMatthias Clasen2013-05-091-24/+1
* Ignore deprecations where neededMatthias Clasen2013-05-051-0/+5
* Add gtk_widget_(un)register_windowAlexander Larsson2013-02-071-7/+7
* menu: Huh?Benjamin Otte2012-12-291-3/+0
* menu: deprecate horizontal-padding and vertical-paddingCosimo Cecchi2012-11-281-83/+56
* gtkmodelmenu: simplify logic, expose bind APIRyan Lortie2012-09-171-0/+29
* GtkWidget: Add gtk_widget_insert_action_group()Lars Uebernickel2012-08-201-0/+4
* menu: Fix touch scrolling on menus close to the monitor edgeCarlos Garnacho2012-07-131-2/+5
* menu: small code cleanupCarlos Garnacho2012-07-131-4/+4
* menu: code style fixCarlos Garnacho2012-07-131-2/+1
* menu: notify attach-widget property when menu is detachedCosimo Cecchi2012-07-061-0/+1
* docs: fix a number of typos and obsolete referencesCosimo Cecchi2012-07-021-3/+3
* menu: add missing (scope async) annotation to gtk_menu_popup()Cosimo Cecchi2012-06-251-1/+1
* Make page up/down work again in scrolled menusMatthias Clasen2012-04-241-5/+2
* widget: Don't cache widget paths all the timeBenjamin Otte2012-04-171-1/+1
* Fix malformed doc commentsMatthias Clasen2012-04-121-3/+3
* menu: Undo a hack with style contextsBenjamin Otte2012-04-071-7/+5
* Undo the gtk_menu_popup_for_device rename-to annotationMatthias Clasen2012-03-191-2/+1
* gtk: Get gtkwidgetpath.h includes out of the public headersBenjamin Otte2012-03-191-0/+1
* types: Move GtkAdustment declaration to gtktypes.hBenjamin Otte2012-03-031-0/+1
* menu: Handle smooth scrollingCarlos Garnacho2012-03-011-0/+4
* menus: Don't popdown submenus on button release for touch devicesCarlos Garnacho2012-03-011-1/+15
* menus: Remove gtk-touchscreen-mode from scrolling codeCarlos Garnacho2012-03-011-220/+55
* menus: Select the first item for touch devicesCarlos Garnacho2012-03-011-12/+5
* menus: Implement scrolling through event capture for touch devicesCarlos Garnacho2012-03-011-43/+161
* menus: Handle item selection for touch devices dynamicallyCarlos Garnacho2012-03-011-6/+5
* menu: Deactivate the menu if the GdkWindow is withdrawnRob Bradford2012-02-291-0/+9
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* gtkmenu: Use symbolic names for button numbersCarlos Garcia Campos2012-01-271-1/+1
* GtkMenu: Improve annotationsMatthias Clasen2012-01-251-0/+1
* Introduce gtk_window_get/set_attached_to()Andrea Cimitan2012-01-121-3/+5
* Another attempt at fixing menu positioning corner casesMatthias Clasen2012-01-051-13/+12