summaryrefslogtreecommitdiff
path: root/gtk/gtkliststore.c
Commit message (Expand)AuthorAgeFilesLines
* Silence new gcc warningsMatthias Clasen2011-01-231-3/+3
* [GI] Mark unintrospectable constructs as (skip)Pavel Holejsovsky2011-01-201-1/+3
* Gtk{List,Tree}Store: Fix GI array annotationsMartin Pitt2011-01-151-3/+3
* Add gtk_tree_model_iter_previous() vfuncSzilárd Pfeiffer2011-01-051-0/+23
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-46/+46
* Clarify memory management of tree modelsChristian Dywan2010-08-091-1/+3
* GtkListStore: move public members to private structureJavier Jardón2010-07-131-160/+268
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Add (out) annotations to GtkTreeIter parametersPhilip Withnall2010-07-071-7/+7
* Revert "Add length to gtk_tree_path_get_indices"Colin Walters2010-06-281-2/+2
* Add length to gtk_tree_path_get_indicesColin Walters2010-06-281-2/+2
* [annotations] Add allow-noneJohan Dahlin2010-02-191-4/+4
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-9/+9
* Remove some unused variables (GnomeBug:591218)Javier Jardón2009-08-101-1/+0
* Bug 586374 – code does not follow documentationKristian Rietveld2009-07-301-3/+18
* clean up code in gtk_list_store_set_n_columns()Benjamin Otte2009-07-011-15/+5
* clarify the init value for the default sort column idBenjamin Otte2009-06-271-1/+1
* Bug 536542 – gtk_list_store_set() documentation doesn't say whetherCosimo Cecchi2008-09-111-0/+1
* examples/gtkdial/gtkdial.c gdk/gdkapplaunchcontext.c gdk/gdkpango.cMichael Natterer2008-08-121-2/+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
* Bug 534694 – Col id in GtkListStore could be out of rangeMatthias Clasen2008-05-251-7/+22
* Use type of the correct column (#529535). Add test.Jan Arne Petersen2008-05-241-2/+2
* Add translatable/context and comment attributes on <col> tags under aJohan Dahlin2008-03-021-6/+75
* Require gtk-doc 1.8Matthias Clasen2007-11-251-2/+2
* Do not assume that text is null-terminated as pointed out by ChristopherJohan Dahlin2007-08-071-1/+4
* Add GtkBuilder and GError arguments to gtk_builder_value_from_string andJohan Dahlin2007-06-271-5/+15
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-151-1/+275
* Fix #399071, suggestion from Benoit Dejean.Kristian Rietveld2007-06-041-18/+80
* Fix some compiler warnings. (#433642, Kjartan Maraas)Matthias Clasen2007-04-301-5/+5
* Recognize negative column indices as invalid. (#415260, Chris Wilson)Matthias Clasen2007-04-281-1/+1
* Remove these files since GSequence has been moved into GLib.Soren Sandmann2007-02-041-97/+96
* Fix a typo in the docs. (#349501, Carlos GUSLiBu)Matthias Clasen2006-08-151-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/+10
* 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-73/+10
* Always call the get_path and get_iter implementations directly, ratherMatthias Clasen2005-12-301-6/+6
* Remove excessive g_return_if_fail() checks in static functions.Matthias Clasen2005-12-291-71/+17
* Use the slice allocater for GtkTreeDataSortHeader.Matthias Clasen2005-12-291-31/+5
* 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/+14
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* Fix a doc typo. (#169873, Johan Dahlin)Matthias Clasen2005-03-111-1/+1
* Return TRUE if there are children. (#162134, Iñigo Serna, patch by JohnMatthias Clasen2004-12-241-1/+1
* Fix sorting of list stores. (#161886, Marcin Krzyzanowski)Matthias Clasen2004-12-221-3/+9
* Pass a root path to gtk_tree_model_rows_reordered(). (#161720, MarcinMatthias Clasen2004-12-201-6/+7
* Add functions which allow faster insertion of rows in sorted list stores.Matthias Clasen2004-12-091-36/+236