summaryrefslogtreecommitdiff
path: root/gtk/gtkimage.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a memory leak in GtkImageDan Vrátil2012-06-201-0/+2
* GtkImage: fix get_property('stock')Pavel Holejsovsky2012-06-191-1/+1
* image: Don't add border twiceBenjamin Otte2012-06-151-3/+0
* image: background and border should be drawn around the widgetBenjamin Otte2012-06-141-5/+9
* GtkImage: Move g_clear_object() to gtk_image_finalize()Michael Vogt2012-04-161-7/+7
* gtk: Don't call gdk_window_process_updates() when scrollingBenjamin Otte2012-04-051-3/+0
* image: handle PROP_STORAGE_TYPE in get_property()Cosimo Cecchi2012-03-021-0/+3
* Change FSF AddressJavier Jardón2012-02-271-4/+2
* Silence a compiler warningMatthias Clasen2012-01-241-1/+1
* Render background of a GtkImagePaolo Borelli2012-01-231-0/+1
* Factor out _gtk_misc_get_padding_and_borderPaolo Borelli2012-01-221-8/+14
* image: Fix gcc warningsBenjamin Otte2012-01-161-5/+2
* Add GtkImage constructors from resourcesAlexander Larsson2012-01-161-0/+90
* image: Stop setting state flags on the style context for drawingRui Matos2011-12-191-7/+0
* image: take misc padding into account when calculating x/y draw coordsCosimo Cecchi2011-12-121-1/+1
* image: add gtk_image_get_preferred_size()Cosimo Cecchi2011-12-121-19/+29
* image: use the default icon size if no icon size is providedCosimo Cecchi2011-11-301-0/+3
* image: minor cleanupCosimo Cecchi2011-11-301-1/+1
* image: simplify codeCosimo Cecchi2011-11-301-34/+6
* image: port to GtkIconHelperCosimo Cecchi2011-11-301-719/+153
* Convert GailImage to GtkImageAccessibleMatthias Clasen2011-07-051-0/+4
* image: Initialize variableJuan A. Suarez Romero2011-06-141-1/+1
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-3/+3
* image: use gtk_render_icon()Cosimo Cecchi2011-06-091-181/+156
* gtkdnd: Add API that takes GIconColin Walters2011-05-031-0/+14
* GtkImagePrivate: Improve struct packingMatthias Clasen2011-04-121-2/+2
* API: image: Move private struct definitions into private headerBenjamin Otte2011-02-081-1/+1
* Always chain up in ::style-updatedMatthias Clasen2011-02-071-5/+1
* [GI] Annotate strings holding file paths as (type filename)Pavel Holejsovsky2011-01-181-2/+2
* GtkImage: Add "use-fallback" propertyBastien Nocera2011-01-181-2/+42
* Make GtkImage use GtkStyleContextCarlos Garnacho2011-01-101-46/+41
* Remove gtktypeutils altogetherMatthias Clasen2011-01-041-0/+2
* GtkImage: Use gtk_widget_render_icon_pixbuf()Carlos Garcia Campos2010-12-081-16/+12
* Deprecate gtk_icon_info_load_symbolic_for_styleMatthias Clasen2010-12-041-12/+12
* Remove size_reuqest from GtkImageMatthias Clasen2010-10-261-34/+56
* Move destroy signal to GtkWidgetJavier Jardón2010-09-261-12/+7
* image: Fix up draw functionBenjamin Otte2010-09-261-34/+3
* image: Add a default case to switch statement to avoid gcc warningsBenjamin Otte2010-09-261-0/+1
* image: Port to draw vfuncBenjamin Otte2010-09-261-16/+9
* image: Always render the whole imageBenjamin Otte2010-09-261-61/+4
* API: image: Remove ability to set image from a pixmapBenjamin Otte2010-09-261-298/+40
* gtk/gtkimage.c: use accessor functions to access GtkWidgetJavier Jardón2010-09-081-16/+18
* Completely removed requisition cache from GtkWidget instance structure.Tristan Van Berkom2010-09-081-11/+17
* Drop Win32 DLL ABI compatibility cruftTor Lillqvist2010-08-301-32/+0
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-31/+31
* image: remove GdkImage as a possible image typeBenjamin Otte2010-08-101-183/+1
* image: Use Cairo instead of gdk_draw_drawable()Benjamin Otte2010-07-261-18/+25
* image: replace gdk_draw_pixbuf() call with Cairo equivalentBenjamin Otte2010-07-261-11/+5
* Use accessor functions to access GtkMiscJavier Jardón2010-07-131-12/+21
* GtkImage: move public members to private structureJavier Jardón2010-07-131-310/+380