summaryrefslogtreecommitdiff
path: root/gtk/gtktreestore.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Intern some more strings.Matthias Clasen2005-09-011-1/+2
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Fix for #312924, by John Finlay.Kristian Rietveld2005-08-111-0/+13
* Fix #305737, patch from Tomislav Jonjic. This makes theKristian Rietveld2005-07-091-10/+50
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* Update the documentation to specify a more useful behaviour, which can beMatthias Clasen2004-11-301-4/+5
* Allow sorting of tree models to be turned off again. (#151139, TorstenMatthias Clasen2004-09-051-13/+17
* Don't use an uninitialized tree iter. (#150414, Torsten Schoenfeld)Matthias Clasen2004-08-221-1/+2
* Underscore-prefix gtk_tree_data_list_compare_func.Matthias Clasen2004-08-111-3/+3
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* s/childs/children/g.Matthias Clasen2004-08-041-2/+2
* Don't crash if somebody tries to move a node after itself in a list ofMatthias Clasen2004-07-041-1/+2
* Avoid uninitialized use of &parent_iter. (#145007, John Finlay)Matthias Clasen2004-06-261-5/+10
* Commit a forgotten fix.Matthias Clasen2004-06-251-10/+25
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* gtk/gtktreestore.c (gtk_tree_store_reorder) Fix up the interpretation ofOwen Taylor2004-03-021-2/+4
* Fixes #132975.Federico Mena Quintero2004-01-301-1/+1