summaryrefslogtreecommitdiff
path: root/src/nautilus-list-base.c
Commit message (Expand)AuthorAgeFilesLines
* files-view: Handle canceled clipboard updatePeter Eisenmann2023-04-141-4/+13
* Revert "list-base: Remove rubberband hack"Ondrej Holy2023-03-161-0/+29
* 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
* dnd: Don't handle drops without urisPeter Eisenmann2023-01-231-6/+2
* general: Stop leaking NautilusViewItemCorey Berla2023-01-161-2/+4
* name-cell: Don't open on hover expander icon.António Fernandes2023-01-161-4/+19
* list-base: Setup cell hover controller separatelyAntónio Fernandes2023-01-151-1/+6
* list-view: Set focus when moving to parent in the treeAntónio Fernandes2023-01-151-1/+1
* view-model: Remove moved item from old storeAntónio Fernandes2023-01-141-1/+1
* list-base: Reimplement get_selection_for_file_transferCorey Berla2023-01-101-7/+33
* view-model: Expose row objects to the viewAntónio Fernandes2023-01-101-4/+9
* dnd: Move nautilus_dnd_perform_drop to nautilus-dnd for reuseCorey Berla2023-01-091-39/+2
* list-base: Stop referring to "metadata name" for sort attributeAntónio Fernandes2023-01-081-10/+10
* list-base: Use metadata names directly instead of SortConstantsCorey Berla2023-01-081-106/+10
* list-base: Get ready to eliminate SortConstantsCorey Berla2023-01-081-0/+59
* list-base: Remember directory sort for all attributesCorey Berla2023-01-081-8/+8
* files-view: Re-work and simplifiy clipboard retrievalCorey Berla2023-01-081-5/+36
* list-base: Don't ring error bell from sushiAntónio Fernandes2022-12-231-4/+0
* list-base: Allow to tab directly out of viewAntónio Fernandes2022-12-231-0/+11
* list-base: Move "cursor" when item removedAntónio Fernandes2022-12-231-0/+36
* list-base: Remove rubberband hackCorey Berla2022-12-221-29/+0
* list-base: Use activation uri for DnD dragCorey Berla2022-12-211-1/+1
* list-base: Don't change location in a dnd when hovering over itselfCorey Berla2022-12-201-0/+7
* list-base: Don't modify selection model's internal bitsetCorey Berla2022-12-201-6/+9
* list-base: Fix non-local DnD in x11Corey Berla2022-12-151-2/+2
* list-base: Clear hover timeout on dropCorey Berla2022-12-151-0/+4
* list-base: Fix get_first_visible_item()Aleksandar Dezelin2022-10-251-8/+13
* list-base: Return correct order in real_get_selection()Corey Berla2022-10-231-0/+2
* list-base: Restore ability to move selection from sushiAntónio Fernandes2022-10-211-9/+29
* list-base: Make sort constants match attribute namesCorey Berla2022-10-211-4/+4
* files-view: Drop .compare_files() vfuncAntónio Fernandes2022-10-211-25/+0
* list-base: Select first search result as soon as possibleCorey Berla2022-09-171-11/+1
* list-base: Ignore sort metadata on some locationsAntónio Fernandes2022-09-041-0/+8
* files-view: Add files in right orderAntónio Fernandes2022-09-021-10/+0
* list-base: Check if item_widget is ready before setting focusCorey Berla2022-09-011-1/+9
* list-base: Fix memory leaks for view_item and viewCorey Berla2022-09-011-21/+22
* list-base: Don't unnecessarily cast NAUTILUS_LIST_BASECorey Berla2022-09-011-3/+3
* list-base: Fix hotspot for DnD drag iconCorey Berla2022-09-011-0/+14
* list-base: Move nautilus_list_base_get_icon_size() up for reuseCorey Berla2022-09-011-6/+6
* list-base: Fix crash when checking preferred actionCorey Berla2022-09-011-1/+8
* list-base: Allow dropping text to create text fileCorey Berla2022-09-011-5/+11
* dnd: Temporary fix for getting the preferred action on an x11 dropCorey Berla2022-08-311-0/+26
* list-base: Apply focus workaround to all item selectionCorey Berla2022-08-231-17/+26
* list-base: Grab focus when background of the view clickedCorey Berla2022-08-231-0/+4
* list-base: Prevent accidental hover-switch on slightest movementAntónio Fernandes2022-08-121-4/+8
* dnd: Make "change location on hover" a little bit less aggressiveCorey Berla2022-08-121-0/+22
* list-base: Update files view selection text when item removedCorey Berla2022-08-011-0/+1
* list-base: Move bg click gestures to viewAntónio Fernandes2022-07-171-3/+2
* list-base: Clear scroll_to idle handler before clearing list-baseCorey Berla2022-07-161-0/+1