]> Pileus Git - ~andy/gtk/history - gtk/gtkliststore.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkliststore.c
2012-12-01 Kalev Lembergtkliststore: Add explicit braces to avoid dangling...
2012-09-03 Claudio Saavedragtkliststore: fix documentation typo
2012-07-12 Matthias ClasenConsistently allow -1 to mean 'append' in tree models
2012-06-12 Martin Pittliststore: Make gtk_list_store_reorder() introspectable
2012-06-07 Cosimo Cecchiliststore: fix transformation of GValues on set
2012-02-27 Javier JardónChange FSF Address
2012-02-20 David Kingdocs: Clarify position of gtk_list_store_insert_with_va...
2012-01-21 Matthias ClasenCorrect an introspection annotation
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-08-02 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-27 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-08 Federico Mena QuinteroMerge bgo593793-filechooser-recent-folders-master branch.
2011-07-06 Javier JardonDo not initialize the priv pointer before check type
2011-06-15 Matthias ClasenDon't forget to cleanup varargs
2011-05-27 Benjamin Otteliststore: Replace macro with an inline function
2011-04-28 Benjamin Ottedocs: Fix liststore docs
2011-04-15 Javier JardónMove documentation to inline comments: GtkListStore
2011-04-12 Matthias ClasenGtkListStorePrivate: Improve struct packing
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-24 Matthias ClasenSilence new gcc warnings
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-08-27 Javier JardónUse GtkFooPrivate instead GtkFooPriv
2010-08-10 Christian DywanClarify memory management of tree models
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-13 Javier JardónGtkListStore: move public members to private structure
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 Johan Dahlin[annotations] Add allow-none
2010-04-04 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2010-02-19 Johan Dahlin[annotations] Add allow-none
2009-12-16 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-08-10 Javier JardónRemove some unused variables (GnomeBug:591218)
2009-07-30 Kristian RietveldBug 586374 – code does not follow documentation
2009-07-01 Alexander LarssonMerge branch 'client-side-windows'
2009-07-01 Benjamin Otteclean up code in gtk_list_store_set_n_columns()
2009-06-27 Benjamin Otteclarify the init value for the default sort column id
2008-09-11 Cosimo CecchiBug 536542 – gtk_list_store_set() documentation doesn...
2008-08-12 Michael Nattererexamples/gtkdial/gtkdial.c gdk/gdkapplaunchcontext...
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-18 Michael Nattererdeprecate GtkDestroyNotify.
2008-05-25 Matthias ClasenBug 534694 – Col id in GtkListStore could be out of...
2008-05-24 Jan Arne PetersenUse type of the correct column (#529535). Add test.
2008-03-02 Johan DahlinAdd translatable/context and comment attributes on...
2007-11-25 Matthias ClasenRequire gtk-doc 1.8
2007-08-07 Johan DahlinDo not assume that text is null-terminated as pointed...
2007-06-27 Johan DahlinAdd GtkBuilder and GError arguments to gtk_builder_valu...
2007-06-15 Johan DahlinAdd GtkBuilder, fixes #172535
2007-06-04 Kristian RietveldFix #399071, suggestion from Benoit Dejean.
2007-04-30 Matthias ClasenFix some compiler warnings. (#433642, Kjartan Maraas)
2007-04-28 Matthias ClasenRecognize negative column indices as invalid. (#415260...
2007-02-04 Soren SandmannRemove these files since GSequence has been moved into...
2006-08-15 Matthias ClasenFix a typo in the docs. (#349501, Carlos GUSLiBu)
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
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-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-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-11 Matthias ClasenFix a doc typo. (#169873, Johan Dahlin)
2004-12-24 Matthias ClasenReturn TRUE if there are children. (#162134, Iñigo...
2004-12-22 Matthias ClasenFix sorting of list stores. (#161886, Marcin Krzyzanowski)
2004-12-20 Matthias ClasenPass a root path to gtk_tree_model_rows_reordered(...
2004-12-09 Matthias ClasenAdd functions which allow faster insertion of rows...
2004-12-08 Matthias ClasenMake this work, no need to invert the array.
2004-11-30 Matthias ClasenUpdate the documentation to specify a more useful behav...
2004-10-29 Matthias ClasenDon't loop over the sentinel node. (#156298, Torsten...
2004-10-23 Søren SandmannReplace broken, overly clever implementation with one...
2004-09-05 Matthias ClasenAllow sorting of tree models to be turned off again...
2004-08-24 Søren SandmannFix logical errors in gtk_list_store_move_before/after...
2004-08-22 Soeren SandmannRestore length field; PyGTK and maybe others use it...
2004-08-22 Soeren SandmannNormalize the position so we don't create paths with...
2004-08-22 Soeren SandmannUse the correct tree path (#150289, Morten Welinder).
2004-08-14 Soeren SandmannNew function.
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-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-22 Jonathan BlandfordDoc fix.
2003-09-09 Kristian RietveldBig TreeView DnD fixage, makes drops on empty models...
2003-06-04 Matthias ClasenDocument restriction on types.
2003-04-14 Michael Nattereradded checks to ensure that the iter is not reordered...
2003-03-31 Jonathan Blandfordnull initialize reorder's members so Purify won't complain.
2003-01-27 Kristian RietveldChangeLog too long to mention here. Bugs fixed: #100973...
next