summaryrefslogtreecommitdiff
path: root/gtk/gtkiconhelper.c
Commit message (Expand)AuthorAgeFilesLines
* More of the sameMatthias Clasen2015-03-221-1/+1
* Revert "iconhelper: Don't check states"Benjamin Otte2015-03-121-2/+36
* iconhelper: Use the screen's icon themeBenjamin Otte2015-03-121-2/+2
* iconhelper: Replace functionBenjamin Otte2015-03-121-3/+3
* iconhelper: Move function from style context into only userBenjamin Otte2015-03-121-2/+28
* iconhelper: Don't check statesBenjamin Otte2015-03-121-36/+2
* configure.ac: Depend on cairo 1.14.0Javier Jardón2014-11-101-2/+0
* GtkIconHelper: Short circuit _gtk_icon_helper_get_size in some casesAlexander Larsson2014-08-121-30/+93
* iconhelper: reset original pixbuf scale on clearCosimo Cecchi2014-07-291-0/+1
* GtkIconHelper: use FORCE_SCALE when force_scale_pixbuf is setMatthias Clasen2014-06-221-1/+1
* GtkIconHelper: Change setters to return successMatthias Clasen2014-06-091-6/+12
* iconhelper: Respect -gtk-icon-styleBenjamin Otte2014-05-141-3/+9
* iconhelper: Simplify codeBenjamin Otte2014-05-111-29/+13
* iconhelper: always ensure a stated pixbufCosimo Cecchi2014-04-131-1/+10
* 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