summaryrefslogtreecommitdiff
path: root/src/nautilus-window.c
Commit message (Expand)AuthorAgeFilesLines
* nautilus-window-slot: Prototyping show spinner while opening locationwip/openingLocationCarlos Soriano2014-10-061-0/+34
* window: remove another size groupCosimo Cecchi2014-09-031-8/+0
* style: remove notebook shadow hackCosimo Cecchi2014-09-021-37/+0
* window-menus: don't special case no-app-menu anymoreCosimo Cecchi2014-08-261-2/+0
* Hardcode about dialog copyright date, in EnglishMichael Catanzaro2014-07-251-14/+1
* window: Use the correct return typeRoss Lagerwall2014-03-301-3/+1
* Don't mention FSF addressCosimo Cecchi2014-02-171-3/+2
* window: don't use a custom licenseCosimo Cecchi2014-02-171-20/+2
* window: remove custom get_preferred_width/height implementationCosimo Cecchi2014-02-171-41/+0
* Removed unused MAX_TITLE_LENGTHDaniel Schürmann2014-02-141-3/+0
* nautilus-window: Check for valid location entry widgetMichael Cronenworth2014-02-061-1/+3
* window: sync initial state for start-with-sidebar actionCosimo Cecchi2014-01-061-6/+13
* Format item for volumes disappearedMatthias Clasen2013-11-181-1/+2
* nautilus-window: Initialize NautilusDragSelectionItem 'file' memberNelson Benitez Leon2013-10-231-0/+1
* window: Handle middle click in pathbar event callbackStefano Facchini2013-08-261-0/+2
* pathbar: add a return value from path-event signalCosimo Cecchi2013-08-241-2/+10
* toolbar: port GtkToolbar to GtkBox and add close buttonYosef Or Boczko2013-08-201-5/+2
* src: don't use deprecated GtkImageMenuItem and GtkStockCosimo Cecchi2013-08-131-4/+1
* Implement a Format menu item for volumes in the sidebarplaces-sidebarCosimo Cecchi2013-04-211-19/+101
* Handle show-connect-to-server from the sidebarFederico Mena Quintero2013-04-201-1/+17
* Merge branch 'master' into places-sidebarFederico Mena Quintero2013-04-201-253/+93
|\
| * view: remove NautilusViewFactoryCosimo Cecchi2013-04-081-1/+0
| * NautilusWindow: don't pass the application on constructionMarco Trevisan (Treviño)2013-03-041-4/+4
| * Normalize signal namesWilliam Jon McCann2013-01-221-3/+3
| * window: don't remember focus widget when switching search visibleCosimo Cecchi2012-10-291-19/+5
| * slot: rework query editor visible state synchronizationCosimo Cecchi2012-10-291-3/+2
| * places-sidebar: make sure to pre-select the active item on constructionCosimo Cecchi2012-10-291-7/+7
| * slot: ensure we're back from an active search when changing locationCosimo Cecchi2012-10-261-14/+0
| * slot: finish moving all other private data to private structCosimo Cecchi2012-10-231-192/+50
| * slot: restructure window slot loadingCosimo Cecchi2012-10-231-42/+53
| * window: make sure search button state is consistent with query editorCosimo Cecchi2012-10-231-1/+2
* | Make the drag-action-requested signal return its drag actionFederico Mena Quintero2013-02-271-3/+5
* | Remove usage of gtk_places_sidebar_set_accept_uri_drops() as it no longer existsFederico Mena Quintero2013-02-011-1/+0
* | Signal handler prototypes changed for the DnD signalsFederico Mena Quintero2013-01-211-11/+44
* | Update to set_location()/get_location() API in the sidebarFederico Mena Quintero2013-01-101-2/+2
* | Open-in-new-tab or new-window is implemented in GtkPlacesSidebar nowFederico Mena Quintero2013-01-101-51/+12
* | Don't set the trash state in the places sidebarFederico Mena Quintero2013-01-101-17/+0
* | Oops, use the correct struct fieldFederico Mena Quintero2013-01-081-1/+1
* | Create the sidebar's menu items ourselvesFederico Mena Quintero2012-12-171-32/+110
* | The places sidebar renamed location-selected to open-locationFederico Mena Quintero2012-12-111-6/+6
* | Handle DnD file operations from the places sidebarFederico Mena Quintero2012-12-041-5/+72
* | Change gtk_places_sidebar_set_current_uri() for ..._set_current_location()Federico Mena Quintero2012-11-241-2/+7
* | Inform the places sidebar about changes in the trash stateFederico Mena Quintero2012-10-261-0/+17
* | Fix some compiler warningsFederico Mena Quintero2012-10-261-6/+7
* | Update the places sidebar with the currently-loading URIFederico Mena Quintero2012-10-261-0/+13
* | Implement the show-error-message handler for GtkPlacesSidebarFederico Mena Quintero2012-10-221-1/+3
* | Implement the empty-trash-requested handler for GtkPlacesSidebarFederico Mena Quintero2012-10-221-1/+3
* | Implement the show-file-properties handler for GtkPlacesSidebarFederico Mena Quintero2012-10-221-2/+8
* | Implement the location-selected handler for GtkPlacesSidebarFederico Mena Quintero2012-10-221-1/+19
* | Create a GtkPlacesSidebar and connect stub handlers to itFederico Mena Quintero2012-10-221-5/+56
|/