|  ed | fdcdda3463 | Projucer:  Update to ValueTreePropertyWithDefault class | 3 years ago | 
				
					
						|  ed | 57f4d4a618 | Projucer:  Removed deprecated Android NDK path property | 5 years ago | 
				
					
						|  ed | 009d685179 | Updated all license headers | 5 years ago | 
				
					
						|  Tom Poole | 894e7d2bd2 | Updated all license headers | 5 years ago | 
				
					
						|  Tom Poole | 2d16374b14 | Updated all license headers | 5 years ago | 
				
					
						|  ed | fba0295a44 | Projucer:  Added a simple sign-in form, added notification tray for project messages, general refactoring | 5 years ago | 
				
					
						|  ed | 521c250413 | Projucer:  Remove custom VST3 path options | 5 years ago | 
				
					
						|  reuk | e7e1de78fa | Files:  Add RangedDirectoryIterator | 5 years ago | 
				
					
						|  reuk | 327f817b9b | Copyrights: Update commercial/gpl headers to be gpl-only | 5 years ago | 
				
					
						|  ed | 161e5cd1c3 | Projucer:  Updated Android SDK/NDK fallback paths on Windows | 5 years ago | 
				
					
						|  Tom Poole | a0b0a3e7bd | Projucer:  Fixed an issue setting the fallback Android SDK path on Linux | 6 years ago | 
				
					
						|  jules | 2e2cfb5f6c | Made a lot of the functions that used to return a raw XmlElement* instead return a std::unique_ptr<XmlElement> to make it safer and more concise to capture them. Also added new methods to XmlElement for generating text, and deprecated the old ones | 7 years ago | 
				
					
						|  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 | 
				
					
						|  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 | 
				
					
						|  ed | bb5dd6aaa6 | Projucer:  Fixed a typo | 7 years ago | 
				
					
						|  tpoole | a75f023ca5 | Clion:  Added a global path to the CLion exe | 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 | 
				
					
						|  tpoole | f7bc550f58 | Projucer:  Remember the directory of a previously created project | 8 years ago | 
				
					
						|  ed | 26596fbfad | Projucer:  Added default module search paths to the Projucer | 8 years ago | 
				
					
						|  ed | ba36008560 | Projucer:  Cleaned up the structure of the Projucer folder in userApplicationDataDirectory and renamed old "Introjucer" global/project settings files to "Projucer" | 8 years ago | 
				
					
						|  ed | 9de309be76 | Projucer:  Added the option to change the colour scheme and font of the Projucer's code editor and the ability to save/load custom schemes | 8 years ago | 
				
					
						|  jules | 57a3cb58ec | Removed incorrect constness from ColourSelector::setSwatchColour | 8 years ago | 
				
					
						|  hogliux | b5afccc37c | Updated file headers and the README with the JUCE 5 license | 8 years ago | 
				
					
						|  hogliux | 750ab85fe9 | Projucer UI overhaul and UX/workflow improvements. Support for new accounts and licensing model. | 8 years ago | 
				
					
						|  jules | 8ed41ed14b | Fixed some whitespace style and cleaned up some code using C++11 | 8 years ago | 
				
					
						|  tpoole | c993f46933 | Fixed platform-dependent default global Projucer preferences | 8 years ago | 
				
					
						|  hogliux | 75cd666a61 | Partially reverted fix for new VST3 SDK 3.6.7 by removing any dependency to VST2 SDK | 8 years ago | 
				
					
						|  hogliux | 2ca5a9c32b | Partially reverted fix for new VST3 SDK 3.6.7 by removing any dependency to VST2 SDK | 8 years ago | 
				
					
						|  hogliux | 14d60966dc | Added support for VST3 SDK 3.6.7 You will need to update your VST3 SDK! | 8 years ago | 
				
					
						|  hogliux | 9c7ee8710a | Added support for VST3 SDK 3.6.7 You will need to update your VST3 SDK! | 8 years ago | 
				
					
						|  hogliux | 288e56de83 | Fixed a bug in the Projucer that would incorrectly mark relative SDK paths as invalid even if they were valid | 9 years ago | 
				
					
						|  hogliux | 84a16f60c0 | Fixed Projucer to check for the correct file when looking for the android ndk on windows | 9 years ago | 
				
					
						|  tpoole | 9f31d6498a | Use a bespoke VST2 interface | 9 years ago | 
				
					
						|  Timur Doumler | 70949aa0c6 | Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. | 9 years ago | 
				
					
						|  jules | 6eee3b2a09 | Resaved all project files | 10 years ago | 
				
					
						|  Timur Doumler | 549b5dc429 | Introjucer: restored default Android SDK/NDK path to what it used to be; added expansion of java environment variable ${user.home} to be able to still check path for correctness. | 10 years ago | 
				
					
						|  jules | 21dabf778d | Introjucer: Refactored global path implementation | 10 years ago | 
				
					
						|  Timur Doumler | c922162b03 | Introjucer: added global preferences window and global SDK path settings. | 10 years ago | 
				
					
						|  hogliux | c7b8e77031 | Update copyright notice | 10 years ago | 
				
					
						|  jules | 1e23cda2ff | Cleaned up a couple of minor analyser warnings. | 11 years ago |