summaryrefslogtreecommitdiff
path: root/src/nautilus-window-slot.c
Commit message (Expand)AuthorAgeFilesLines
* window-slot: remove all dependencies to desktopCarlos Soriano2016-04-061-8/+0
* window-slot: use inheritance for disabling actionsCarlos Soriano2016-04-061-5/+1
* window-slot: use inheritance for other locations viewCarlos Soriano2016-04-061-49/+55
* window-slot: remove unneeded code special casing desktopCarlos Soriano2016-04-061-4/+1
* window-slot: use action state instead of special casing the searchCarlos Soriano2016-04-061-8/+6
* window-slot: allow overriding the creation of viewsCarlos Soriano2016-04-061-7/+9
* window-slot: make it derivable classCarlos Soriano2016-04-061-640/+834
* general: remove vim modelinesCarlos Soriano2016-04-041-2/+1
* window-slot: fix shortcuts for changing view modeRazvan Chitu2016-03-291-2/+2
* content-bar: use const type for content typesCarlos Soriano2016-03-101-2/+2
* window-slot: only create x-content-bar if necessaryCarlos Soriano2016-03-071-0/+3
* window-slot: workaround search bar double borderCarlos Soriano2016-03-031-0/+3
* general: allow to search from any part of the stackCarlos Soriano2016-03-031-0/+27
* window-slot: remove unused priv varCarlos Soriano2016-03-031-1/+0
* window-slot: avoid random switching of the viewCarlos Soriano2016-02-241-0/+2
* search: use a separate view setting for searchCarlos Soriano2016-02-121-82/+49
* window-slot: close search when changing locationCarlos Soriano2016-02-021-4/+1
* search-popover: add popover to edit search filtersGeorges Basile Stavracas Neto2016-02-021-20/+11
* monitor: don't check for FAMCarlos Soriano2016-01-221-2/+0
* window-slot: move cancel_location to stop_loadingCarlos Soriano2016-01-151-45/+38
* window-slot: use cancel_change instead of end_changeCarlos Soriano2016-01-151-11/+7
* window-slot: protect against no new viewCarlos Soriano2016-01-131-1/+2
* window-slot: sync search visibility when using historyCarlos Soriano2015-12-171-6/+10
* window-slot: invalidate file attributes on reloadCarlos Soriano2015-12-111-0/+24
* window-slot: plug leak when no regular fileCarlos Soriano2015-12-111-1/+3
* window-slot: use nautilus ref countingCarlos Soriano2015-12-111-8/+8
* window-slot: don't increase references on dispose...Carlos Soriano2015-12-111-5/+1
* window-slot: remove wrong unrefCarlos Soriano2015-11-261-2/+0
* window-slot: remove unneded unrefCarlos Soriano2015-11-261-3/+0
* window-slot: remove duplicated assertCarlos Soriano2015-11-261-1/+0
* window-slot: remove unneeded constantCarlos Soriano2015-11-261-7/+0
* window-slot: don't ref all views on creationCarlos Soriano2015-11-131-1/+1
* window-slot: check wheter to close search or not in location changeCarlos Soriano2015-09-041-19/+50
* window-slot: ensure location when creating queryCarlos Soriano2015-09-041-0/+5
* window-slot: use action state for searchCarlos Soriano2015-09-041-21/+44
* slot: clean upCarlos Soriano2015-09-041-111/+170
* window-slot: don't invalidate when force reloadCarlos Soriano2015-09-031-3/+0
* window-slot: remove unused varCarlos Soriano2015-09-031-8/+1
* window-slot: remove "use default location"Carlos Soriano2015-09-021-33/+1
* slot: use location propertyCarlos Soriano2015-08-281-31/+18
* window: removed loading-uriCarlos Soriano2015-08-281-22/+2
* general: separate handling of windows/slots/viewsCarlos Soriano2015-08-281-344/+172
* slot: remove unused public APICarlos Soriano2015-08-281-0/+1
* window: move toggle-search to slotCarlos Soriano2015-08-231-3/+22
* window: delegate view mode to slotCarlos Soriano2015-08-231-13/+81
* window-slot: use g_error_matchesCarlos Soriano2015-08-201-1/+2
* places-view: implement a view for Other LocationsGeorges Basile Stavracas Neto2015-08-201-97/+125
* view: add interfaceGeorges Basile Stavracas Neto2015-08-201-284/+226
* files-view: rename from NautilusViewGeorges Basile Stavracas Neto2015-08-171-35/+35
* view: handle view menuGeorges Basile Stavracas Neto2015-08-161-0/+49