summaryrefslogtreecommitdiff
path: root/gtk/gtkmenu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add some missing symbols to the docsMatthias Clasen2011-02-081-5/+8
* Always chain up in ::style-updatedMatthias Clasen2011-02-071-0/+2
* Silence new gcc warningsMatthias Clasen2011-01-231-15/+4
* [GI] Mark unintrospectable constructs as (skip)Pavel Holejsovsky2011-01-201-5/+5
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-201-5/+5
* [GI] Cosmetic cleanups of annotations and doc commentsPavel Holejsovsky2011-01-181-3/+3
* Move GtkMenu docs inlinePavel Holejsovsky2011-01-171-2/+172
* Make GtkMenu(Shell) use GtkStyleContextCarlos Garnacho2011-01-121-22/+69
* menu: Update adjustment usage for sealingBenjamin Otte2011-01-051-18/+12
* menu: Update adjustment usage for sealingBenjamin Otte2011-01-051-9/+2
* Remove gtktypeutils altogetherMatthias Clasen2011-01-041-0/+1
* gtkmenu: Use private pointer instead G_TYPE_INSTANCE_GET_PRIVATEJavier Jardón2011-01-041-11/+5
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-2/+4
* Removed GtkMenuItem->show_submenu_indicator flagTristan Van Berkom2011-01-041-1/+0
* API: gdk: gdk_display_get_device_state() => gdk_device_get_position()Benjamin Otte2010-12-271-2/+1
* Removed sealed members from GtkMenuItemMatthias Clasen2010-12-261-12/+13
* Remove sealed members from GtkMenuShellMatthias Clasen2010-12-231-83/+83
* Remove sealed members from GtkMenuMatthias Clasen2010-12-231-1526/+1481
* GtkStyleProperties: Turn border-width into a GtkBorder property.Carlos Garnacho2010-12-041-54/+76
* GtkMenu: Use GtkStyleContext for rendering.Carlos Garnacho2010-12-041-155/+191
* GtkMenu: Set widget state as state flags.Carlos Garnacho2010-12-041-3/+3
* Fixed GtkMenuShell to deactivate itself at dispose timeTristan Van Berkom2010-11-251-2/+5
* Move all GdkDevice members to private and add one missing accessorMichael Natterer2010-11-231-1/+1
* Fix interaction between scrolling menus and automatic mnemonicsMatthias Clasen2010-10-311-7/+10
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-10-311-1/+1
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-2/+2
* Use gtk_scrollbar_new() instead gtk_[v|h]scrollbar_new()Javier Jardón2010-10-301-1/+1
* settings: Move setting property registration in gtksettings.cEmmanuele Bassi2010-10-201-25/+0
* Remove gtk_widget_hide_all()Matthias Clasen2010-10-191-10/+0
* gtkmenu: Really fix menu codeJavier Jardón2010-10-041-1/+1
* Fix a crash in menu codeChristian Persch2010-10-041-1/+1
* Remove unneded castsJavier Jardón2010-09-291-7/+5
* Move destroy signal to GtkWidgetJavier Jardón2010-09-261-14/+12
* menu: Use gtk_cairo_transform_to_window()Benjamin Otte2010-09-261-5/+1
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-47/+37
* menu: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-261-29/+21