summaryrefslogtreecommitdiff
path: root/src/nautilus-files-view.c
Commit message (Expand)AuthorAgeFilesLines
* implement tagswip/alexpandelea/tagsAlexandru Pandelea2017-08-091-0/+128
* files-view: disable the reset zoom button by defaultDiana Grecu2017-07-131-1/+11
* files-view: disable create-link when the clipboard is emptyTiberiu Lepadatu2017-07-131-1/+2
* Revert "files-view: Add alternative shortcut for renaming files"Ernestas Kulik2017-06-131-7/+1
* fix misuse of nautilus_file_is_desktop_directoryAlexandru Pandelea2017-05-311-1/+1
* views: handle keyboard activation in files-viewErnestas Kulik2017-05-141-2/+4
* files-view: Fix memory leakMohammed Sadiq2017-05-021-1/+1
* files-view: remove directory parameter from add-files callbacksErnestas Kulik2017-03-311-3/+0
* files-view: Reveal file in an idle for the flow viewCarlos Soriano2017-03-301-1/+1
* files-view: Select file after "Open item location"Carlos Soriano2017-03-301-4/+8
* files-view: Remove directory parameter from add_files signalCarlos Soriano2017-03-301-2/+2
* 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