Lenny Maiorani 
								
							 
						 
						
							
							
							
							
								
							
							
								160bda7228 
								
							 
						 
						
							
							
								
								Applications: Use default constructors/destructors  
							
							... 
							
							
							
							https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules 
"The compiler is more likely to get the default semantics right and
you cannot implement these functions better than the compiler." 
						
							2022-02-14 22:06:55 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sam Atkins 
								
							 
						 
						
							
							
							
							
								
							
							
								e84b3e7110 
								
							 
						 
						
							
							
								
								BrowserSettings: Implement restoring default values  
							
							
							
						 
						
							2021-11-26 22:14:56 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sam Atkins 
								
							 
						 
						
							
							
							
							
								
							
							
								f2b8ae7d86 
								
							 
						 
						
							
							
								
								BrowserSettings: Add preferred-color-scheme setting  
							
							
							
						 
						
							2021-11-26 22:14:56 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sam Atkins 
								
							 
						 
						
							
							
							
							
								
							
							
								11466c5316 
								
							 
						 
						
							
							
								
								BrowserSettings: Add setting for search engine  
							
							
							
						 
						
							2021-11-26 22:14:56 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sam Atkins 
								
							 
						 
						
							
							
							
							
								
							
							
								1933076143 
								
							 
						 
						
							
							
								
								Browser+BrowserSettings: Persist the "show bookmarks bar" setting  
							
							... 
							
							
							
							Previously this setting was only temporary, but we now save/load it from
the config file. 
							
						 
						
							2021-11-26 22:14:56 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sam Atkins 
								
							 
						 
						
							
							
							
							
								
							
							
								8a284be5c7 
								
							 
						 
						
							
							
								
								BrowserSettings: Create a BrowserSettings application :^)  
							
							... 
							
							
							
							Browser has a bunch of settings, but most are non-trivial to add here.
So far, these are implemented:
- Homepage URL
- Whether to close download windows when they complete
The others will be added in subsequent commits. 
							
						 
						
							2021-11-26 22:14:56 +01:00