]> Pileus Git - ~andy/gtk/history - gtk/gtkliststore.h
Don't allow individual #includes for GtkBubble/SelectionWindow
[~andy/gtk] / gtk / gtkliststore.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-08-27 Javier JardónUse GtkFooPrivate instead GtkFooPriv
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-13 Javier JardónGtkListStore: move public members to private structure
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 GtkListStore
2008-06-18 Michael Nattererdeprecate GtkDestroyNotify.
2008-05-28 Michael Nattererwhitespace cleanup: remove trailing whitespace and...
2008-05-28 Michael Nattererdefine __GTK_H_INSIDE__ around including all other...
2007-06-04 Kristian RietveldFix #399071, suggestion from Benoit Dejean.
2005-06-21 Matthias ClasenTrivial cleanups. (#169647, #303455, Fabricio Barros...
2004-12-09 Matthias ClasenAdd functions which allow faster insertion of rows...
2004-11-23 Matthias ClasenMark as const.
2004-08-22 Soeren Sandmanngtk/gtkexpander.c
2004-08-14 Soeren SandmannNew function.
2002-11-18 Kristian Rietveldmodify and free tmp instead of path ... (patch from...
2002-10-07 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-08 Jonathan BlandfordWrite documentation Write documentation
2001-09-03 Jonathan Blandfordhandle default sort feature
2001-08-23 Kristian Rietvelduse GtkSortType instead of GtkTreeSortOrder. (#59173).
2001-08-22 Anders CarlssonFix a small typo. It's LIST_STORE, not LISTSTORE.
2001-07-04 James Henstridgeadd missing gtk_list_store_newv prototype.
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-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-31 Havoc Penningtonfix bug in here where prev pointer was set to the wrong...
2001-01-10 Havoc Penningtonhandle case where sibling == iter (gtk_tree_store_inser...
2001-01-08 Havoc Penningtonhack on this some
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.