summaryrefslogtreecommitdiff
path: root/src/nautilus-view.c
Commit message (Expand)AuthorAgeFilesLines
* general: Add & fix tooltips to match HIGRonen Margolin2022-08-221-3/+3
* general: Refactor view icon from a GIcon to an icon nameChristopher Davis2022-07-301-12/+8
* usability: Change tooltip for view_toggle_buttonUjjwal Kumar2020-03-281-0/+30
* view: Cast exported menus as modelsAntónio Fernandes2020-03-101-6/+6
* pathbar: Extend button menu with extensions and templatesCarlos Soriano2018-07-191-0/+59
* views: Proxy the view main values and statesCarlos Soriano2018-05-031-4/+15
* view: make icon getter staticCarlos Soriano2016-11-231-16/+33
* general: run uncrustifyCarlos Soriano2016-08-291-79/+79
* view: allow view to have more control over the toolbar menuNeil Herald2016-06-231-20/+9
* toolbar: change ownership of menu popover to the toolbarNeil Herald2016-06-221-1/+2
* view: add interfaceGeorges Basile Stavracas Neto2015-08-201-0/+266
* files-view: rename from NautilusViewGeorges Basile Stavracas Neto2015-08-171-8113/+0
* view: remove popover on finalizeCarlos Soriano2015-08-171-0/+5
* view: check for duplicated files for renaming as wellCarlos Soriano2015-08-171-168/+121
* view: handle zoom X11 eventsGeorges Basile Stavracas Neto2015-08-161-0/+45
* view: handle view menuGeorges Basile Stavracas Neto2015-08-161-6/+212
* nautilus-view: use popover for renamingCarlos Soriano2015-08-161-205/+231
* window-slot: show window when view starts loadingGeorges Basile Stavracas Neto2015-08-071-3/+0
* pathbar: handle context menuGeorges Basile Stavracas Neto2015-08-041-179/+1
* project: simplify focus chainGeorges Basile Stavracas Neto2015-07-311-2/+9
* view: change show-hidden setting only when value differsGeorges Basile Stavracas Neto2015-07-311-3/+5
* view: manage the floating barGeorges Basile Stavracas Neto2015-07-311-36/+250
* view: manage empty statesGeorges Basile Stavracas Neto2015-07-311-0/+66
* search-directory: make sure to stop the search if no clientsCarlos Soriano2015-07-231-7/+5
* view: don't crash on view destroy if no modelCarlos Soriano2015-07-231-11/+7
* view: remove unused monitorCarlos Soriano2015-07-231-3/+0
* trivial: remove empty lineCarlos Soriano2015-07-201-1/+0
* view: trivial, remove some empty linesCarlos Soriano2015-07-201-3/+0
* preferences: make toolbar hidden files permanent settingCarlos Soriano2015-07-011-0/+3
* view: add back alt<Down> as accelerator for open actionCosimo Cecchi2015-05-241-1/+7
* Remove more unused methodsCosimo Cecchi2015-05-231-13/+0
* view: remove unused functionCosimo Cecchi2015-05-231-10/+0
* Remove unused code related to renamingCosimo Cecchi2015-05-231-70/+0
* nautilus-view: restore "Remove from Recent"Carlos Soriano2015-05-131-0/+17
* nautilus-view: show delete permanently on trash unsupported systemsCarlos Soriano2015-05-131-3/+15
* nautilus-view: allow folders to be opened in other appCarlos Soriano2015-05-131-1/+3
* nautilus-view: select text after showing the dialogCarlos Soriano2015-05-051-6/+6
* view: make "New Folder" CamelCaseCarlos Soriano2015-04-241-1/+1
* view: allow open with another app for multiple filesCarlos Soriano2015-04-221-35/+22
* canvas-container: remove in place renaming supportCarlos Soriano2015-04-221-126/+4
* view: use dialog for renameCarlos Soriano2015-04-221-52/+198
* view: make "." and ".." as file names invalidCarlos Soriano2015-04-221-0/+10
* view: names cannot be invalid beforeCarlos Soriano2015-04-221-7/+6
* view: use the correct quote characterCarlos Soriano2015-04-221-2/+2
* view: strip file name for validationCarlos Soriano2015-04-221-2/+3
* view: extract the creation of new folder dialogCarlos Soriano2015-04-221-14/+32
* view: distinguish between folder and files in new folder dialogCarlos Soriano2015-04-221-2/+13
* view: clean upCarlos Soriano2015-04-221-80/+67
* view: remove dead declarationCarlos Soriano2015-04-221-4/+0
* view: show "New Folder" dialogGeorges Basile Stavracas Neto2015-04-201-18/+203