summaryrefslogtreecommitdiff
path: root/gtk/gtkliststore.c
Commit message (Expand)AuthorAgeFilesLines
* buildable: Rename set_name() to set_buildable_id()Florian Müllner2020-09-261-1/+1
* Clean up lots of GTK+ -> GTKMatthias Clasen2020-09-121-7/+7
* docs: Clean up many dangling linksMatthias Clasen2020-08-041-1/+1
* Replace "gchar" with "char"Benjamin Otte2020-07-251-19/+19
* Replace "gint" with "int"Benjamin Otte2020-07-251-80/+80
* Fix minor typosYuri Chornoivan2020-06-181-1/+1
* liststore: Fix gtk_list_store_iter_is_valid()Benjamin Otte2020-03-061-1/+25
* dnd: Port the TreeModel machinery to GValue DNDBenjamin Otte2020-02-181-27/+14
* Use the new GtkBuildableParser type in GtkBuildable interfacesAlexander Larsson2019-09-101-33/+33
* GtkBuildable: Fix the type of the user_data in GtkBuildable.custom_tag_endRobert Ancell2018-10-081-2/+2
* The big versioning cleanupMatthias Clasen2018-02-061-16/+0
* liststore: Make a code snippet compileTimm Bäder2018-01-031-2/+11
* Avoid GdkPixbuf in docsMatthias Clasen2017-11-301-3/+3
* 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