summaryrefslogtreecommitdiff
path: root/gtk/gtktreelistmodel.c
Commit message (Expand)AuthorAgeFilesLines
* treelistmodel: Delay notifies from TreeListRowBenjamin Otte2023-04-261-5/+7
* treelistmodel: Be safer during collapsingBenjamin Otte2023-04-261-2/+17
* treelistmodel: Don't add items in reverseBenjamin Otte2023-03-291-1/+1
* treelistmodel: Clear item in right placeBenjamin Otte2023-03-191-3/+6
* treelistmodel: Clarify docsBenjamin Otte2023-03-191-3/+6
* treelistmodel: Track the item in the rowBenjamin Otte2023-03-191-9/+7
* treelistmodel: Cache the itemBenjamin Otte2023-03-191-62/+8
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+0
* treelistmodel: Fix handling of collapsed nodesMatthias Clasen2022-08-241-11/+16
* treelistmodel: Add ::item-type and ::n-itemsBenjamin Otte2022-06-111-2/+44
* Remove all nicks and blurbs from param specsSophie Herold2022-05-111-24/+8
* Documentation fixesMatthias Clasen2021-05-201-1/+1
* treelistmodel: Convert docsMatthias Clasen2021-03-111-124/+134
* docs: Clean up many dangling linksMatthias Clasen2020-08-041-2/+2
* treelistmodel: Make constructor transfer fullMatthias Clasen2020-07-261-6/+6
* listmodels: Stop respecting item-typeBenjamin Otte2020-07-051-11/+1
* treelistmodel: Small documentation tweaksMatthias Clasen2020-02-041-2/+2
* Add missing (closure) GIR annotationsRobert Ancell2020-01-131-1/+1
* treelistmodel: Improve docsBenjamin Otte2019-12-151-1/+18
* docs: Miscellaneous doc fixesMatthias Clasen2019-02-241-1/+1
* rbtree: Make node getters not require tree argumentBenjamin Otte2019-01-141-15/+15
* Rename GtkCssRBTree to GtkRBTreeMatthias Clasen2019-01-141-52/+52
* Use Unicode apostrophes in new stringsPiotr Drąg2018-09-201-1/+1
* treelistmodel: Improve naming a bitBenjamin Otte2018-09-181-7/+7
* tree-list-model: Return the correct item typeGeorges Basile Stavracas Neto2018-09-181-2/+2
* treelistmodel: Fix memory leakMohammed Sadiq2018-09-181-1/+1
* treelistmodel: Fix signal emission on row destroyMohammed Sadiq2018-09-181-1/+1
* tree list model: Add docsMatthias Clasen2018-09-161-0/+10
* treelistmodel: Add more API to navigate the treeBenjamin Otte2018-09-161-20/+191
* treelistmodel: Refactor to add GtkTreeListRowBenjamin Otte2018-09-161-134/+509
* gtk: Add GtkTreeListModelBenjamin Otte2018-09-161-0/+821