summaryrefslogtreecommitdiff
path: root/src/nautilus-view-model.c
Commit message (Expand)AuthorAgeFilesLines
* view-model: Stop crashing on sort-directories-first changeAntónio Fernandes2023-01-141-3/+7
* view-model: Remove moved item from old storeAntónio Fernandes2023-01-141-2/+4
* view-model: Don't return non-existent items in get_items_from_filesCorey Berla2023-01-101-1/+4
* view-model: Expose row objects to the viewAntónio Fernandes2023-01-101-5/+3
* view-model: Use GtkTreeViewModel internallyAntónio Fernandes2023-01-101-56/+193
* view-model: Use GSortListModel internallyAntónio Fernandes2023-01-091-47/+41
* view-model: Stop notifying of selection change twice on set_selectionCorey Berla2022-10-221-9/+0
* list-view: Set model sorter to NULL on disposeAntónio Fernandes2022-10-211-3/+6
* files-view: Drop .compare_files() vfuncAntónio Fernandes2022-10-211-0/+4
* general: Use parameter type list, even if function takes noneTimo2022-08-161-1/+1
* view-model: Fix clearing signal handler on sort changeCorey Berla2022-08-011-5/+11
* view-item-model: Rename to NautilusViewItemAntónio Fernandes2022-06-211-21/+21
* view-icon-controller: Abstract sharable codeAntónio Fernandes2022-06-211-1/+7
* view-model: Use GtkSorter instead of custom structAntónio Fernandes2022-06-211-33/+40
* view-model: Stop freeing already free model on view-item disposeCorey Berla2022-05-291-1/+1
* view-icon-controller: Don't leak list model item refsAntónio Fernandes2022-05-251-5/+5
* view-model: Always notify selection changesAntónio Fernandes2022-05-251-1/+13
* view-model: Implement GtkSelectionModel interfaceAntónio Fernandes2022-02-091-1/+58
* view-icon-controller: Get children by index from modelAntónio Fernandes2022-02-091-0/+13
* view-model: Use GListStore::find()António Fernandes2021-12-291-16/+3
* view-model: Implement GListModel directlyAntónio Fernandes2021-12-291-15/+65
* general: Null-initialize auto pointersErnestas Kulik2018-10-311-2/+2
* view-model: Remove unused functionErnestas Kulik2018-05-021-28/+0
* view-model: Don't remove files when adding itemsCarlos Soriano2017-03-301-1/+0
* nautilus-view-icon: Rework selection and loadingCarlos Soriano2017-03-101-43/+33
* views: add flow box based viewCarlos Soriano2017-02-151-0/+325