summaryrefslogtreecommitdiff
path: root/gtk/gtktreestore.h
Commit message (Expand)AuthorAgeFilesLines
* Add annotations to gtk headersMatthias Clasen2013-05-051-0/+24
* Move single-include guards inside include guardsMatthias Clasen2012-12-281-3/+3
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Merge libgdk and libgtkMatthias Clasen2010-12-211-1/+1
* Remove sealed members from GtkTreeStoreMatthias Clasen2010-12-171-14/+4
* Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDESMichael Natterer2010-05-031-1/+1
* reviewed by: <Carlos Garnacho <garnacho@gnome.org>Kjartan Maraas2008-06-201-1/+1
* Fixed wrongly resolved merge conflicts.Tim Janik2008-06-201-1/+1
* Switch to "guint GSEAL (foo) : width;" when packing fields in guints.Tim Janik2008-06-201-1/+1
* Seal GtkTreeStoreTim Janik2008-06-201-12/+13
* deprecate GtkDestroyNotify.Michael Natterer2008-06-181-1/+1
* define __GTK_H_INSIDE__ around including all other headers.Michael Natterer2008-05-281-0/+4
* Fix #399071, suggestion from Benoit Dejean.Kristian Rietveld2007-06-041-0/+5
* Fixes #324099, Tommi Komulainen.Kristian Rietveld2006-01-151-0/+12
* Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, BenoitMatthias Clasen2005-06-211-6/+4
* Mark as const.Matthias Clasen2004-11-231-1/+1
* 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