summaryrefslogtreecommitdiff
path: root/gtk/gtkmenu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix scroll_offset handlingMatthias Clasen2011-12-231-1/+1
* Only push the menu in if the position function said soMatthias Clasen2011-12-231-13/+2
* Use gtk_widget_get_allocated_width/height where it makes senseMatthias Clasen2011-12-231-4/+2
* Remove an unneeded variableMatthias Clasen2011-12-231-6/+3
* Remove an unused structMatthias Clasen2011-12-231-40/+0
* Use the workarea when placing popupsMatthias Clasen2011-12-181-3/+3
* Bug 663856 - Make option-foo accelerators use the right symbolMichael Natterer2011-11-181-6/+8
* Move wholly deprecated files to a subdirectoryMatthias Clasen2011-11-011-1/+1
* Don't use *DISABLE_DEPRECATED guardsMatthias Clasen2011-11-011-1/+0
* menu: Deprecate GtkTearoffMenuItemBenjamin Otte2011-10-011-1/+5
* More include cleanupsMatthias Clasen2011-08-281-1/+1
* Convert GailMenu to GtkMenuAccessibleMatthias Clasen2011-07-051-0/+3
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-1/+1
* gtk: Clean some includesJavier Jardón2011-06-081-1/+1
* gtkwidget: Move private functions to private headerJavier Jardón2011-06-041-0/+1
* menu: Realize window before positioningBenjamin Otte2011-05-251-3/+5
* menu: Only realize menu if it isn't realized yetBenjamin Otte2011-05-191-0/+1
* menu: don't use the border as a padding valueCosimo Cecchi2011-05-181-95/+56
* [gi] don't skip gtk_menu_attach_to_widget, correctly annotate the async callbackJohn (J5) Palmieri2011-03-031-3/+3
* Minor documentation improvementsMurray Cumming2011-02-231-1/+1