summaryrefslogtreecommitdiff
path: root/gtk/gtkcellrendererpixbuf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-1/+1
* Checked in initial draft of the new tree widget.42000-10-051-0/+240