summaryrefslogtreecommitdiff
path: root/gtk/gtkcellrenderertoggle.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix braino. New interface to add cleanup sortable support.Jonathan Blandford2001-03-231-4/+4
* remove debugging spewJonathan Blandford2001-03-201-2/+1
* Fix buglet in meeting.Jonathan Blandford2001-03-201-4/+4
* Changed prototype to allow for getting the location of the cell relativeJonathan Blandford2001-03-151-12/+40
* marshaller fixes.Tim Janik2001-03-071-8/+4
* Apply patch from Lee Mallabone to add object properties.Jonathan Blandford2001-03-051-0/+2
* renamed "child_toggled" to "has_child_toggled".Jonathan Blandford2001-03-051-1/+1
* Move handling of buttons fully in gtktreeviewcolumn. This code is lessJonathan Blandford2001-03-021-0/+17
* CVS is doing its broken pipe thing, this is more of the previous commitHavoc Pennington2001-02-031-19/+35
* adapt to handle PangoColorHavoc Pennington2001-01-261-46/+24
* add test stuff for CellRendererToggleHavoc Pennington2001-01-161-2/+19
* Rename some stuff:Havoc Pennington2001-01-041-17/+36
* :get_property): remove g_value_init calls, as they are no longer needed.Jonathan Blandford2000-12-211-2/+0
* doh, this was broken beyond believe.Tim Janik2000-12-131-2/+0
* get rid of object_signal:: GtkObject argument uses, use GObjectTim Janik2000-12-121-42/+44
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-2/+2
* Checked in initial draft of the new tree widget.42000-10-051-0/+321