summaryrefslogtreecommitdiff
path: root/gtk/gtkcellrendererpixbuf.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 557065 – gtkcellrendererpixbuf spams console over and over withChristian Persch2008-10-261-15/+3
* Bug 555779 – GtkCellRendererPixbuf crashed on failed GIcon lookupMatthias Clasen2008-10-141-2/+10
* examples/gtkdial/gtkdial.c gdk/gdkapplaunchcontext.c gdk/gdkpango.cMichael Natterer2008-08-121-1/+1
* Since s/2.16/2.14/ for the new gicon property.Kristian Rietveld2008-07-021-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Remove an unused prototype.Johan Dahlin2008-06-191-2/+0
* Bug 538519 – GtkCellRendererPixbuf doesn't allow unsetting the iconCarlos Garnacho2008-06-161-20/+8
* Add a gicon propertyMatthias Clasen2008-06-151-79/+105
* gtk/gtkcellrenderer.c gtk/gtkcellrendererpixbuf.cMichael Natterer2008-05-191-9/+9
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-2/+1
* Make sure [xy]_offset are always being initialized, fix pixbuf rendererKristian Rietveld2006-12-031-10/+12
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-1/+1
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-35/+2
* Fix bug #319974:Michael Natterer2005-10-271-31/+60
* Don't leak expander pixbufs. (#316946, Tommi Komulainen)Matthias Clasen2005-09-231-0/+4
* Intern some more strings.Matthias Clasen2005-09-011-1/+1
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Support named icons in cells by adding a icon-name property. (#165777,Matthias Clasen2005-05-181-10/+94
* Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in toOwen Taylor2005-05-111-12/+8
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-9/+8
* Fix typoMatthias Clasen2005-03-211-1/+1
* : Mark param spec strings as static.Matthias Clasen2005-03-211-10/+9
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* More canonical property names.Matthias Clasen2005-03-091-6/+6
* Don't warn if a stock icon cannot be found. (#168830, Sven Neumann)Matthias Clasen2005-03-031-21/+16
* remove unused function.Manish Singh2005-02-041-2/+2
* Support tinting in GtkCellRendererPixbuf (#162903, Jorn Baayen):Matthias Clasen2005-01-201-15/+114
* Drop the reference to the pixbuf, regardless whether it is a stock pixbuf.Matthias Clasen2004-10-301-1/+1
* Don't reuse insensitive pixbufs across multiple rows. (#153984, MiloszMatthias Clasen2004-09-281-28/+25
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Support insensitive cells in tree views and combo boxes.Matthias Clasen2004-05-271-0/+35
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Make stock_size an uint property, to allow custom icon sizes. Also clarifyMatthias Clasen2004-02-141-5/+6
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-12/+12
* Migrating all cell renderers to use the new instance private dataKristian Rietveld2003-12-181-39/+51
* if we set a new stock_id and there was a previous stock_id, unref theKristian Rietveld2003-12-171-1/+8
* The render vfunc takes a GdkDrawable* instead of a GdkWindow*, becauseMurray Cumming2003-09-301-1/+1
* removed redundant calls to g_object_notify().Sven Neumann2003-03-131-15/+14
* handle rtl code.Jonathan Blandford2003-03-031-1/+2
* The full changelog for this commit is too long to paste here, so to avoidKristian Rietveld2003-01-141-1/+2
* took out the useless check for refs->list (#97353, reported by MortenKristian Rietveld2002-11-031-1/+1
* Behaviour change, apply changes if the entry of the editable gets a focusKristian Rietveld2002-10-141-8/+8
* deprecation cleanupManish Singh2002-10-071-97/+98
* Export _gdk_draw_pixbuf as gdk_draw_pixbuf(), rename the _draw_pixbufOwen Taylor2002-10-021-13/+12
* Minor documentation fixesSoren Sandmann2002-08-101-3/+3
* This commit fixes binary compatibility, which I broke with my recent cellKristian Rietveld2002-04-261-24/+47
* This commit adds stock icon functionality to GtkCellRendererPixbuf whichKristian Rietveld2002-04-221-2/+111
* General property notification cleanup.Matthias Clasen2002-01-281-3/+0
* Remove unused pixels and rowstride variables.Anders Carlsson2002-01-071-5/+0