summaryrefslogtreecommitdiff
path: root/gtk/gtkiconhelper.c
Commit message (Expand)AuthorAgeFilesLines
* iconhelper: Fix leak when rendering to cairo surfaceBastien Nocera2013-10-021-0/+1
* iconhelper: Use g_clear_* helpersBastien Nocera2013-10-021-17/+4
* iconhelper: refactor some code into a single functionCosimo Cecchi2013-08-201-38/+32
* iconhelper: clear the surface on invalidationCosimo Cecchi2013-08-031-0/+5
* Continue the deprecation of GtkIconSetKjell Ahlstedt2013-07-091-0/+2
* Fix some inconsistent deprecationsKjell Ahlstedt2013-07-091-0/+2
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-5/+3
* Avoid deprecation warningMatthias Clasen2013-07-031-0/+5
* GtkIconHelper: Convert to using cairo surfaces as base and support scalesAlexander Larsson2013-07-031-24/+455
* GtkIconHelper: Add set_window()Alexander Larsson2013-07-031-0/+14
* Deprecate GtkIconFactory, GtkIconSet, GtkIconSourceWilliam Jon McCann2013-06-261-8/+15
* Start migrating internals away from GtkStockWilliam Jon McCann2013-06-241-5/+10
* Fix deprecations for GtkIconInfoJasper St. Pierre2013-02-151-1/+1
* iconhelper: small code simplificationSébastien Wilmet2013-01-171-2/+2
* iconhelper: treat the empty string as a NULL stock-idMurray Cumming2013-01-041-1/+2
* IconHelper: Avoid warnings for non-existing stock idsAlexander Larsson2012-12-131-1/+4
* Add API to force a GtkIconHelper pixbuf rescalingCarlos Garnacho2012-07-131-2/+52
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* iconhelper: treat the empty string as a NULL icon nameCosimo Cecchi2011-12-151-1/+2
* icon-helper: remove useless checksCosimo Cecchi2011-11-301-18/+0
* icon-helper: don't warn out when the icon size is GTK_ICON_SIZE_INVALIDCosimo Cecchi2011-11-301-2/+9
* icon-helper: don't reset pixel_size when clearing the helperCosimo Cecchi2011-11-301-1/+0
* icon-helper: add GtkIconHelper private objectCosimo Cecchi2011-11-301-0/+578