summaryrefslogtreecommitdiff
path: root/gtk/gtkimage.c
Commit message (Expand)AuthorAgeFilesLines
* GtkImage: Add cairo surface api to the docsMatthias Clasen2014-07-071-0/+2
* GtkImage: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-29/+15
* Revert "GtkImage: Drop use of GtkMisc::x/yalign"Matthias Clasen2014-05-271-64/+11
* Revert "Fix up GtkLabel and GtkImage sizing"Matthias Clasen2014-05-271-20/+3
* Revert "More label and image sizing fixes"Matthias Clasen2014-05-271-12/+4
* More label and image sizing fixesMatthias Clasen2014-05-271-4/+12
* Fix up GtkLabel and GtkImage sizingMatthias Clasen2014-05-271-3/+20
* image: Draw the image againBenjamin Otte2014-05-241-1/+4
* image: Remove unused variableBenjamin Otte2014-05-241-2/+0
* GtkImage: Drop use of GtkMisc::x/yalignMatthias Clasen2014-05-241-10/+62
* Deprecate GtkMiscMatthias Clasen2014-05-131-4/+8
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-13/+13
* Docs: use // for comments in examplesMatthias Clasen2014-02-141-6/+3
* docs: fully break lines in examplesWilliam Jon McCann2014-02-121-4/+5
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-7/+7
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-7/+7
* docs: use proper apostropheWilliam Jon McCann2014-02-071-2/+2
* docs: use proper quotesWilliam Jon McCann2014-02-051-6/+6
* docs: don't use <application> tagsWilliam Jon McCann2014-02-041-1/+1
* docs: replace all <examples> with markdown headingsWilliam Jon McCann2014-02-041-3/+3
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-2/+2
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-4/+4
* docs: use #*-struct instead of <structname>William Jon McCann2014-01-271-2/+1
* all: Add names to timeoutsBastien Nocera2013-10-231-1/+4
* Improve struct packing in various placesMatthias Clasen2013-09-211-3/+3
* Move wholly deprecated classes to gtk/deprecated/Matthias Clasen2013-07-191-2/+2
* Continue the deprecation of GtkIconSetKjell Ahlstedt2013-07-091-0/+2
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-6/+2
* Add missing G_PARAM_DEPRECATED to stock deprecationsWilliam Jon McCann2013-07-081-2/+2
* GtkImage: Add new_from_surface() and set_from_surface()Alexander Larsson2013-07-031-0/+77
* GtkImage: Set the window on the gtkiconhelperAlexander Larsson2013-07-031-0/+18
* Deprecate GtkIconFactory, GtkIconSet, GtkIconSourceWilliam Jon McCann2013-06-261-4/+27
* Start deprecating some GtkStock APIWilliam Jon McCann2013-06-251-0/+15
* Start migrating internals away from GtkStockWilliam Jon McCann2013-06-241-6/+6
* GtkImage: Fix the initial value of icon-sizeMatthias Clasen2013-06-151-0/+1
* GtkImage: do not leak metrics in baseline alignPaolo Borelli2013-04-271-0/+2
* GtkImage: Reuse previously calculated baseline_align in draw()Alexander Larsson2013-04-231-16/+2
* GtkImage: Support baselinesAlexander Larsson2013-04-231-6/+81
* image: Make gtk_image_new_from_resource() load animationsBenjamin Otte2013-02-011-11/+8
* gtkimage: Add GtkImage::resource propertyJasper St. Pierre2013-01-241-1/+38
* 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