summaryrefslogtreecommitdiff
path: root/gtk/gtkmenu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* GtkMenuShell: take a single device for grabs.Carlos Garnacho2010-06-161-16/+18
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-56/+190
* Do not use lock_count of GtkAccelGroup directly in GtkMenuChristian Dywan2010-05-031-1/+1
* Improve the behaviour of automatic mnemonicsMatthias Clasen2010-03-141-2/+5
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-1/+1
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-03-061-1/+1
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-9/+9
* Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-03-031-2/+2
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-9/+9
* Deprecate widget flag: GTK_WIDGET_IS_SENSITIVEJavier Jardón2010-03-011-1/+1
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-011-2/+2
* [annotations] Add allow-none for gtk_menu_popupJohan Dahlin2010-02-191-1/+1
* [annotations] Add allow-noneJohan Dahlin2010-02-191-3/+3
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-01-041-1/+1
* Only show the mnemonic underline when pressing AltMatthias Clasen2009-12-201-0/+12
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-4/+9
* Fix some compilation warningJavier Jardón2009-10-211-0/+1
* Fix some compilation warningJavier Jardón2009-10-211-0/+4
* Remove some unused variables (GnomeBug:591218)Javier Jardón2009-08-101-1/+0
* Remove accidentally added debug spewAlexander Larsson2009-07-091-50/+0
* Correctly set enter/leave events as detail=nonlinearAlexander Larsson2009-07-091-0/+50