summaryrefslogtreecommitdiff
path: root/gtk/gtktreestore.h
Commit message (Expand)AuthorAgeFilesLines
* modify and free tmp instead of path ... (patch from #97927).Kristian Rietveld2002-11-181-2/+5
* Documentation improvements.Matthias Clasen2002-10-101-2/+2
* Deprecation cleanupManish Singh2002-10-101-6/+6
* API additions: _move, _reorder and _swap for stores, path constructor.Kristian Rietveld2002-07-261-0/+9
* Discussed in #76249.Kristian Rietveld2002-06-041-1/+3
* Massive padding addition to class structures.Owen Taylor2002-02-231-0/+6
* fix evil ref bug where the wrong row and a deleted row was unreffed. FoundJonathan Blandford2002-02-091-0/+3
* s/obj/klass/ where appropriatejacob berkman2001-12-121-1/+1
* new "model" construct property for language bindings.Jonathan Blandford2001-11-141-41/+46
* handle default sort featureJonathan Blandford2001-09-031-0/+3
* use GtkSortType instead of GtkTreeSortOrder. (#59173).Kristian Rietveld2001-08-231-1/+1
* New function for language bindings.Jonathan Blandford2001-06-301-0/+2
* changed new_with_types to just plain new, fixing the number of columns,Jonathan Blandford2001-06-301-8/+1
* New functions to clear a model.Jonathan Blandford2001-06-191-1/+1
* Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS macros toJonathan Blandford2001-05-221-0/+1
* Initial work on implementing the GtkTreeSortable interface. Basicaly a bigJonathan Blandford2001-04-011-1/+4
* fix up some docsHavoc Pennington2001-03-231-1/+1
* Forgot to namespace this.Jonathan Blandford2001-03-231-1/+1
* fix braino. New interface to add cleanup sortable support.Jonathan Blandford2001-03-231-0/+1
* renamed "child_toggled" to "has_child_toggled".Jonathan Blandford2001-03-051-14/+0
* removed signals. Moved to inherit from GObject instead of GtkObject.Jonathan Blandford2001-02-211-2/+2
* removed gtk_*_store_get, and moved to GtkTreeModel.Jonathan Blandford2001-02-171-6/+0
* handle case where sibling == iter (gtk_tree_store_insert_after): handleHavoc Pennington2001-01-101-2/+0
* hack on this someHavoc Pennington2001-01-081-2/+2
* use the new BOXED marshallers.Jonathan Blandford2000-11-101-1/+1
* New function.Jonathan Blandford2000-10-301-0/+1
* Not sure how this ever worked. Fixed it to use new iter stuff, and addedJonathan Blandford2000-10-271-52/+53
* Got rid of GtkTreeNode, and changed it to GtkTreeIter. Added iteratorsJonathan Blandford2000-10-261-54/+67
* Move GtkTreeModel from object to interface.62000-10-161-2/+16
* Fix GtkTreeNode *node ->GtkTreeNode node issue.52000-10-151-38/+40
* Checked in initial draft of the new tree widget.42000-10-051-0/+99