summaryrefslogtreecommitdiff
path: root/src/nautilus-list-view.c
Commit message (Expand)AuthorAgeFilesLines
* general: Stop leaking NautilusViewItemCorey Berla2023-01-161-2/+2
* name-cell: Don't open on hover expander icon.António Fernandes2023-01-161-1/+1
* list-base: Setup cell hover controller separatelyAntónio Fernandes2023-01-151-0/+3
* list-view: Don't hide expander while loadingAntónio Fernandes2023-01-151-17/+19
* list-view: Set focus when moving to parent in the treeAntónio Fernandes2023-01-151-5/+2
* list-view: Actually make tree shortcuts workAntónio Fernandes2023-01-151-22/+42
* list-view: Reimplement Right/Left keys for tree expanderCorey Berla2023-01-101-1/+64
* list-view: Don't leak NautilusViewItemCorey Berla2023-01-101-2/+3
* list-view: Disconnect list-view-preferences from column_settingsCorey Berla2023-01-101-0/+3
* list-view: Reload the view when tree expander setting is changedCorey Berla2023-01-101-3/+18
* list-view: Bind the number of children to hide-expanderCorey Berla2023-01-101-1/+47
* list-view: Check for NULL row in unbind_name_cell()Corey Berla2023-01-101-0/+5
* list-view: Check if self is NULL before getting listbaseCorey Berla2023-01-101-1/+3
* list-view-item-ui: Show spinner while loading subfoldersAntónio Fernandes2023-01-101-0/+22
* list-view: Support expanding as a treeAntónio Fernandes2023-01-101-1/+161
* view-model: Expose row objects to the viewAntónio Fernandes2023-01-101-5/+3
* list-view: Remove incorrect commentAntónio Fernandes2023-01-081-2/+0
* list-view: Remove "unknown" sort attributeCorey Berla2023-01-081-6/+0
* list-view: Drop hardcoded sort attributes arrayCorey Berla2023-01-081-23/+1
* list-view: Cleanup action_sort_order_changed()Corey Berla2023-01-081-10/+2
* list-view: Use ColumnViewSorter to save column sortingCorey Berla2023-01-081-30/+51
* Revert "list-view: Keep track of the most recently sorted column"Corey Berla2023-01-081-98/+14
* Revert "list-view: Only insert columns when they should be visible"Corey Berla2022-12-291-15/+28
* general: Stop using gtk_widget_show and gtk_widget_hideCorey Berla2022-12-251-7/+3
* list-view: Fix leak and use macrosIgnacy Kuchciński2022-12-041-1/+1
* list-view: Don't free owned referenceCorey Berla2022-10-221-1/+1
* list-view: Set model sorter to NULL on disposeAntónio Fernandes2022-10-211-0/+4
* list-view: Only insert columns when they should be visibleCorey Berla2022-10-211-28/+15
* list-view: Keep track of the most recently sorted columnCorey Berla2022-10-211-14/+98
* list-view: Block using the correct sorterCorey Berla2022-10-211-1/+3
* list-view: Stop adding NameCell child twiceCorey Berla2022-10-211-2/+0
* general: Stop leaking NautilusViewItemCorey Berla2022-10-211-1/+1
* general: Set labelled-by for view cellsCorey Berla2022-08-311-0/+16
* list-view: Set folder name as subtitle of Visible Columns dialogAntónio Fernandes2022-08-051-4/+3
* Column Editor: improve layoutAllan Day2022-08-051-1/+1
* list-base: Clean provisory name leftwoversAntónio Fernandes2022-06-221-10/+10
* enums: Redefine icon size optionsAntónio Fernandes2022-06-211-14/+11
* list-view: Make small icons mode compactAntónio Fernandes2022-06-211-0/+9
* list-view: Reimplement using GtkColumnViewAntónio Fernandes2022-06-211-3395/+619
* list-view: Make Star column non-configurableAntónio Fernandes2022-06-211-26/+13
* files-view: Make some accelerators view-scoped instead of app-widevanadiae2022-06-111-10/+0
* tag-manager: Stop getting full referencesAntónio Fernandes2022-05-301-9/+8
* files-view: Drop zoom_level_percentage vfuncAntónio Fernandes2022-05-251-15/+0
* file: Set metadata list as arrayAntónio Fernandes2022-03-271-40/+19
* file: Get metadata list as arrayAntónio Fernandes2022-03-271-42/+9
* list-view: Reenable clipboard monitoring for cut itemsAntónio Fernandes2022-03-271-56/+23
* clipboard: Drop now unnecessary codeAntónio Fernandes2022-03-271-1/+1
* general: Switch to GTK4António Fernandes2022-01-091-69/+57
* general: Stop using gtk_box_pack_start()António Fernandes2022-01-051-1/+1
* list-view: Use a popover for columns context menuAntónio Fernandes2022-01-051-15/+30