]> Pileus Git - ~andy/gtk/history - gtk/gtktreestore.h
API additions: _move, _reorder and _swap for stores, path constructor.
[~andy/gtk] / gtk / gtktreestore.h
2002-07-26 Kristian RietveldAPI additions: _move, _reorder and _swap for stores...
2002-06-04 Kristian RietveldDiscussed in #76249.
2002-02-23 Owen TaylorMassive padding addition to class structures.
2002-02-09 Jonathan Blandfordfix evil ref bug where the wrong row and a deleted...
2001-12-12 jacob berkmans/obj/klass/ where appropriate
2001-11-14 Jonathan Blandfordnew "model" construct property for language bindings.
2001-09-03 Jonathan Blandfordhandle default sort feature
2001-08-23 Kristian Rietvelduse GtkSortType instead of GtkTreeSortOrder. (#59173).
2001-06-30 Jonathan BlandfordNew function for language bindings.
2001-06-30 Jonathan Blandfordchanged new_with_types to just plain new, fixing the...
2001-06-19 Jonathan BlandfordNew functions to clear a model.
2001-05-22 Jonathan BlandfordAdded patch from Jeff Franks <jcf@tpg.com.au> to add...
2001-04-01 Jonathan BlandfordInitial work on implementing the GtkTreeSortable interf...
2001-03-23 Havoc Penningtonfix up some docs
2001-03-23 Jonathan BlandfordForgot to namespace this.
2001-03-23 Jonathan Blandfordfix braino. New interface to add cleanup sortable support.
2001-03-05 Jonathan Blandfordrenamed "child_toggled" to "has_child_toggled".
2001-02-21 Jonathan Blandfordremoved signals. Moved to inherit from GObject instead...
2001-02-17 Jonathan Blandfordremoved gtk_*_store_get, and moved to GtkTreeModel.
2001-01-10 Havoc Penningtonhandle case where sibling == iter (gtk_tree_store_inser...
2001-01-08 Havoc Penningtonhack on this some
2000-11-10 Jonathan Blandforduse the new BOXED marshallers.
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-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.