]> Pileus Git - ~andy/gtk/history - gtk/gtktreemodel.h
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtktreemodel.h
2012-12-28 Matthias ClasenMove single-include guards inside include guards
2012-11-26 David Kingdocs: Add gtk-doc comment for GtkTreeRowReference
2012-02-27 Javier JardónChange FSF Address
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2011-01-15 Chun-wei FanMerge ssh://git.gnome.org/git/gtk+
2011-01-12 Matthias ClasenMove GtkTreeModel docs inline
2011-01-06 Szilárd PfeifferAdd gtk_tree_model_iter_previous() vfunc
2010-09-27 Matthias ClasenRemove GtkObject completely
2010-06-28 Colin WaltersRevert "Add length to gtk_tree_path_get_indices"
2010-06-28 Colin WaltersAdd length to gtk_tree_path_get_indices
2010-05-07 Matthias ClasenMerge branch 'gtk-2-90'
2010-05-03 John (J5) Palmieriadd a get_indices_with_depth method to GtkTreePath...
2010-05-02 Michael NattererRemove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES
2010-05-02 Christian DywanRemove deprecated GtkTreeModel functions (macros)
2008-05-28 Michael Nattererwhitespace cleanup: remove trailing whitespace and...
2008-05-28 Michael Nattererdefine __GTK_H_INSIDE__ around including all other...
2006-03-24 Tim Janikback out G_GNUC_WARN_UNUSED_RESULT on iterator function...
2006-02-24 Tim Janikadded G_GNUC_WARN_UNUSED_RESULT warnings for iterator...
2005-07-13 Kristian Rietveldnew function. (#160879, Stefan Kost).
2004-11-23 Matthias ClasenMark as const.
2003-12-17 Kristian Rietveldnow deprecated (#106953, reported by Matthias Clasen).
2002-12-02 Murray CummingDeclare gtk_tree_row_reference_get_type(). It is alread...
2002-11-08 Soeren Sandmanndocs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk...
2002-10-08 Manish Singhrestore gtkobject.h #include so we don't break backward...
2002-10-07 Manish SinghDeprecation cleanup
2002-09-11 Jonathan BlandfordMake GtkTreeRowReference a boxed type.
2002-07-26 Kristian RietveldAPI additions: _move, _reorder and _swap for stores...
2002-06-04 Kristian Rietveldadd gtk_tree_model_get_string_from_iter (#74667).
2002-03-25 Jonathan BlandfordMake path arg const, #75653
2002-03-02 Owen TaylorSwitch style of stamp file usage.
2002-02-24 Jonathan Blandfordat Feb 23 23:00:48 2002 Jonathan Blandford <jrb@redha...
2002-02-24 Jonathan Blandfordchange new_root to new_first to avoid confusion.
2002-02-23 Jonathan BlandfordDocumented undocumented functions.
2002-01-09 Mike KestnerUse G_TYPE_INSTANCE_GET_INTERFACE. ditto. ditto. ditto...
2001-11-21 Owen TaylorRemove trailing commas in enum declarations.
2001-10-10 Kristian Rietveldcvs got a broken pipe signal, missed these two. ChangeL...
2001-10-03 Jonathan Blandforddocs
2001-09-12 Jonathan BlandfordRename interface signals to make them more clear. Also...
2001-08-17 Tim Janikconst correct string parameter.
2001-07-09 Jonathan Blandfordremove gtk_tree_model_get_first in favor of gtk_tree_mo...
2001-06-29 Jonathan BlandfordNew function to walk through a model in a depth first...
2001-06-18 Jonathan BlandfordFix bug where collapsing a selected row would result...
2001-06-12 Jonathan Blandfordfurther justify gtk_tree_model_get_flags by adding...
2001-05-22 Jonathan BlandfordEvil function to deal with very large (TM) amounts...
2001-04-02 Jonathan BlandfordBOXED,BOXED,BOXED,BOXED): new marshaller.
2001-03-30 Jonathan BlandfordNow we listen to the reorder signal.
2001-03-28 Jonathan BlandfordMore work on implementing sortable interface.
2001-03-23 Jonathan Blandfordfix braino. New interface to add cleanup sortable support.
2001-03-15 Jonathan BlandfordChanged prototype to allow for getting the location...
2001-03-09 Jonathan BlandfordActually unref the nodes. Fixes bug #50058.
2001-03-05 Jonathan Blandfordrenamed "child_toggled" to "has_child_toggled".
2001-02-28 Jonathan BlandfordSanitize GtkRowReference.
2001-02-22 Jonathan Blandfordadd functions for signal emission.
2001-02-21 Jonathan BlandfordChanged name to be set_cell_data_func to make it clear...
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-27 Havoc Penningtonadd GtkTreeRowReference which holds a handle to a speci...
2001-01-26 Havoc Penningtonadapt to handle PangoColor
2001-01-10 Havoc Penningtonhandle case where sibling == iter (gtk_tree_store_inser...
2001-01-04 Havoc Penningtonadd this
2001-01-01 Havoc PenningtonAdapt to GtkTreeSelection changes
2000-12-21 Jonathan Blandford:get_property): remove g_value_init calls, as they...
2000-11-09 Jonathan Blandfordadded more fields to allow more interesting iterators...
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-17 7Draw the arrows correctly.
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.