]> Pileus Git - ~andy/gtk/history - gtk/gtktreemodel.c
More work on implementing sortable interface.
[~andy/gtk] / gtk / gtktreemodel.c
2001-03-28 Jonathan BlandfordMore work on implementing sortable interface.
2001-03-23 Havoc Penningtonfix up some docs
2001-03-23 Jonathan Blandfordfix braino. New interface to add cleanup sortable support.
2001-03-09 Jonathan BlandfordActually unref the nodes. Fixes bug #50058.
2001-03-08 Jonathan Blandfordadd prerequesite on gobjects.
2001-03-08 Tim Janikadded accumulator data argument to g_signal_newc()...
2001-03-07 Tim Janikmarshaller fixes.
2001-03-05 Jonathan Blandfordrenamed "child_toggled" to "has_child_toggled".
2001-03-02 Jonathan BlandfordMove handling of buttons fully in gtktreeviewcolumn...
2001-02-28 Jonathan BlandfordSanitize GtkRowReference.
2001-02-28 Jonathan BlandfordProxy out to _gtk_tree_row_reference_deleted. (inserted...
2001-02-22 Jonathan Blandfordadd functions for signal emission.
2001-02-21 Jonathan Blandfordremoved signals. Moved to inherit from GObject instead...
2001-02-21 Jonathan BlandfordChanged name to be set_cell_data_func to make it clear...
2001-02-19 Havoc Penningtonhmm, someone changed GLib without fixing GTK
2001-02-19 Hans Breuerupdated for win32 msvc build
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-13 Havoc Penningtonfix bug where it always set the foreground, even if...
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-10 Havoc Penningtonhandle case where sibling == iter (gtk_tree_store_inser...
2001-01-01 Havoc PenningtonAdapt to GtkTreeSelection changes
2000-12-21 Jonathan Blandford:get_property): remove g_value_init calls, as they...
2000-11-13 Jonathan Blandfordconfirm path != NULL ditto
2000-11-09 Jonathan Blandfordadded more fields to allow more interesting iterators...
2000-10-30 Jonathan BlandfordNew function.
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-17 7Draw the arrows correctly.
2000-10-17 7Added user docs.
2000-10-16 6Move GtkTreeModel from object to interface.
2000-10-05 4Checked in initial draft of the new tree widget.