summaryrefslogtreecommitdiff
path: root/gtk/gtkcellrenderertoggle.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Version 1.3.11, interface, binary age 0.Owen Taylor2001-11-211-1/+1
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-1/+2
* 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
* Documentation updates.Matthias Clasen2001-10-281-0/+18
* only start editing when you select with a keyboard.Jonathan Blandford2001-09-271-1/+1
* Make a GtkCellEditable (get_widget_window_size): Change to let it honorJonathan Blandford2001-09-251-29/+34
* Get rid of broken "can_edit" and "can_activate" properties in favor ofJonathan Blandford2001-09-181-2/+2
* Add editable interface. This should be the last big GtkTreeView APIJonathan Blandford2001-09-171-15/+15
* change color when the GtkTreeView loses focus.Jonathan Blandford2001-08-291-3/+16
* Remove almost all instances of GtkCellRenderer in code (all but dnd iconJonathan Blandford2001-05-251-1/+1
* fix a fixme.Jonathan Blandford2001-04-121-2/+2
* Apply patch from Nils Barth fixing event return values. (#51041)Owen Taylor2001-03-281-1/+1
* Fix arguments to reordered signal.Jonathan Blandford2001-03-281-1/+1
* make this somewhat key-navigableHavoc Pennington2001-03-241-1/+1