summaryrefslogtreecommitdiff
path: root/gtk/gtkmenu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-6/+6
* menu: Port to draw vfuncBenjamin Otte2010-09-261-45/+40
* gtk: Don't set colormap anymore when creating GDK windowsBenjamin Otte2010-09-261-2/+1
* API: Rename gdk_set_source_pixmap() to gdk_set_source_window()Benjamin Otte2010-09-261-2/+1
* menu: set tearoff background using new background APIBenjamin Otte2010-09-261-8/+12
* menu: Remove unused variableBenjamin Otte2010-09-261-2/+0
* GtkMenu: Add a destroy notify to gtk_menu_popup_for_deviceMatthias Clasen2010-09-241-31/+50
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-151-4/+8
* Fix more SizeRequest implementations to avoid recursive calls to wrapper APIHavoc Pennington2010-09-121-2/+2
* GDK: Prefix key names with KEY_Colin Walters2010-09-081-19/+19
* gtk/gtkmenu.c: use accessor functions to access GtkWidgetJavier Jardón2010-09-081-136/+198
* Completely removed requisition cache from GtkWidget instance structure.Tristan Van Berkom2010-09-081-2/+3
* Move deprectated menu enumerations to a private headerMatthias Clasen2010-08-281-1/+1
* Fixed oversized menus allocated offscreenTristan Van Berkom2010-08-201-30/+31
* Implemented height-for-width geometry management for menusTristan Van Berkom2010-08-181-120/+292
* menu: replace gdk_draw_drawable() call with Cairo equivalentBenjamin Otte2010-07-261-10/+8
* Use GtkBin accessorsJavier Jardón2010-07-131-6/+6
* Use accessor functions to acces GtkContainerJavier Jardón2010-07-131-15/+19
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-5/+0
* Get rid of navigation region in GtkMenuBenjamin Otte2010-06-281-66/+80
* Create the navigation region without flippingBenjamin Otte2010-06-281-52/+5
* [gtk/gtkmenu] Emit an "attach-widget" event in gtk_menu_attach_to_widget()Javier Jardón2010-06-161-0/+2