|  ed | 33baa50986 | Projucer:  Fixed a bug in scanning exporter module paths when there are no compatible exporters on the current OS | 7 years ago | 
				
					
						|  Tom Poole | a1c343b97d | Projucer:  Fixed a bug connecting to the build server on startup | 7 years ago | 
				
					
						|  ed | ada0fdfeaf | Projucer:  Fixed a bug where multiple AlertWindows could be shown for an out-of-date version | 7 years ago | 
				
					
						|  ed | b56bdd83fd | Projucer:  Only add paths from compatible exporters when scanning exporter module paths | 7 years ago | 
				
					
						|  ed | d543df6aff | Projucer:  Sanitise Unity plug-in names when generating the C# script class name | 7 years ago | 
				
					
						|  ed | 0ae6bdb511 | Projucer:  Fixed an unused variable warning in the live-build engine | 7 years ago | 
				
					
						|  Tom Poole | 35033add4c | Linux:  Prevent unnecessary relinking in Makefiles | 7 years ago | 
				
					
						|  Tom Poole | f9017f7adc | Projucer:  Fixed a bug creating plug-in projects from PIPs | 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 | 2709a84248 | Projucer:  Ensure that the correct area of a FilePathPropertyComponent is highlighted when performing file drag-and-drop and fix an overly restrictive assertion on Windows | 7 years ago | 
				
					
						|  Lukasz Kozakiewicz | 2718ce96f0 | Updates to support the latest Oboe ( c5c3cc17f7). | 7 years ago | 
				
					
						|  ed | c4663b5aec | Projucer:  Fixed a bug when recalling empty SDK path values | 7 years ago | 
				
					
						|  ed | 3a77e52210 | Projucer:  Define JucePlugin_Name earlier in AppConfig.h so that JUCE_STANDALONE_APPLICATION is set correctly | 7 years ago | 
				
					
						|  ed | dbd48a755c | Projucer:  Only add platform toolset, target platform version and IPP setting properties to configuration property groups in the VS exporter | 7 years ago | 
				
					
						|  ed | 86bdcbae15 | Projucer:  Add a cp command to the Makefile exporter to copy the Unity GUI script to the build directory | 7 years ago | 
				
					
						|  ed | 3458d11078 | Projucer:  Increase the height of the user settings popup slightly when using the Projucer in GPL mode | 7 years ago | 
				
					
						|  ed | e7cf00e977 | Fix a Linux build error in previous commit | 7 years ago | 
				
					
						|  ed | 9684de485c | Projucer:  Avoid hitting some assertions in File::parseAbsolutePath() when searching for the DemoRunner on Windows | 7 years ago | 
				
					
						|  ed | 1702fa04aa | Projucer: Fixed a dangling pointer crash which could occur in modules items with config flags | 7 years ago | 
				
					
						|  ed | e3635ec2f8 | Projucer:  Re-scan invalid JUCE module paths to ensure AvailableModuleList is updated | 7 years ago | 
				
					
						|  ed | b758d83415 | Projucer:  Removed an unused method and fixed a potential crash when refreshing module tree items | 7 years ago | 
				
					
						|  ed | a58b3ff38b | Projucer:  Added a "Reset to Defaults" button to the global paths window | 7 years ago | 
				
					
						|  ed | 8667ffc059 | Projucer:  Ensure that ValueWithDefault objects outlive the PropertyComponents which reference them | 7 years ago | 
				
					
						|  Tom Poole | a3566b8c1e | Removed the embedded VST2 SDK | 7 years ago | 
				
					
						|  ed | 0f103ac7e7 | Projucer:  Ensure that per-exporter SDK paths are backwards compatible | 7 years ago | 
				
					
						|  ed | c407d528b1 | Projucer:  Fixed a bug where per-exporter SDK paths would not be saved/recalled correctly | 7 years ago | 
				
					
						|  ed | f57237df83 | Projucer:  Fixed another unreachable code warning | 7 years ago | 
				
					
						|  ed | aa99b2f0ae | Projucer:  Fixed an unreachable code warning | 7 years ago | 
				
					
						|  ed | 1a25a0615c | Projucer:  Removed some unused methods from ProjucerApplication and refactored the DemoRunner scanning code to cache previously found files | 7 years ago | 
				
					
						|  ed | c4eb15eb21 | Projucer:  Refactored the global paths window and project exporters to use the new FilePathPropertyComponent | 7 years ago | 
				
					
						|  ed | 3f2f2f65a4 | Projucer:  Removed DependencyPathPropertyComponent and replaced it with an updated FilePathPropertyComponent that supports ValueWithDefault | 7 years ago | 
				
					
						|  ed | dbe40552a7 | Projucer:  Fixed a bug where the "use global path" option would not be respected for new projects | 7 years ago | 
				
					
						|  ed | d3fe2515ad | Removed a stray DBG statement | 7 years ago | 
				
					
						|  ed | efacc67a15 | Projucer:  Fixed a bug when parsing multi-line JUCE header metadata | 7 years ago | 
				
					
						|  jules | fc4449b212 | Avoided a dangling pointer in the projucer | 7 years ago | 
				
					
						|  ed | 653d94c7a0 | Projucer:  Pulled out the module and PIP header parsing methods into a single method | 7 years ago | 
				
					
						|  ed | dab49b3f58 | Projucer:  Made UI application templates fullscreen on mobile devices | 7 years ago | 
				
					
						|  ed | a17d3e2bab | Projucer:  Fixed a typo and made property name capitalisation consistent in the Android exporter | 7 years ago | 
				
					
						|  ed | e00d990737 | Projucer:  Added a missing check for Unity plug-in when adding the plug-in binary copy step option in the Xcode exporter | 7 years ago | 
				
					
						|  ed | 159eee8e6f | Projucer:  Initialise company name value before bundle ID to ensure that the default bundle ID is set correctly | 7 years ago | 
				
					
						|  jules | 5979288706 | Added some macros for asserting when functions are called in an unsafe manner outside the message thread. | 7 years ago | 
				
					
						|  jules | 03a118d380 | Projucer: Removed a long-dormant PPC setting! | 7 years ago | 
				
					
						|  ed | 076b09c7a3 | Projucer:  Ensure that project setting defaults reflect the company name that has been set | 7 years ago | 
				
					
						|  ed | 192830dc97 | Projucer:  Fixed an issue where saving a project could fail silently without showing an alert window | 7 years ago | 
				
					
						|  ed | 90765fa52a | Projucer:  Re-scan module paths immediately on start up | 7 years ago | 
				
					
						|  jules | 768139a298 | Added some free functions to help make XML parsing less verbose: parseXML() | 7 years ago | 
				
					
						|  Tom Poole | 6626462908 | Projucer:  Create icns files with a more modern format | 7 years ago | 
				
					
						|  Tom Poole | 885168568d | Projucer:  Enabled adding Xcode subprojects | 7 years ago | 
				
					
						|  Tom Poole | 81153ca8de | Fixed another typo | 7 years ago | 
				
					
						|  Tom Poole | 52fd18b807 | Fixed a typo | 7 years ago |