summaryrefslogtreecommitdiff
path: root/gtk/gtkimage.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Add a variant of gtk_icon_theme_load_symbolic that takes a styleMatthias Clasen2010-06-141-44/+10
* Remove deprecated GtkImage functionsChristian Dywan2010-05-031-40/+0
* Support 'symbolic' themed iconsMatthias Clasen2010-04-281-15/+122
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-4/+4
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)Javier Jardón2010-03-061-1/+1
* Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-03-031-1/+1
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-4/+6
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-011-1/+1
* Move documentation to inline comments: GtkImageJavier Jardón2009-12-211-0/+110
* Change GtkIconSize to int in params/return valuesDan Winship2009-12-191-12/+16
* Fix out/transfer annotations on GtkImage gettersDan Winship2009-12-191-14/+24
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-15/+15
* Make setting the icon-size property on GTK_IMAGE_GICON images workChristian Persch2009-11-231-1/+5
* Fix a problem in GtkImage size allocationMatthias Clasen2009-10-181-4/+17
* Improve docsMatthias Clasen2009-01-231-10/+10
* Bug 552667 – gtkimage containing gicon leaks memoryChristian Persch2008-09-171-3/+6
* gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.cMichael Natterer2008-08-121-7/+4
* gtk/gtk.symbols gtk/makegtkalias.pl gtk/gtkaccelmap.c gtk/gtkfilechooser.cTor Lillqvist2008-08-081-1/+1
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* When pixel-size is specified, use GTK_ICON_LOOKUP_FORCE_SIZE when loadingMatthias Clasen2008-06-161-3/+9
* Bug 522084 – GIcon support for GtkIconTheme & GtkImageMatthias Clasen2008-05-291-1/+236
* Avoid drawing one too many frames. (#107398, Owen Taylor, Miguel Gomez)Matthias Clasen2007-11-211-8/+10
* Require gtk-doc 1.6, for signal and property links.Matthias Clasen2007-05-261-20/+7
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-2/+1
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-6/+2
* Only unref the pixbuf if the image has the appropriate storage type.Matthias Clasen2006-05-181-4/+7
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-43/+11
* Update the size of the image, by swapping the implementations ofMatthias Clasen2006-03-161-25/+23
* call gtk_window_process_updates() so the animation keeps running even ifMichael Natterer2005-11-161-2/+10