summaryrefslogtreecommitdiff
path: root/gtk/gtkcellrenderer.c
Commit message (Expand)AuthorAgeFilesLines
* Added/Implemented GtkCellSizeRequestIfaceTristan Van Berkom2010-08-181-24/+210
* gtkcellrenderer: Move public members to private structureJavier Jardón2010-07-131-87/+155
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+1
* Remove deprecated GtkCellRenderer functionJavier Jardón2010-05-031-22/+0
* [annotations] Add allow-noneJohan Dahlin2010-02-191-11/+11
* Trivial typo fix.Paul Pogonyshev2009-11-081-1/+1
* Documentation fixesMatthias Clasen2009-08-241-4/+8
* Add API for sealed member "visible"Michael Natterer2009-07-151-0/+38
* Add API for sealed members xpad, ypad, xalign, yalign and sensitiveMichael Natterer2009-07-141-6/+167
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Make GtkCellRenderer::editing read-only. (Catched by Matthias)Tim Janik2008-06-201-1/+1
* Add "editing" GObject property to GtkCellRenderer.Tim Janik2008-06-201-1/+16
* gtk/gtkcellrenderer.c gtk/gtkcellrendererpixbuf.cMichael Natterer2008-05-191-1/+1
* gtk/gtkbutton.h gtk/gtkcellrenderer.h gtk/gtkimcontext.h gtk/gtkstyle.hMichael Natterer2008-01-251-26/+26
* Require gtk-doc 1.8Matthias Clasen2007-11-251-6/+5
* Add more documentation.Matthias Clasen2007-07-121-25/+33
* 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