summaryrefslogtreecommitdiff
path: root/gtk/gtkliststore.h
Commit message (Expand)AuthorAgeFilesLines
* gtk/gtkexpander.cSoeren Sandmann2004-08-221-1/+1
* New function.Soeren Sandmann2004-08-141-4/+4
* modify and free tmp instead of path ... (patch from #97927).Kristian Rietveld2002-11-181-2/+5
* Deprecation cleanupManish Singh2002-10-071-6/+6
* API additions: _move, _reorder and _swap for stores, path constructor.Kristian Rietveld2002-07-261-0/+8
* 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-31/+35
* Write documentation Write documentationJonathan Blandford2001-09-081-8/+8
* handle default sort featureJonathan Blandford2001-09-031-0/+3
* use GtkSortType instead of GtkTreeSortOrder. (#59173).Kristian Rietveld2001-08-231-1/+1
* Fix a small typo. It's LIST_STORE, not LISTSTORE.Anders Carlsson2001-08-221-1/+1
* add missing gtk_list_store_newv prototype.James Henstridge2001-07-041-0/+2
* changed new_with_types to just plain new, fixing the number of columns,Jonathan Blandford2001-06-301-7/+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
* Forgot to namespace this.Jonathan Blandford2001-03-231-15/+1
* fix braino. New interface to add cleanup sortable support.Jonathan Blandford2001-03-231-1/+5
* renamed "child_toggled" to "has_child_toggled".Jonathan Blandford2001-03-051-11/+11
* 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
* fix bug in here where prev pointer was set to the wrong thingHavoc Pennington2001-01-311-0/+1
* handle case where sibling == iter (gtk_tree_store_insert_after): handleHavoc Pennington2001-01-101-0/+1
* hack on this someHavoc Pennington2001-01-081-0/+12
* Not sure how this ever worked. Fixed it to use new iter stuff, and addedJonathan Blandford2000-10-271-37/+40
* Got rid of GtkTreeNode, and changed it to GtkTreeIter. Added iteratorsJonathan Blandford2000-10-261-24/+25
* Move GtkTreeModel from object to interface.62000-10-161-2/+16
* Fix GtkTreeNode *node ->GtkTreeNode node issue.52000-10-151-24/+24
* Checked in initial draft of the new tree widget.42000-10-051-0/+87