summaryrefslogtreecommitdiff
path: root/gtk/gtkimage.c
Commit message (Expand)AuthorAgeFilesLines
* image: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-136/+128
* GtkImage: Plug a memory leakMatthias Clasen2015-07-211-2/+1
* GtkImage: Make resource property work properlycedlemo2015-06-251-2/+2
* Revert "image: Optimize non-resize changes"Matthias Clasen2015-04-081-90/+17
* image: Optimize non-resize changesMatthias Clasen2015-03-211-17/+90
* Revert "image: Optimize non-resize changes"Matthias Clasen2015-02-111-109/+23
* image: Optimize non-resize changesMatthias Clasen2015-01-301-23/+109
* image: Use _gtk_css_style_property_get_mask_affecting()Benjamin Otte2015-01-271-1/+9
* image: Compute clip properlyBenjamin Otte2015-01-201-6/+7
* image: Implement clipping support for icon-shadowBenjamin Otte2014-10-031-0/+26
* GtkImage: Always close the loaderMatthias Clasen2014-07-311-0/+1
* image: support scale factor when loading from GResource and fileCosimo Cecchi2014-07-291-2/+97
* 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