summaryrefslogtreecommitdiff
path: root/gtk/gtkcellrenderer.c
Commit message (Expand)AuthorAgeFilesLines
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-30/+1
* Doc updatesMatthias Clasen2005-12-201-1/+1
* Intern some more strings.Matthias Clasen2005-09-011-3/+3
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in toOwen Taylor2005-05-111-13/+7
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-3/+3
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-16/+15
* Fix a typoMatthias Clasen2005-03-211-1/+1
* : Mark param spec strings as static.Matthias Clasen2005-03-211-23/+16
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+3
* xMatthias Clasen2005-03-091-5/+5
* Fix #145463, reported by Michael Natterer.Matthias Clasen2004-12-091-2/+32
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fix the documentation comment for the editing-started signal.Federico Mena Quintero2004-07-201-3/+3
* Allow custom initialization of cell editables. (#147221)Matthias Clasen2004-07-201-9/+64
* Correct the declared default values of several properties to be in syncMatthias Clasen2004-07-151-3/+5
* Support insensitive cells in tree views and combo boxes.Matthias Clasen2004-05-271-2/+16
* Doc fixes.Matthias Clasen2004-04-151-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Remove arbitrary low upper limits on the xpad, ypad, width and heightMatthias Clasen2004-02-111-4/+4
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-26/+26
* Fix #130969.Federico Mena Quintero2004-01-161-0/+50
* Migrating all cell renderers to use the new instance private dataKristian Rietveld2003-12-181-27/+23
* is-expander and is-expanded are boolean properties, not ints. (#118359,Matthias Clasen2003-07-271-2/+2
* add a gtk_list_store_sort_iter_changed line for some special case ...Kristian Rietveld2002-11-261-12/+15
* deprecation cleanupManish Singh2002-10-071-6/+12
* Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383)Matthias Clasen2002-09-211-2/+4
* Minor documentation fixesSoren Sandmann2002-08-101-7/+7
* 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