]> Pileus Git - ~andy/gtk/history - gtk/gtktreemodel.h
New function to walk through a model in a depth first manner, with the
[~andy/gtk] / gtk / gtktreemodel.h
2001-06-29 Jonathan BlandfordNew function to walk through a model in a depth first...
2001-06-18 Jonathan BlandfordFix bug where collapsing a selected row would result...
2001-06-12 Jonathan Blandfordfurther justify gtk_tree_model_get_flags by adding...
2001-05-22 Jonathan BlandfordEvil function to deal with very large (TM) amounts...
2001-04-02 Jonathan BlandfordBOXED,BOXED,BOXED,BOXED): new marshaller.
2001-03-30 Jonathan BlandfordNow we listen to the reorder signal.
2001-03-28 Jonathan BlandfordMore work on implementing sortable interface.
2001-03-23 Jonathan Blandfordfix braino. New interface to add cleanup sortable support.
2001-03-15 Jonathan BlandfordChanged prototype to allow for getting the location...
2001-03-09 Jonathan BlandfordActually unref the nodes. Fixes bug #50058.
2001-03-05 Jonathan Blandfordrenamed "child_toggled" to "has_child_toggled".
2001-02-28 Jonathan BlandfordSanitize GtkRowReference.
2001-02-22 Jonathan Blandfordadd functions for signal emission.
2001-02-21 Jonathan BlandfordChanged name to be set_cell_data_func to make it clear...
2001-02-17 Jonathan Blandfordremoved gtk_*_store_get, and moved to GtkTreeModel.
2001-01-31 Havoc Penningtonfix bug in here where prev pointer was set to the wrong...
2001-01-27 Havoc Penningtonadd GtkTreeRowReference which holds a handle to a speci...
2001-01-26 Havoc Penningtonadapt to handle PangoColor
2001-01-10 Havoc Penningtonhandle case where sibling == iter (gtk_tree_store_inser...
2001-01-04 Havoc Penningtonadd this
2001-01-01 Havoc PenningtonAdapt to GtkTreeSelection changes
2000-12-21 Jonathan Blandford:get_property): remove g_value_init calls, as they...
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-17 7Draw the arrows correctly.
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.