summaryrefslogtreecommitdiff
path: root/gtk/gtkliststore.c
Commit message (Expand)AuthorAgeFilesLines
* gtk: Strip newlines from g_warning and g_errorMatthias Clasen2016-02-281-6/+6
* GtkListStore: Use the new helpersMatthias Clasen2015-04-271-174/+176
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-4/+4
* Docs: use // for comments in examplesMatthias Clasen2014-02-141-5/+4
* docs: fully break lines in examplesWilliam Jon McCann2014-02-121-2/+2
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-15/+12
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-1/+1
* docs: use proper apostropheWilliam Jon McCann2014-02-071-1/+1
* docs: Use markup for linksWilliam Jon McCann2014-02-071-1/+1
* docs: Don't use warningsWilliam Jon McCann2014-02-061-2/+2
* docs: use proper quotesWilliam Jon McCann2014-02-051-2/+2
* docs: Use "#" for refsect2 instead of ##William Jon McCann2014-02-041-3/+3
* docs: use ` instead of <literal>William Jon McCann2014-02-041-6/+6
* docs: Convert to markdownMatthias Clasen2014-02-021-26/+19
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-3/+3
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-4/+4
* docs: don't use <emphasis>William Jon McCann2014-01-281-1/+1
* Fix GI warningsJasper St. Pierre2013-10-091-4/+2
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-5/+2
* Doc: various small fixesSébastien Wilmet2013-05-121-2/+3
* Fix a few memory leaks wrt to translationsMatthias Clasen2013-04-281-3/+3
* gtkliststore: Add explicit braces to avoid dangling elseKalev Lember2012-12-011-4/+6
* gtkliststore: fix documentation typoClaudio Saavedra2012-09-031-1/+1
* Consistently allow -1 to mean 'append' in tree modelsMatthias Clasen2012-07-121-14/+9
* liststore: Make gtk_list_store_reorder() introspectableMartin Pitt2012-06-121-4/+5
* liststore: fix transformation of GValues on setCosimo Cecchi2012-06-071-2/+3
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* docs: Clarify position of gtk_list_store_insert_with_values()David King2012-02-201-3/+4
* Correct an introspection annotationMatthias Clasen2012-01-201-1/+1
* 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