summaryrefslogtreecommitdiff
path: root/gtk/gtktreestore.c
Commit message (Expand)AuthorAgeFilesLines
* Consistently allow -1 to mean 'append' in tree modelsMatthias Clasen2012-07-121-6/+6
* treestore: fix transformation of GValues on setCosimo Cecchi2012-06-071-2/+3
* Explicitely mention -1 in the insert_with_values docsPaolo Borelli2012-03-101-2/+2
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Use G_VALUE_INITJavier Jardón2011-10-151-2/+2
* Documentation fixesMatthias Clasen2011-09-251-10/+10
* Make _get_iter invalidate iterators when FALSE is returnedKristian Rietveld2011-08-221-2/+8
* Add a missing includeMatthias Clasen2011-06-071-0/+1
* Use faster new G_VALUE_COLLECT_INIT variant instead G_VALUE_COLLECTJavier Jardón2011-02-071-2/+2
* [GI] Mark unintrospectable constructs as (skip)Pavel Holejsovsky2011-01-201-1/+4
* Gtk{List,Tree}Store: Fix GI array annotationsMartin Pitt2011-01-151-3/+3
* Add gtk_tree_model_iter_previous() vfuncSzilárd Pfeiffer2011-01-051-4/+24
* Add the private struct in class_initMatthias Clasen2010-12-171-0/+2
* Remove sealed members from GtkTreeStoreMatthias Clasen2010-12-171-172/+227
* gtktreestore: Move documentation to inline commentsJavier Jardón2010-10-231-0/+35
* Add a couple of missing annotationsJohan Dahlin2010-09-181-1/+1
* Replace gtk_debug_flags with getter and setter functionsTor Lillqvist2010-09-081-1/+1
* Clarify memory management of tree modelsChristian Dywan2010-08-091-1/+3
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+1
* Add (out) annotations to GtkTreeIter parametersPhilip Withnall2010-07-071-7/+7
* Revert "Add length to gtk_tree_path_get_indices"Colin Walters2010-06-281-3/+3
* Add length to gtk_tree_path_get_indicesColin Walters2010-06-281-3/+3
* [Annotations] Add array length for GtkTreeStoreViktor Pracht2010-02-191-3/+3
* [annotations] Add allow-noneJohan Dahlin2010-02-191-11/+11
* Add introspection annotations for gtk_tree_model_get_path+gtk_tree_store_newvAlan Knowles2010-02-091-1/+1
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-2/+2
* [gtk/gtktreestore] Remove useless lineJavier Jardón2009-12-021-2/+0
* Clean up code in gtk_tree_store_set_n_columns()Kristian Rietveld2009-08-231-15/+5
* Bug 586374 – code does not follow documentationKristian Rietveld2009-07-301-4/+16
* clarify the init value for the default sort column idBenjamin Otte2009-06-271-1/+1
* Add a missing va_end() call. Pointed out by Jiwon Lee.Matthias Clasen2008-12-311-0/+1
* Bug 536542 – gtk_list_store_set() documentation doesn't say whetherCosimo Cecchi2008-09-111-0/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* deprecate GtkDestroyNotify.Michael Natterer2008-06-181-6/+6
* Remove an unused variableJohan Dahlin2008-01-061-1/+0
* Require gtk-doc 1.8Matthias Clasen2007-11-251-2/+2
* Fix the GtkBuildable implementation to allow setting column types.Matthias Clasen2007-11-191-25/+49
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-151-1/+132
* Fix #399071, suggestion from Benoit Dejean.Kristian Rietveld2007-06-041-16/+77
* Recognize negative column indices as invalid. (#415260, Chris Wilson)Matthias Clasen2007-04-281-1/+1
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-6/+4
* Make the insert and set functions somewhat more convenient. (#343841,Kristian Rietveld2006-06-261-4/+12
* Small refactoring. (#340428, Paolo Borelli).Kristian Rietveld2006-05-271-28/+21
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-75/+10
* Fixes #324099, Tommi Komulainen.Kristian Rietveld2006-01-151-31/+239
* Always call the get_path and get_iter implementations directly, ratherMatthias Clasen2005-12-301-28/+30
* Remove excessive g_return_if_fail() checks in static functions.Matthias Clasen2005-12-291-77/+32
* Use the slice allocater for GtkTreeDataSortHeader.Matthias Clasen2005-12-291-34/+7
* Fix a memory leak. (#321032, Peter Zelezny)Matthias Clasen2005-11-151-6/+6