summaryrefslogtreecommitdiff
path: root/gtk/gtkliststore.c
Commit message (Expand)AuthorAgeFilesLines
* Use G_VALUE_INITJavier Jardón2011-10-151-2/+2
* Documentation fixesMatthias Clasen2011-09-251-16/+16
* Make _get_iter invalidate iterators when FALSE is returnedKristian Rietveld2011-08-221-1/+4
* Do not initialize the priv pointer before check typeJavier Jardon2011-07-061-1/+1
* Don't forget to cleanup varargsMatthias Clasen2011-06-141-5/+7
* liststore: Replace macro with an inline functionBenjamin Otte2011-05-271-31/+30
* docs: Fix liststore docsBenjamin Otte2011-04-281-2/+2
* Move documentation to inline comments: GtkListStoreJavier Jardón2011-04-151-0/+154
* GtkListStorePrivate: Improve struct packingMatthias Clasen2011-04-121-1/+2
* Use faster new G_VALUE_COLLECT_INIT variant instead G_VALUE_COLLECTJavier Jardón2011-02-071-2/+2
* 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