summaryrefslogtreecommitdiff
path: root/gtk/gtkcellrendererpixbuf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* add 2 properties (PIXBUF_EXPANDER_OPEN and PIXBUF_EXPANDER_CLOSED)Jonathan Blandford2001-11-271-0/+18
* 2 new signals; is_expander/is_expanded.Jonathan Blandford2001-08-191-9/+58
* Take into account the xpad and ypad when calculating the width and theAnders Carlsson2001-07-131-1/+4
* It's pixbuf_pos, not pixbufpos.Anders Carlsson2001-04-121-1/+1
* Changed prototype to allow for getting the location of the cell relativeJonathan Blandford2001-03-151-16/+44
* marshaller fixes.Tim Janik2001-03-071-8/+4
* Apply patch from Lee Mallabone to add object properties.Jonathan Blandford2001-03-051-0/+1
* CVS is doing its broken pipe thing, this is more of the previous commitHavoc Pennington2001-02-031-0/+13
* handle case where there are no rows in the modelHavoc Pennington2001-01-091-63/+56
* Adapt to GtkTreeSelection changesHavoc Pennington2001-01-011-5/+1
* :get_property): remove g_value_init calls, as they are no longer needed.Jonathan Blandford2000-12-211-1/+0
* get rid of object_signal:: GtkObject argument uses, use GObjectTim Janik2000-12-121-56/+58