]> Pileus Git - ~andy/gtk/history - gtk/gtkliststore.c
removed signals. Moved to inherit from GObject instead of GtkObject.
[~andy/gtk] / gtk / gtkliststore.c
2001-02-21 Jonathan Blandfordremoved signals. Moved to inherit from GObject instead...
2001-02-17 Tim Janikdefault initialize the generated ENTER_NOTIFY event...
2001-02-17 Jonathan Blandfordremoved gtk_*_store_get, and moved to GtkTreeModel.
2001-02-08 Havoc Penningtonremove validation idle
2001-02-03 Havoc PenningtonCVS is doing its broken pipe thing, this is more of...
2001-01-31 Havoc Penningtonfix bug in here where prev pointer was set to the wrong...
2001-01-26 Havoc Penningtonadapt to handle PangoColor
2001-01-10 Havoc Penningtonhandle case where sibling == iter (gtk_tree_store_inser...
2001-01-09 Havoc Penningtonhandle case where there are no rows in the model
2001-01-08 Havoc Penningtonhack on this some
2001-01-04 Havoc Penningtonadd this
2000-12-13 Tim Janikdoh, this was broken beyond believe.
2000-11-18 Jonathan BlandfordChanged to have the list become non-italic when the...
2000-11-10 Jonathan Blandforduse the new BOXED marshallers.
2000-11-09 Jonathan Blandfordadded more fields to allow more interesting iterators...
2000-10-27 Jonathan BlandfordNot sure how this ever worked. Fixed it to use new...
2000-10-26 Jonathan BlandfordGot rid of GtkTreeNode, and changed it to GtkTreeIter...
2000-10-25 Tim Janikurg, removed implementation of gtk_marshal_VOID__INT_IN...
2000-10-16 6Move GtkTreeModel from object to interface.
2000-10-15 5Fix GtkTreeNode *node ->GtkTreeNode node issue.
2000-10-05 4Checked in initial draft of the new tree widget.