summaryrefslogtreecommitdiff
path: root/gio/gliststore.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all nicks and blurbs from param specswip/sophie-h/remove-nick-blurbSophie Herold2023-04-281-2/+2
* Allow passing a `NULL` item to `g_list_store_find_with_equal_func()`Sebastian Dröge2023-02-201-3/+11
* liststore: Add "n-items" propertyBenjamin Otte2022-06-091-1/+19
* liststore: Use g_object_class_install_properties()Benjamin Otte2022-06-081-2/+6
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* gio: Add g_list_store_find_with_equal_func_full()Jason Francis2022-04-051-2/+39
* Fix signedness warning in gio/gliststore.c:Emmanuel Fleury2020-12-171-1/+1
* Fix signedness warning in gio/gliststore.c:g_list_store_splice()Emmanuel Fleury2020-12-171-1/+1
* gliststore: Add item lookup functionsNiels De Graef2019-09-251-0/+83
* gliststore: Store validity of last_position explicitlyPhilip Withnall2019-01-181-3/+7
* list store: Fix overflow issuesMatthias Clasen2019-01-071-2/+2
* Merge branch '303-list-store-tests' into 'master'Emmanuele Bassi2018-09-051-3/+1
|\
| * gliststore: Simplify a GType check on constructionPhilip Withnall2018-09-051-3/+1
* | liststore: Simplify codeBenjamin Otte2018-09-041-2/+1
|/
* g_list_store_splice: Add items in the order of the input array and at the giv...Christoph Reiter2018-04-301-1/+1
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* Fix return value error in g_list_store_sortTing-Wei Lan2015-09-021-1/+1
* Add g_list_store_sortMatthias Clasen2015-08-311-0/+26
* Add introspection annotations to GListStoreDavid Shea2015-05-231-5/+5
* gliststore: Add missing parameter documentationPhilip Withnall2015-02-191-0/+2
* Doc: Fix GListModel/GListStoreXavier Claessens2015-02-041-1/+8
* GListStore: fix preconditions in insert_sorted()Lars Uebernickel2015-02-031-3/+3
* GListStore: add sorted insert functionRyan Lortie2015-02-031-0/+39
* Add GListModelLars Uebernickel2015-01-301-0/+421