]> Pileus Git - ~andy/gtk/history - gtk/gtktreestore.h
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtktreestore.h
2012-12-28 Matthias ClasenMove single-include guards inside include guards
2012-02-27 Javier JardónChange FSF Address
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2010-12-21 Matthias ClasenMerge libgdk and libgtk
2010-12-18 Matthias ClasenRemove sealed members from GtkTreeStore
2010-05-07 Matthias ClasenMerge branch 'gtk-2-90'
2010-05-02 Michael NattererRemove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES
2008-06-20 Kjartan Maraasreviewed by: <Carlos Garnacho <garnacho@gnome.org>
2008-06-20 Tim JanikFixed wrongly resolved merge conflicts.
2008-06-20 Tim JanikSwitch to "guint GSEAL (foo) : width;" when packing...
2008-06-20 Tim JanikSeal GtkTreeStore
2008-06-18 Michael Nattererdeprecate GtkDestroyNotify.
2008-05-28 Michael Nattererdefine __GTK_H_INSIDE__ around including all other...
2007-06-04 Kristian RietveldFix #399071, suggestion from Benoit Dejean.
2006-01-15 Kristian RietveldFixes #324099, Tommi Komulainen.
2005-06-21 Matthias ClasenTrivial cleanups. (#169647, #303455, Fabricio Barros...
2004-11-23 Matthias ClasenMark as const.
2002-11-18 Kristian Rietveldmodify and free tmp instead of path ... (patch from...
2002-10-10 Matthias ClasenDocumentation improvements.
2002-10-10 Manish SinghDeprecation cleanup
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.