Birunthan Mohanathas 
								
							 
						 
						
							
							
								
							
							
	19555bbab2  
						 
						
							
							
								
								
								Use last selected directory when using default file name in dialog.showSaveDialog()  
							
							 
							
							... 
							
							
							
							Prior to this change, attempting to use
`dialog.showSaveDialog({ defaultPath: 'foo.png' })` would open the save
dialog to the current directory with the default file name set to
`foo.png`. We now use the last selected directory instead of the current
directory.
Absolute paths are not affected by this change. 
							
						 
						
							2017-05-26 02:18:23 +03:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	867bb5a94e  
						 
						
							
							
								
								
								Add DialogSettings helper struct  
							
							 
							
							
							
						 
						
							2017-02-09 10:13:11 -08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	be29ea4dad  
						 
						
							
							
								
								
								libgtk2ui => libgtkui  
							
							 
							
							
							
						 
						
							2017-02-06 10:34:29 -08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	7848608198  
						 
						
							
							
								
								
								Replace DialogScope with UnresponsiveSuppressor  
							
							 
							
							... 
							
							
							
							The latter is global-wide. 
							
						 
						
							2016-07-11 15:29:03 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	6e0fadbe26  
						 
						
							
							
								
								
								gtk: Set show-hidden property for showHiddenFiles  
							
							 
							
							
							
						 
						
							2016-07-11 13:47:24 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	431ea61ff8  
						 
						
							
							
								
								
								Don't use MatchesExtension for matching filters  
							
							 
							
							... 
							
							
							
							MatchesExtension compares double extensions like .tar.gz, which does not
match the filters. 
							
						 
						
							2016-07-01 22:55:15 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	816b2ea8f2  
						 
						
							
							
								
								
								linux: Disable parent window when showing modal dialogs ( #6160 )  
							
							 
							
							
							
						 
						
							2016-06-21 08:54:55 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	7ba391da7c  
						 
						
							
							
								
								
								Update to API changes of Chrome 51  
							
							 
							
							
							
						 
						
							2016-05-23 10:59:39 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Ben Gotow 
								
							 
						 
						
							
							
								
							
							
	54c654530e  
						 
						
							
							
								
								
								Fix linux support  
							
							 
							
							
							
						 
						
							2016-05-15 01:29:13 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Ben Gotow 
								
							 
						 
						
							
							
								
							
							
	6217d497ed  
						 
						
							
							
								
								
								Fix build issues  
							
							 
							
							
							
						 
						
							2016-05-15 01:03:32 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Ben Gotow 
								
							 
						 
						
							
							
								
							
							
	40c531737d  
						 
						
							
							
								
								
								Add buttonLabel param to showOpen/showSave dialogs  
							
							 
							
							
							
						 
						
							2016-05-15 01:03:32 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Anthony Ryan 
								
							 
						 
						
							
							
								
							
							
	c29b844a97  
						 
						
							
							
								
								
								Replace gtk_widget_hide_all with gtk_widget_hide  
							
							 
							
							... 
							
							
							
							gtk_widget_hide_all was deprecated in gtk+ 2.24 and was removed
entirely in recent versions. This is a pretty straight forward
replacement. 
							
						 
						
							2016-05-11 15:33:43 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	c2797e1864  
						 
						
							
							
								
								
								Replace extension with the one in filter  
							
							 
							
							
							
						 
						
							2016-03-14 17:08:32 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	81a16b424f  
						 
						
							
							
								
								
								Add extension to filename automatically for GTK+ save dialog  
							
							 
							
							
							
						 
						
							2016-03-14 16:28:01 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Paul Betts 
								
							 
						 
						
							
							
								
							
							
	af28900189  
						 
						
							
							
								
								
								Fix up Chrome47 changes  
							
							 
							
							
							
						 
						
							2015-12-07 13:27:05 -08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	4254eb279f  
						 
						
							
							
								
								
								Fix API changes on Linux  
							
							 
							
							
							
						 
						
							2015-09-03 17:50:23 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Haojian Wu 
								
							 
						 
						
							
							
								
							
							
	c566ba575f  
						 
						
							
							
								
								
								Linux: make * extension filter works.  
							
							 
							
							
							
						 
						
							2015-08-21 12:13:33 +08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	b98cdf71c4  
						 
						
							
							
								
								
								gtk: Implement message box APIs  
							
							 
							
							
							
						 
						
							2015-07-07 17:21:26 +08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	8fca1f52d3  
						 
						
							
							
								
								
								Use SetGtkTransientForAura from libgtk2ui  
							
							 
							
							
							
						 
						
							2015-07-07 15:12:08 +08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Haojian Wu 
								
							 
						 
						
							
							
								
							
							
	da83ba6c06  
						 
						
							
							
								
								
								Fix dialog.showSaveDialog doesn't show the non-exist file name on Linux.  
							
							 
							
							
							
						 
						
							2015-06-04 14:16:53 +08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	750db6aed8  
						 
						
							
							
								
								
								base/file_util.h has been moved to base/files/file_util.h  
							
							 
							
							
							
						 
						
							2015-01-27 13:18:30 -08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	b6b6fc3bfd  
						 
						
							
							
								
								
								Remove All Rights Reserved after GitHub copyright  
							
							 
							
							... 
							
							
							
							Closes  #762  
							
						 
						
							2014-10-31 11:17:05 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	1499d44584  
						 
						
							
							
								
								
								gtk: Fix focusing on file dialog  
							
							 
							
							... 
							
							
							
							Fixes  atom/atom#3626 . 
							
						 
						
							2014-10-01 17:02:00 +08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	5ba324ca9a  
						 
						
							
							
								
								
								gtk: Implement the filters option.  
							
							 
							
							
							
						 
						
							2014-08-06 14:49:02 +08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	dc257f1f86  
						 
						
							
							
								
								
								Add "filters" parameter for file dialogs.  
							
							 
							
							
							
						 
						
							2014-08-06 13:58:42 +08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	e6998dfd4b  
						 
						
							
							
								
								
								linux: Fix compilation error caused by X header.  
							
							 
							
							
							
						 
						
							2014-07-21 13:48:23 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	4609a8d2be  
						 
						
							
							
								
								
								linux: Fix setting parent window for file dialogs.  
							
							 
							
							
							
						 
						
							2014-07-05 00:00:54 +08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	61db17412c  
						 
						
							
							
								
								
								Use views to implement NativeWindow and MessageBox on Linux.  
							
							 
							
							
							
						 
						
							2014-07-04 01:30:36 +08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	84878c4c77  
						 
						
							
							
								
								
								Initial work for Aura on Linux.  
							
							 
							
							
							
						 
						
							2014-07-02 22:49:45 +08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	32c881bde9  
						 
						
							
							
								
								
								gtk: Make BrowserWindow::HasModalDialog work.  
							
							 
							
							... 
							
							
							
							Fixes  atom/atom#2658 . 
							
						 
						
							2014-06-24 21:52:06 +08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	f176b2c58f  
						 
						
							
							
								
								
								Switch to use MIT license.  
							
							 
							
							
							
						 
						
							2014-05-04 20:29:08 +08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	b6ac06c022  
						 
						
							
							
								
								
								Order header files.  
							
							 
							
							
							
						 
						
							2014-03-16 09:37:04 +08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	68cb6ee861  
						 
						
							
							
								
								
								Move atom/browser/ui/gtk to chrome/.  
							
							 
							
							
							
						 
						
							2014-03-16 08:39:43 +08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	516d46444d  
						 
						
							
							
								
								
								Move all sources under atom/.  
							
							 
							
							
							
						 
						
							2014-03-16 08:30:26 +08:00