summaryrefslogtreecommitdiff
path: root/src/nautilus-files-view.c
Commit message (Expand)AuthorAgeFilesLines
* Remove directory parameter from add_files signalwip/csoriano/tempCarlos Soriano2017-03-291-1/+1
* nautilus-files-view: focus to newly created folderKevin Lopez2017-03-271-0/+7
* files-view: display search base for file chooserAlexandru Pandelea2017-03-221-1/+12
* files-view: connect to the correct signalErnestas Kulik2017-03-041-6/+16
* general: remove empty viewErnestas Kulik2017-02-271-12/+0
* files-view: fix a connect_afterCarlos Soriano2017-02-151-2/+2
* views: add flow box based viewCarlos Soriano2017-02-151-62/+69
* files-view: port to G_DECLARE* type declarationRohit Kaushik2017-02-101-472/+882
* files-view: fix crash on enter in searchAlexandru Pandelea2017-01-241-0/+5
* files-view: Add alternative shortcut for renaming filesCristian Nancu2017-01-121-1/+7
* general: only set icon position metadata when in desktopCarlos Soriano2016-12-101-6/+14
* general: format code with newer UncrustifyCarlos Soriano2016-11-301-131/+131
* files-view: remove an unnecessary helper functionDaniel Boles2016-11-291-15/+2
* view: make icon getter staticCarlos Soriano2016-11-231-26/+3
* files-view, preferences: sync sort-directories-first with Gtk+Felipe Borges2016-11-071-4/+4
* files-view: better empty state for TrashMohammed Sadiq2016-11-021-0/+19
* files-view: Use <control>Return to open selected folder in new windowFelipe Borges2016-10-161-1/+1
* files-view: plug view leakCarlos Soriano2016-10-051-0/+1
* files-view: allow compression of compressed filesRazvan Chitu2016-09-301-3/+1
* files-view: remove unused variableRazvan Chitu2016-09-301-2/+0
* general: rework clipboard handlingCarlos Soriano2016-09-291-74/+87
* files-view: release selection listGeorges Basile Stavracas Neto2016-09-221-0/+1
* nautilus-files-view: modify initial conditionsvictoryang2016-09-221-1/+6
* batch-rename-dialog: don't transfer ownership from caller to calledCarlos Soriano2016-09-201-1/+1
* files-view: use correct parent when compressing/decompressingCarlos Soriano2016-09-201-7/+36
* files-view: don't allow compress if no selectionCarlos Soriano2016-09-201-1/+3
* batch-renaming: disable if compiled without trackerCarlos Soriano2016-09-121-0/+8
* general: initialize smart pointers to NULLRazvan Chitu2016-08-301-9/+10
* general: run uncrustifyCarlos Soriano2016-08-291-5327/+5923
* Implement batch renamingAlexandru Pandelea2016-08-291-2/+24
* files-view: add menu action and dialog for compressionRazvan Chitu2016-08-231-0/+202
* general: add preference for automatic decompression of archivesRazvan Chitu2016-08-231-7/+64
* files-view: add context menu actions for extracting filesRazvan Chitu2016-08-231-0/+273
* files-view: use a hashset for newly added locationsRazvan Chitu2016-08-231-7/+7
* files-view: use GFile utilitiesErnestas Kulik2016-08-211-32/+60
* files-view: free file lists after useErnestas Kulik2016-08-211-5/+11
* files-view: correct method nameRazvan Chitu2016-08-191-3/+3
* files-view: move file name widget logic to separate controllersRazvan Chitu2016-08-191-406/+102
* Clean up dead assigmentsErnestas Kulik2016-08-051-9/+4
* files-view: unref directory after calling _get_by_uri()Ernestas Kulik2016-07-281-0/+4
* nautilus-floating-bar: hide on hoverCarlos Soriano2016-07-131-0/+1
* files-view: change "New Folder /w Selection" to offer a nameNeil Herald2016-07-101-0/+13
* files-view: add accel for "zoom-standard" actionErnestas Kulik2016-06-241-0/+1
* application: rename nautilus_application_add_accelerator()Ernestas Kulik2016-06-241-23/+23
* application: add nautilus_application_set_accelerators()Ernestas Kulik2016-06-241-5/+3
* files-view: add ctrl-= as "zoom in" acceleratorErnestas Kulik2016-06-241-1/+7
* files-view: obsolete restoring default zoom levelErnestas Kulik2016-06-241-32/+0
* toolbar: move undo/redo toolbar menu code into toolbarwip/neilh/toolbar-reorgNeil Herald2016-06-231-91/+1
* view: allow view to have more control over the toolbar menuNeil Herald2016-06-231-19/+18
* files-view: close menu when new folder prompt appearsNeil Herald2016-06-231-0/+5