summaryrefslogtreecommitdiff
path: root/gtk/gtkcellrenderer.c
Commit message (Expand)AuthorAgeFilesLines
* This commit fixes binary compatibility, which I broke with my recent cellKristian Rietveld2002-04-261-9/+25
* This commit adds a cell_background property for cell renderers. With thisKristian Rietveld2002-04-231-1/+111
* Fixes for AIX compilation from Miroslaw Dobrzanski-Neumann, #72182.Owen Taylor2002-02-231-1/+1
* General property notification cleanup.Matthias Clasen2002-01-281-10/+0
* gchar* args of GtkCellRendererText and GtkCellRendererToggle signal handlers ...Murray Cumming2001-10-311-2/+2
* Make a GtkCellEditable (get_widget_window_size): Change to let it honorJonathan Blandford2001-09-251-33/+23
* centralize all the editing codeJonathan Blandford2001-09-181-1/+0
* Get rid of broken "can_edit" and "can_activate" properties in favor ofJonathan Blandford2001-09-181-46/+17
* Add editable interface. This should be the last big GtkTreeView APIJonathan Blandford2001-09-171-24/+96
* Sun Aug 19 01:44:44 2001 Jonathan Blandford <jrb@redhat.com>>Jonathan Blandford2001-08-191-4/+0
* 2 new signals; is_expander/is_expanded.Jonathan Blandford2001-08-191-0/+35
* coalescing property notifiesHans Breuer2001-08-111-8/+15
* changed new_with_types to just plain new, fixing the number of columns,Jonathan Blandford2001-06-301-1/+109
* It's pixbuf_pos, not pixbufpos.Anders Carlsson2001-04-121-4/+4
* Apply patch from Nils Barth fixing event return values. (#51041)Owen Taylor2001-03-281-1/+1
* Changed prototype to allow for getting the location of the cell relativeJonathan Blandford2001-03-151-15/+40
* marshaller fixes.Tim Janik2001-03-071-8/+4
* Add visible field to allow you to hide cell renderers.Jonathan Blandford2001-03-071-4/+21
* Apply patch from Lee Mallabone to add object properties.Jonathan Blandford2001-03-051-0/+4
* CVS is doing its broken pipe thing, this is more of the previous commitHavoc Pennington2001-02-031-5/+27
* adapt to handle PangoColorHavoc Pennington2001-01-261-0/+25
* add thisHavoc Pennington2001-01-041-14/+14
* Adapt to GtkTreeSelection changesHavoc Pennington2001-01-011-11/+7
* get rid of object_signal:: GtkObject argument uses, use GObjectTim Janik2000-12-121-66/+68
* 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/+268