]> Pileus Git - ~andy/gtk/history - gtk/gtktreestore.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtktreestore.c
2012-07-12 Matthias ClasenConsistently allow -1 to mean 'append' in tree models
2012-06-07 Cosimo Cecchitreestore: fix transformation of GValues on set
2012-03-10 Paolo BorelliExplicitely mention -1 in the insert_with_values docs
2012-02-27 Javier JardónChange FSF Address
2011-10-15 Javier JardónUse G_VALUE_INIT
2011-09-26 Matthias ClasenDocumentation fixes
2011-08-26 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-08-22 Kristian RietveldMake _get_iter invalidate iterators when FALSE is returned
2011-06-07 Matthias ClasenAdd a missing include
2011-02-26 Kristian HøgsbergMerge remote-tracking branch 'origin/master' into gdk...
2011-02-11 Alexander LarssonMerge branch 'master' into broadway
2011-02-07 Javier JardónUse faster new G_VALUE_COLLECT_INIT variant instead...
2011-01-20 Pavel Holejsovsky[GI] Mark unintrospectable constructs as (skip)
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2011-01-15 Martin PittGtk{List,Tree}Store: Fix GI array annotations
2011-01-06 Szilárd PfeifferAdd gtk_tree_model_iter_previous() vfunc
2010-12-18 Matthias ClasenAdd the private struct in class_init
2010-12-18 Matthias ClasenRemove sealed members from GtkTreeStore
2010-10-23 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-10-22 Javier Jardóngtktreestore: Move documentation to inline comments
2010-09-21 Cody RussellMerge branch 'notebooks-without-mouse-scrolling'
2010-09-18 Johan DahlinAdd a couple of missing annotations
2010-09-08 Tor LillqvistReplace gtk_debug_flags with getter and setter functions
2010-08-10 Christian DywanClarify memory management of tree models
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2010-07-07 Philip WithnallAdd (out) annotations to GtkTreeIter parameters
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-04-04 Viktor Pracht[Annotations] Add array length for GtkTreeStore
2010-04-04 Johan Dahlin[annotations] Add allow-none
2010-04-04 Alan KnowlesAdd introspection annotations for gtk_tree_model_get_pa...
2010-04-04 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2010-02-19 Viktor Pracht[Annotations] Add array length for GtkTreeStore
2010-02-19 Johan Dahlin[annotations] Add allow-none
2010-02-09 Alan KnowlesAdd introspection annotations for gtk_tree_model_get_pa...
2009-12-16 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2009-12-14 Johannes SchmidMerge branch 'master' into native-layout
2009-12-02 Javier Jardón[gtk/gtktreestore] Remove useless line
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-08-23 Kristian RietveldClean up code in gtk_tree_store_set_n_columns()
2009-07-30 Kristian RietveldBug 586374 – code does not follow documentation
2009-07-01 Alexander LarssonMerge branch 'client-side-windows'
2009-06-27 Benjamin Otteclarify the init value for the default sort column id
2008-12-31 Matthias ClasenAdd a missing va_end() call. Pointed out by Jiwon Lee.
2008-09-11 Cosimo CecchiBug 536542 – gtk_list_store_set() documentation doesn...
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-18 Michael Nattererdeprecate GtkDestroyNotify.
2008-01-06 Johan DahlinRemove an unused variable
2007-11-25 Matthias ClasenRequire gtk-doc 1.8
2007-11-19 Matthias ClasenFix the GtkBuildable implementation to allow setting...
2007-06-15 Johan DahlinAdd GtkBuilder, fixes #172535
2007-06-04 Kristian RietveldFix #399071, suggestion from Benoit Dejean.
2007-04-28 Matthias ClasenRecognize negative column indices as invalid. (#415260...
2006-07-06 Matthias ClasenImprove consistency of signal and property names
2006-06-26 Kristian RietveldMake the insert and set functions somewhat more conveni...
2006-05-27 Kristian RietveldSmall refactoring. (#340428, Paolo Borelli).
2006-05-14 Matthias ClasenMore of the same
2006-05-02 Matthias ClasenBoilerplate reduction
2006-01-15 Kristian RietveldFixes #324099, Tommi Komulainen.
2005-12-30 Matthias ClasenAlways call the get_path and get_iter implementations...
2005-12-29 Matthias ClasenRemove excessive g_return_if_fail() checks in static...
2005-12-29 Matthias ClasenUse the slice allocater for GtkTreeDataSortHeader.
2005-11-15 Matthias ClasenFix a memory leak. (#321032, Peter Zelezny)
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-08-11 Kristian RietveldFix for #312924, by John Finlay.
2005-07-09 Kristian RietveldFix #305737, patch from Tomislav Jonjic. This makes the
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-11-30 Matthias ClasenUpdate the documentation to specify a more useful behav...
2004-09-05 Matthias ClasenAllow sorting of tree models to be turned off again...
2004-08-22 Matthias ClasenDon't use an uninitialized tree iter. (#150414, Torsten...
2004-08-11 Matthias ClasenUnderscore-prefix gtk_tree_data_list_compare_func.
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-08-04 Matthias Clasens/childs/children/g.
2004-07-04 Matthias ClasenDon't crash if somebody tries to move a node after...
2004-06-26 Matthias ClasenAvoid uninitialized use of &parent_iter. (#145007,...
2004-06-25 Matthias ClasenCommit a forgotten fix.
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-03-02 Owen Taylorgtk/gtktreestore.c (gtk_tree_store_reorder) Fix up...
2004-01-30 Federico Mena QuinteroFixes #132975.
2003-09-09 Kristian RietveldBig TreeView DnD fixage, makes drops on empty models...
2003-06-04 Matthias ClasenDocument restriction on types.
2003-01-27 Kristian RietveldChangeLog too long to mention here. Bugs fixed: #100973...
2003-01-14 Murray CummingFixes #102168.
2003-01-14 Kristian RietveldThe full changelog for this commit is too long to paste...
2002-11-28 Matthias ClasenDocument 2.2 API additions.
2002-11-26 Kristian Rietveldadd a gtk_list_store_sort_iter_changed line for some...
2002-11-20 Kristian Rietveldreturn a value in the range of [-1, 1] instead [0, 1],
2002-11-18 Kristian Rietveldmodify and free tmp instead of path ... (patch from...
2002-10-14 Kristian RietveldBehaviour change, apply changes if the entry of the...
2002-10-10 Matthias ClasenDocumentation improvements.
2002-10-10 Manish SinghDeprecation cleanup
2002-09-11 Jonathan BlandfordMake GtkTreeRowReference a boxed type.
2002-08-10 Soren SandmannMinor documentation fixes
2002-07-26 Kristian RietveldAPI additions: _move, _reorder and _swap for stores...
2002-07-05 Jonathan Blandfordfix warning. (gtk_tree_view_search_iter): fix warning...
2002-07-01 Jonathan Blandfordsync up white space/variable names to match tree_store...
2002-06-13 Kristian Rietveldtraverse all nodes, not just the leafs (pointed out...
2002-06-04 Kristian RietveldDiscussed in #76249.
next