summaryrefslogtreecommitdiff
path: root/gtk/gtkliststore.h
Commit message (Expand)AuthorAgeFilesLines
* Add annotations to gtk headersMatthias Clasen2013-05-051-0/+23
* 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/+0
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-4/+4
* GtkListStore: move public members to private structureJavier Jardón2010-07-131-13/+2
* 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 GtkListStoreTim Janik2008-06-201-13/+14
* deprecate GtkDestroyNotify.Michael Natterer2008-06-181-1/+1
* whitespace cleanup: remove trailing whitespace and excess newlines andMichael Natterer2008-05-281-3/+3
* 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
* Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, BenoitMatthias Clasen2005-06-211-6/+4
* Add functions which allow faster insertion of rows in sorted list stores.Matthias Clasen2004-12-091-0/+10
* Mark as const.Matthias Clasen2004-11-231-1/+1
* 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