summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* dnd: Move nautilus_dnd_perform_drop to nautilus-dnd for reuseCorey Berla2023-01-093-41/+48
* window: Add restore closed tab to tab menuCorey Berla2023-01-092-0/+9
* window: Add detach tab menu optionCorey Berla2023-01-092-0/+17
* window: Add close-other-tabs actionCorey Berla2023-01-092-0/+16
* window: Make new tabs use location from menu tab or current tabCorey Berla2023-01-091-1/+3
* window: Open new tabs relative to the context menu tabCorey Berla2023-01-091-1/+1
* window: tab_view_setup_menu_cb stop setting incorrect actionsCorey Berla2023-01-091-5/+7
* window: Refactor tab code for re-useCorey Berla2023-01-091-18/+14
* window: Add translator comments for move tab stringsCorey Berla2023-01-091-2/+2
* window: Remove view-menu actionCorey Berla2023-01-091-14/+0
* general: glib deprecations in name onlyCorey Berla2023-01-092-2/+2
* general: Replace deprecated GTimeVal with GDateTimeCorey Berla2023-01-093-29/+27
* general: Use g_memdup2Corey Berla2023-01-098-10/+10
* general: Use gobject ADD_PRIVATE macrosCorey Berla2023-01-096-13/+11
* Revert "meson.build: Disable GLib deprecation warnings"Corey Berla2023-01-091-7/+0
* list-base: Stop referring to "metadata name" for sort attributeAntónio Fernandes2023-01-082-11/+11
* list-view: Remove incorrect commentAntónio Fernandes2023-01-081-2/+0
* list-base: Use metadata names directly instead of SortConstantsCorey Berla2023-01-083-113/+16
* 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
* list-view: Remove "unknown" sort attributeCorey Berla2023-01-081-6/+0
* list-view: Drop hardcoded sort attributes arrayCorey Berla2023-01-082-25/+2
* 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
* files-view: Allow pasting GDK_TYPE_TEXTURECorey Berla2023-01-083-4/+178
* files-view: Move existing functions for re-useCorey Berla2023-01-081-6/+12
* files-view: Allow pasting from G_TYPE_FILE and GDK_TYPE_FILE_LISTCorey Berla2023-01-081-1/+39
* files-view: Re-work and simplifiy clipboard retrievalCorey Berla2023-01-083-94/+88
* files-view: Add PasteCallbackData structCorey Berla2023-01-081-75/+43
* file-conflict-dialog: change base to AdwWindowPeter Eisenmann2023-01-086-123/+189
* error-reporting: Handle G_IO_ERROR_BUSY on renameBastien Nocera2023-01-081-0/+9
* error-reporting: Handle G_IO_ERROR_INVALID_ARGUMENT on renameBastien Nocera2023-01-081-5/+12
* file-operations: Make FAT_FORBIDDEN_CHARACTERS constant publicBastien Nocera2023-01-082-2/+1
* appchooser: Remove the period from the description textsunflowerskater2023-01-081-1/+1
* general: Rename "application" to "app"sunflowerskater2023-01-0812-24/+24
* files-info: Add precondition-checking for emblem nameAntónio Fernandes2023-01-081-0/+1
* grid-cell, name-cell: Don't add missing emblemsAntónio Fernandes2023-01-082-0/+20
* grid-cell: Show tooltip for ellipsized namesAntónio Fernandes2023-01-082-0/+23
* file: Generate thumbnails when the preview icon is availableOndrej Holy2023-01-042-1/+16
* Revert "list-view: Only insert columns when they should be visible"Corey Berla2022-12-291-15/+28
* nautilus-window: Fix window maximized notify signalGary Li2022-12-281-1/+1
* test-nautilus-search-engine-tracker: Setup connection proactivelyCorey Berla2022-12-283-0/+36
* tracker-utilities: Use existing check nautilus_application_is_sandboxed()Corey Berla2022-12-281-7/+2
* tracker: Setup miner connection upon application startCorey Berla2022-12-283-3/+7
* tracker-utilities: Make tracker connection asyncCorey Berla2022-12-281-32/+33