ed
							
						 | 
						
							
							
							
								
							
								fe49d69dfc
								
							
								
							
						 | 
						
							
							
								
								Projucer:  Added a "VST (Legacy) SDK" field to the global paths window and re-factored the global paths window a bit
							
							
							
							
								
							
							
						 | 
						7 years ago | 
					
				
					
						
							
							
								   ed
							
						 | 
						
							
							
							
								
							
								c4eb15eb21
								
							
								
							
						 | 
						
							
							
								
								Projucer:  Refactored the global paths window and project exporters to use the new FilePathPropertyComponent
							
							
							
							
								
							
							
						 | 
						7 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								768139a298
								
							
								
							
						 | 
						
							
							
								
								Added some free functions to help make XML parsing less verbose: parseXML()
							
							
							
							
								
							
							
						 | 
						7 years ago | 
					
				
					
						
							
							
								   ed
							
						 | 
						
							
							
							
								
							
								6a3825f88f
								
							
								
							
						 | 
						
							
							
								
								Projucer:  Fixed a potential crash when setting a global path from the command line
							
							
							
							
								
							
							
						 | 
						7 years ago | 
					
				
					
						
							
							
								   ed
							
						 | 
						
							
							
							
								
							
								ac8c1a11fb
								
							
								
							
						 | 
						
							
							
								
								Projucer:  Remove some unnecessary assertions from StoredSettings
							
							
							
							
								
							
							
						 | 
						7 years ago | 
					
				
					
						
							
							
								   ed
							
						 | 
						
							
							
							
								
							
								bf8adbc29a
								
							
								
							
						 | 
						
							
							
								
								Projucer:  Added an option to set the path to the Android Studio executable in the "Global Paths" settings
							
							
							
							
								
							
							
						 | 
						7 years ago | 
					
				
					
						
							
							
								   hogliux
							
						 | 
						
							
							
							
								
							
								cf4f12a452
								
							
								
							
						 | 
						
							
							
								
								Replaced our VST2 interface headers with official VST3 SDK
							
							
							
							
								
							
							
						 | 
						7 years ago | 
					
				
					
						
							
							
								   ed
							
						 | 
						
							
							
							
								
							
								848ab56465
								
							
								
							
						 | 
						
							
							
								
								Projucer:  Don't overwrite newer global settings file when migrating Introjucer settings
							
							
							
							
								
							
							
						 | 
						7 years ago | 
					
				
					
						
							
							
								   Tom Poole
							
						 | 
						
							
							
							
								
							
								ab863a6dc2
								
							
								
							
						 | 
						
							
							
								
								Replaced all usage of ScopedPointer with std::unique_ptr
							
							
							
							
								
							
							
						 | 
						7 years ago | 
					
				
					
						
							
							
								   Tom Poole
							
						 | 
						
							
							
							
								
							
								4229dc0a4f
								
							
								
							
						 | 
						
							
							
								
								Made a lot of ScopedPointer usage conform to the std::unique_ptr interface
							
							
							
							
								
							
							
						 | 
						7 years ago | 
					
				
					
						
							
							
								   ed
							
						 | 
						
							
							
							
								
							
								7e310f51bb
								
							
								
							
						 | 
						
							
							
								
								Projucer:  Fixed an assertion that could be hit when calling StoredSettings::checkJUCEPaths()
							
							
							
							
								
							
							
						 | 
						7 years ago | 
					
				
					
						
							
							
								   ed
							
						 | 
						
							
							
							
								
							
								ef2d1fa9fd
								
							
								
							
						 | 
						
							
							
								
								Projucer:  Various fixes and improvements to PIPGenerator
							
							
							
							
								
							
							
						 | 
						7 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								415f0e4c90
								
							
								
							
						 | 
						
							
							
								
								Added an alternative version of File::findChildFiles that returns the results array rather than it being an out-parameter. In almost all cases using this new version will make your code smaller and cleaner, as you can see from all the changes in this commit!
							
							
							
							
								
							
							
						 | 
						7 years ago | 
					
				
					
						
							
							
								   ed
							
						 | 
						
							
							
							
								
							
								bb5dd6aaa6
								
							
								
							
						 | 
						
							
							
								
								Projucer:  Fixed a typo
							
							
							
							
								
							
							
						 | 
						7 years ago | 
					
				
					
						
							
							
								   Tom Poole
							
						 | 
						
							
							
							
								
							
								cff37f5b6a
								
							
								
							
						 | 
						
							
							
								
								Fixed some const violation errors
							
							
							
							
								
							
							
						 | 
						7 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								babea0885b
								
							
								
							
						 | 
						
							
							
								
								Added a method ValueTree::appendChild(). Also tidied up a lot of the ValueTree comments, which were a bit scrappy.
							
							
							
							
								
							
							
						 | 
						8 years ago | 
					
				
					
						
							
							
								   tpoole
							
						 | 
						
							
							
							
								
							
								a75f023ca5
								
							
								
							
						 | 
						
							
							
								
								Clion:  Added a global path to the CLion exe
							
							
							
							
								
							
							
						 | 
						8 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								2dc9316420
								
							
								
							
						 | 
						
							
							
								
								Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility)
							
							
							
							
								
							
							
						 | 
						8 years ago | 
					
				
					
						
							
							
								   tpoole
							
						 | 
						
							
							
							
								
							
								1946712154
								
							
								
							
						 | 
						
							
							
								
								Projucer:  Reorganised some source files so that we can compile with the malfunctioning link time optimisation of legacy 32 bit MinGW compilers
							
							
							
							
								
							
							
						 | 
						8 years ago | 
					
				
					
						
							
							
								   hogliux
							
						 | 
						
							
							
							
								
							
								54029e776d
								
							
								
							
						 | 
						
							
							
								
								Projucer:  Re-factored source code groups and general code clean-up
							
							
							
							
								
							
							
						 | 
						8 years ago |