summaryrefslogtreecommitdiff
path: root/src/nautilus-files-view.c
Commit message (Expand)AuthorAgeFilesLines
* files-view: Replace REMOVE_FILE with REMOVE_FILESwip/corey/performance-remove-filesCorey Berla2023-04-071-7/+28
* list-base: Block emission of ::selection-changed during file changesCorey Berla2023-04-071-4/+4
* files-view: Remove context menu timeout when before processing old filesCorey Berla2023-04-071-0/+1
* files-view: Clear context menu timeout id after context menu is updatedCorey Berla2023-04-071-1/+2
* list-base: Don't notify selection-changed on every call to remove_fileCorey Berla2023-04-071-0/+1
* files-view: handle no focus state gracefullyPeter Eisenmann2023-03-291-1/+2
* files-view: Wait to load expander subdirectory until all files loadedCorey Berla2023-01-101-1/+22
* list-view: Support expanding as a treeAntónio Fernandes2023-01-101-0/+10
* files-view: Use clipboard_clear_if_colliding_uris consistentlyCorey Berla2023-01-091-0/+5
* general: Use g_memdup2Corey Berla2023-01-091-1/+1
* files-view: Allow pasting GDK_TYPE_TEXTURECorey Berla2023-01-081-4/+16
* 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-081-80/+52
* files-view: Add PasteCallbackData structCorey Berla2023-01-081-75/+43
* general: Stop using gtk_widget_show and gtk_widget_hideCorey Berla2022-12-251-11/+9
* files-view: Only set discrete scrolling when ctrl is heldCorey Berla2022-12-231-2/+25
* files-view: Fallback to list if invalid view idAntónio Fernandes2022-12-231-1/+7
* eel: remove eel-glib-extensions.hPeter Eisenmann2022-12-231-1/+0
* files-view: Remove unused variableCorey Berla2022-12-201-4/+0
* files-view: Optimize loop in update_selection_menuCorey Berla2022-10-221-4/+4
* files-view: Only update the background menu on clipboard owner changedCorey Berla2022-10-221-2/+2
* files-view: Fix "paste-into" destination conditionsAntónio Fernandes2022-10-221-5/+2
* files-view: Only update context menus if actually pendingCorey Berla2022-10-221-2/+6
* files-view: Drop selection batching codeCorey Berla2022-10-221-48/+1
* files-view: Focus view items directlyAntónio Fernandes2022-10-211-0/+41
* files-view: Drop .compare_files() vfuncAntónio Fernandes2022-10-211-38/+0
* files-view: Add files in right orderAntónio Fernandes2022-09-021-0/+1
* files-view: Add Unstar back to file context menu when in Starred folderCorey Berla2022-09-011-1/+1
* files-view: Make spacebar actually previewAntónio Fernandes2022-09-011-1/+18
* files-view: Hide Properties of Starred and RecentAntónio Fernandes2022-08-311-2/+6
* files-view: Reset templates model to NULL if unwantedAntónio Fernandes2022-08-311-0/+10
* files-view: Grab focus when background / selection menu closedCorey Berla2022-08-231-0/+12
* Revert "files-view: Set popover menu's parent to scrolled window"António Fernandes2022-08-231-4/+2
* files-view: Remove duplicated setting of new-folder actionIgnacy Kuchciński2022-08-231-4/+0
* files-view: Add empty trash action to background context menuIgnacy Kuchciński2022-08-231-0/+27
* files-view: Set popover menu's parent to scrolled windowCorey Berla2022-08-231-2/+4
* nautilus-files-view: Mark 'Folder is Empty' string translatableSabri Ünal2022-08-221-1/+1
* app-chooser: Only emit "mime-data-changed" if it changedCorey Berla2022-08-081-2/+0
* app-chooser: Add property single-content-typeCorey Berla2022-08-071-3/+1
* menu-provider: Don't pass GtkWindowAntónio Fernandes2022-08-071-6/+0
* files-view: Bind Return to the open-with-default-application actionAntónio Fernandes2022-08-071-0/+4
* files-view: Reorganize context menusAntónio Fernandes2022-08-071-11/+32
* files-view: Stop setting actions on submenusAntónio Fernandes2022-08-071-16/+30
* files-view: Rebuild context menus every timeAntónio Fernandes2022-08-071-16/+16
* files-view: Add menu item for "Open in Console"Corey Berla2022-08-041-0/+58
* rename-file-popover-controller: Set parent only on creationCorey Berla2022-08-011-3/+2
* files-view.c: Fixed delete key hintOliver Calder2022-07-301-5/+5
* general: Reimplement a11y for gtk4Corey Berla2022-07-301-10/+0
* app-chooser: Implement new dialogAntónio Fernandes2022-07-291-6/+3