summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* file-operations: Exchange error messages used when deletingOndrej Holy2023-03-041-6/+6
* list-base: Don't free calls to nautilus_view_model_get_item_from_fileCorey Berla2023-03-011-1/+1
* list-base: Sort after file-changesCorey Berla2023-03-011-0/+4
* general: Change libadwaita include pathBarnabás Pőcze2023-02-1918-18/+18
* nautils-search-engine-tracker: Only parse non-null datesPablo Correa Gomez2023-02-191-7/+16
* file-operations: Fix inverted g_assert conditionOndrej Holy2023-02-061-1/+1
* dnd: Fix dnd_get_preferred_action for non-local dropsCorey Berla2023-01-231-1/+7
* dnd: Don't handle drops without urisPeter Eisenmann2023-01-234-11/+16
* style.css: Make rubberband to have rounded cornerssunflowerskater2023-01-201-0/+4
* general: Stop leaking NautilusViewItemCorey Berla2023-01-163-6/+8
* view-item: Make item_ui a weak pointerCorey Berla2023-01-161-19/+2
* star-cell: Remove unused variableCorey Berla2023-01-161-1/+0
* name-cell: Don't open on hover expander icon.António Fernandes2023-01-166-10/+40
* list-base: Setup cell hover controller separatelyAntónio Fernandes2023-01-154-1/+12
* 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-153-6/+5
* list-view: Actually make tree shortcuts workAntónio Fernandes2023-01-151-22/+42
* 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-143-4/+7
* grid-cell: Set tooltip values using text, not markupAthul Iddya2023-01-131-1/+1
* application: Export FileManager1 iface from dbus_register vfuncOndrej Holy2023-01-133-38/+138
* Revert "freedesktop-dbus: Defer D-Bus property setting"Ondrej Holy2023-01-131-78/+3
* Revert "application: add common startup code"Ondrej Holy2023-01-132-27/+6
* general: Fix style for updated version of uncrustifyCorey Berla2023-01-121-9/+9
* window: Reset actions when tab menu is closedCorey Berla2023-01-101-8/+8
* gtkbookmarkmanager: Don't allow newlines in the bookmark labelCorey Berla2023-01-101-1/+2
* 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
* files-view: Wait to load expander subdirectory until all files loadedCorey Berla2023-01-101-1/+22
* name-cell: Set loading_timeout_id to 0 in timeoutCorey Berla2023-01-101-0/+2
* view-model: Don't return non-existent items in get_items_from_filesCorey Berla2023-01-101-1/+4
* list-base: Reimplement get_selection_for_file_transferCorey Berla2023-01-101-7/+33
* list-view: Bind the number of children to hide-expanderCorey Berla2023-01-101-1/+47
* name-cell: Cleanup handler on_item_is_loading_changed()Corey Berla2023-01-101-9/+3
* 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-105-0/+112
* list-view: Support expanding as a treeAntónio Fernandes2023-01-107-77/+262
* view-model: Expose row objects to the viewAntónio Fernandes2023-01-105-17/+26
* view-model: Use GtkTreeViewModel internallyAntónio Fernandes2023-01-102-58/+199
* view-model: Use GSortListModel internallyAntónio Fernandes2023-01-092-48/+43
* pathbar: Bring dnd code into nautilus-path-barCorey Berla2023-01-094-269/+163
* files-view: Use clipboard_clear_if_colliding_uris consistentlyCorey Berla2023-01-092-3/+5
* clipboard: Reimplement clipboard_clear_if_colliding_urisCorey Berla2023-01-093-27/+19
* window: Add drop targets back to tabsCorey Berla2023-01-092-1/+73
* window-slot-dnd: Cleanup and reuse codeCorey Berla2023-01-093-149/+31
* files-view-dnd: Drop unused codeCorey Berla2023-01-092-134/+0
* files-view-dnd: Use existing dialog when an invalid drag action is usedCorey Berla2023-01-091-12/+11