summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* GTK docs: Update width-for-height docsMatthias Clasen2010-10-011-10/+10
* GTK docs: various fixupsMatthias Clasen2010-10-013-6/+10
* Update for recent api changesMatthias Clasen2010-10-011-16/+12
* Initialize private structureJonh Wendell2010-09-301-1/+5
* dnd: Fix gtk_drag_set_icon_surface() with translucent surfacesBenjamin Otte2010-09-301-1/+3
* trayicon: Use gdk_cairo_get_clip_rectangle() to simplify codeBenjamin Otte2010-09-301-17/+18
* docs: Add note about hot_x/y in gtk_drag_set_icon_surface()Benjamin Otte2010-09-301-0/+5
* introspection: Fix some annotation syntaxColin Walters2010-09-291-2/+2
* gtk: Fix remaining mentions of gtk_container_propagate_expose()Benjamin Otte2010-09-293-8/+5
* Remove unneded castsJavier Jardón2010-09-2910-25/+23
* gtk_adjustment_new() should return a GtkAdjustment*Javier Jardón2010-09-298-9/+9
* API: remove gtk_window_set_visual()Benjamin Otte2010-09-283-104/+31
* trayicon: Use gtk_widget_set_visual()Benjamin Otte2010-09-281-1/+1
* API: gtk: Add gtk_widget_set_visual()Benjamin Otte2010-09-283-6/+52
* widget: Fix compile warnings: missing return valueBenjamin Otte2010-09-281-0/+1
* toolbar: Fix compilation warnings - missing castBenjamin Otte2010-09-281-1/+1
* treeview: Fix compilation warnings - missing castBenjamin Otte2010-09-281-1/+1
* offscreenwindow: Fix includesBenjamin Otte2010-09-281-1/+1
* notebook: Fix compilation warnings - missing castBenjamin Otte2010-09-281-1/+1
* combobox: Fix compilation warnings - missing castBenjamin Otte2010-09-281-1/+1
* Fix maintainer-cleanClaudio Saavedra2010-09-281-2/+2
* label: Fix rendering of rotated labelsBenjamin Otte2010-09-271-2/+1
* Fix erroneous usage of height-for-width apis in gtk_widget_real_adjust_size_a...Tristan Van Berkom2010-09-271-13/+34
* Fixing documentation of gtk_widget_get_request_mode()Tristan Van Berkom2010-09-271-1/+1
* Remove GtkWidgetFlagsMatthias Clasen2010-09-262-142/+0
* Remove GtkObject completelyMatthias Clasen2010-09-2661-802/+494
* Move destroy signal to GtkWidgetJavier Jardón2010-09-2633-387/+321
* Move classes that currently derive from GtkObject to GInitiallyUnownedJavier Jardón2010-09-2613-34/+27
* Move documentation to inline comments: GtkPaperSizeJavier Jardón2010-09-272-0/+62
* Update and expand GtkAccelMap API docsTadej Borovšak2010-09-272-9/+73
* Move documentation to inline comments: GtkAccelMapJavier Jardón2010-09-271-0/+7
* image: Fix up draw functionBenjamin Otte2010-09-261-34/+3
* accellabel: Remove gtk_widget_is_drawable() check from draw vfuncBenjamin Otte2010-09-261-70/+65
* treeview: Use gtk_cairo_transform_to_window()Benjamin Otte2010-09-261-3/+1
* spinbutton: Use gtk_cairo_transform_to_window()Benjamin Otte2010-09-261-3/+1
* notebook: Use gtk_cairo_transform_to_window()Benjamin Otte2010-09-261-5/+2
* menu: Use gtk_cairo_transform_to_window()Benjamin Otte2010-09-261-5/+1
* iconview: Use gtk_cairo_transform_to_window()Benjamin Otte2010-09-261-3/+1
* entry: Use gtk_cairo_transform_to_window()Benjamin Otte2010-09-261-8/+2
* calendar: Use gtk_cairo_transform_to_window()Benjamin Otte2010-09-261-17/+9
* textview: Use gtk_cairo_transform_to_window()Benjamin Otte2010-09-261-4/+1
* API: Add gtk_cairo_transform_to_window()Benjamin Otte2010-09-263-26/+81
* cellrenderer: Merge GtkCellSizeRequest into GtkCellRendererBenjamin Otte2010-09-2611-641/+483
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-2667-1330/+1067
* dnd-quartz: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-261-1/+2
* window: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-261-2/+2
* widget: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-261-1/+2
* viewport: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-261-6/+7
* treeview: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-261-33/+19
* textview: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-261-4/+3