summaryrefslogtreecommitdiff
path: root/gtk/gtkcellrenderer.h
Commit message (Expand)AuthorAgeFilesLines
* define __GTK_H_INSIDE__ around including all other headers.Michael Natterer2008-05-281-0/+4
* gtk/gtkbutton.h gtk/gtkcellrenderer.h gtk/gtkimcontext.h gtk/gtkstyle.hMichael Natterer2008-01-251-8/+8
* Undo bogus commit.Benjamin Berg2006-12-141-2/+1
* - Remove unused code/options from the code. Warn about their usage whileBenjamin Berg2006-12-131-1/+2
* Fix #145463, reported by Michael Natterer.Matthias Clasen2004-12-091-0/+5
* Allow custom initialization of cell editables. (#147221)Matthias Clasen2004-07-201-1/+3
* Support insensitive cells in tree views and combo boxes.Matthias Clasen2004-05-271-0/+1
* Fix #130969.Federico Mena Quintero2004-01-161-2/+6
* The render vfunc takes a GdkDrawable* instead of a GdkWindow*, becauseMurray Cumming2003-09-301-1/+1
* add a gtk_list_store_sort_iter_changed line for some special case ...Kristian Rietveld2002-11-261-1/+2
* deprecation cleanupManish Singh2002-10-071-5/+5
* This commit fixes binary compatibility, which I broke with my recent cellKristian Rietveld2002-04-261-3/+0
* This commit adds a cell_background property for cell renderers. With thisKristian Rietveld2002-04-231-0/+4
* Massive padding addition to class structures.Owen Taylor2002-02-231-0/+6
* s/obj/klass/ where appropriatejacob berkman2001-12-121-1/+1
* Remove trailing commas in enum declarations.Owen Taylor2001-11-211-1/+1
* Add GTK_SELECTION_NONE enum, #61695Jonathan Blandford2001-10-311-1/+1
* gchar* args of GtkCellRendererText and GtkCellRendererToggle signal handlers ...Murray Cumming2001-10-311-3/+3
* Get rid of broken "can_edit" and "can_activate" properties in favor ofJonathan Blandford2001-09-181-2/+8
* Add editable interface. This should be the last big GtkTreeView APIJonathan Blandford2001-09-171-61/+71
* 2 new signals; is_expander/is_expanded.Jonathan Blandford2001-08-191-0/+2
* changed new_with_types to just plain new, fixing the number of columns,Jonathan Blandford2001-06-301-25/+35
* Apply patch from Nils Barth fixing event return values. (#51041)Owen Taylor2001-03-281-45/+45
* Changed prototype to allow for getting the location of the cell relativeJonathan Blandford2001-03-151-0/+7
* Add visible field to allow you to hide cell renderers.Jonathan Blandford2001-03-071-0/+2
* remove validation idleHavoc Pennington2001-02-081-1/+3
* add thisHavoc Pennington2001-01-041-33/+33
* Rename some stuff:Havoc Pennington2001-01-041-3/+3
* Checked in initial draft of the new tree widget.42000-10-051-0/+111