summaryrefslogtreecommitdiff
path: root/gtk/gtkcellrenderertoggle.c
Commit message (Expand)AuthorAgeFilesLines
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* cellrenderertoggle: Use the cell renderer's state flags as a base for renderingRui Matos2011-12-191-3/+5
* gtk: Add accessible types for cell renderersBenjamin Otte2011-12-161-0/+3
* Move documentation to inline comments: GtkCellRendererToggleJavier Jardón2011-04-111-0/+12
* Use 16 as default size for checkbutton indicatorCosimo Cecchi2011-03-031-1/+1
* Make GtkCellRendererToggle use GtkStyleContextCarlos Garnacho2011-01-271-38/+24
* Clip to cell_area when rendering cell contentKristian Rietveld2010-12-161-0/+7
* Make GdkRectangle arguments in GtkCellRenderer use const consistentlyMatthias Clasen2010-10-041-13/+13
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-2/+2
* API: Change cellrenderer->render vfunc to take a cairo_tBenjamin Otte2010-09-261-23/+21
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-11/+11
* gtk/gtkcellrenderertoggle.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-2/+2
* gtkcellrenderertoggle: Move public members to private structureJavier Jardón2010-07-131-39/+48
* Use accessor functions to access GtkCellRendererJavier Jardón2010-07-131-14/+22
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+1
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-1/+1
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-03-011-1/+1
* Make toggle cell renderer follow insensitive state of widgetKristian Rietveld2009-09-041-1/+1
* Add API for the sealed member "activatable"Michael Natterer2009-07-141-0/+41
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* gtk/gtkcellrenderer.c gtk/gtkcellrendererpixbuf.cMichael Natterer2008-05-191-1/+1
* Fix check/radio indicator drawing mess (bug #452225):Michael Natterer2007-07-271-3/+3
* refactor to initialize indicator_size to TOGGLE_WIDTH instead of theKristian Rietveld2007-01-101-1/+1
* Make sure [xy]_offset are always being initialized, fix pixbuf rendererKristian Rietveld2006-12-031-0/+5
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-29/+1
* initialize the inconsistent field in the private structure,Kristian Rietveld2006-01-131-3/+33
* removed redundant calls to g_object_notify().Michael Natterer2005-11-141-7/+3
* Intern some more strings.Matthias Clasen2005-09-011-2/+2
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Typo fixesMatthias Clasen2005-06-181-1/+1
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-8/+5
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* 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-1/+5
* Document the ::toggled signal.Matthias Clasen2004-05-111-1/+9
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Clip narrow columns in rtl-oriented tree views (#128089,Matthias Clasen2004-02-031-2/+2
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-8/+8
* Migrating all cell renderers to use the new instance private dataKristian Rietveld2003-12-181-22/+23
* Fix includes.Kristian Rietveld2003-10-231-1/+1
* The render vfunc takes a GdkDrawable* instead of a GdkWindow*, becauseMurray Cumming2003-09-301-1/+1
* handle rtl code.Jonathan Blandford2003-03-031-1/+2
* demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.cManish Singh2003-02-281-1/+1
* Fixed typo in gtkcellrendertoggle.c.Christian Neumair2002-12-041-1/+1
* add a gtk_list_store_sort_iter_changed line for some special case ...Kristian Rietveld2002-11-261-4/+42
* Behaviour change, apply changes if the entry of the editable gets a focusKristian Rietveld2002-10-141-17/+17
* deprecation cleanupManish Singh2002-10-071-13/+15
* [ merge from stable ]Daniel Elstner2002-06-041-5/+4
* add missing flag, #83796Jonathan Blandford2002-06-011-2/+2