|  ed | ef2d1fa9fd | Projucer:  Various fixes and improvements to PIPGenerator | 7 years ago | 
				
					
						|  ed | 711e75bdc8 | Projucer:  Add analytics | 7 years ago | 
				
					
						|  ed | 47af78fe0b | Projucer:  Implement PIPGenerator | 7 years ago | 
				
					
						|  ed | 06773f18bb | Projucer:  Add C++17 flag to exporters that support it | 7 years ago | 
				
					
						|  ed | 771025cccf | Projucer:  Increased the character limit of some TextPropertyComponents in the project settings | 7 years ago | 
				
					
						|  ed | d668adb81b | Projucer:  Code cleanup | 7 years ago | 
				
					
						|  ed | 3f2678b38e | Projucer:  Some code cleanup in Project.h/.cpp | 7 years ago | 
				
					
						|  ed | 780902b492 | Projucer:  Fixed a bug where preprocessor definitions weren't being parsed initially and fixed a typo | 7 years ago | 
				
					
						|  ed | 7912349b55 | Projucer:  Cache preprocessor defs to reduce save time | 7 years ago | 
				
					
						|  Noah Dayan | 004360b59e | Projucer:  Added missing tooltip descriptions | 7 years ago | 
				
					
						|  ed | d6667e31a4 | Projucer:  Fixed a bug in the audio plugin property editors | 7 years ago | 
				
					
						|  ed | b72a626516 | Projucer:  Updated all the exporters and the project settings to use the new ValueWithDefault class | 7 years ago | 
				
					
						|  ed | b288da58f0 | Projucer:  Fixed a crash that could occur when saving a project multiple times | 8 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 | 
				
					
						|  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 | 
				
					
						|  ed | 3473e6307c | Projucer:  Changed the default C++ standard for new projects from 11 to 14 | 8 years ago | 
				
					
						|  ed | 097f3209db | Projucer:  Pass current thread pool job to MessageManagerLock to prevent deadlock | 8 years ago | 
				
					
						|  ed | 455c323184 | Projucer:  Lock the message loop when creating icon image files | 8 years ago | 
				
					
						|  jules | 2ee168ad46 | Deprecated File::separator and File::separatorString, replacing them by static getter functions, so that File methods can be safely used in static constructors without order-of-initialisation problems | 8 years ago | 
				
					
						|  ed | bffc53b336 | Projucer:  Added a company copyright field to the project settings | 8 years ago | 
				
					
						|  ed | c956b984c6 | Projucer:  Added a "Header search paths" field to the project settings page that will be used for all exporters | 8 years ago | 
				
					
						|  hogliux | 54029e776d | Projucer:  Re-factored source code groups and general code clean-up | 8 years ago | 
				
					
						|  ed | 33535973be | Projucer: Update window title when project name changes | 8 years ago | 
				
					
						|  ed | 7582952cdf | Projucer:  Added a method to check old exporter settings for the C++ language standard setting and to use this value as the default if it hasn't been set | 8 years ago | 
				
					
						|  ed | bde34cebcb | Projucer:  Fixed a bug where the C++ language standard project settings wasn't being recalled correctly | 8 years ago | 
				
					
						|  ed | 2e81e8a0dc | Projucer:  Made the C++ language standard option a per-project instead of per-build configuration setting. Added an option to enable GNU compiler extensions for supported exporters. Added the option to specify a minimum C++ language standard in module declarations and added a warning to the Projucer when adding a module that has a higher standard than currently set. | 8 years ago | 
				
					
						|  ed | 26596fbfad | Projucer:  Added default module search paths to the Projucer | 8 years ago | 
				
					
						|  hogliux | b8f0609164 | Projucer:  Fixed the tooltip description of the plug-in channel configuration field | 8 years ago | 
				
					
						|  hogliux | 1e9be800c5 | Projucer:  Only add webkit2gtk-4 linux dependency if JUCE_WEB_BROWSER is actually enabled | 8 years ago | 
				
					
						|  ed | 90fbed7889 | Projucer:  Added an option when right-clicking on an exporter to save just the selected exporter | 8 years ago | 
				
					
						|  ed | 1a266e822b | Projucer:  The Projucer now adds a unique suffix to the target project folder of duplicate exporters and the 'selected exporter' drop-down now defaults to the first exporter that can launch the project if none were previously selected | 8 years ago | 
				
					
						|  ed | ff7cfb8824 | Projucer:  Moved a Thread::sleep() call that would be called every time a project was saved out of the Xcode exporter and only call it if saving and opening project in Xcode | 8 years ago | 
				
					
						|  tpoole | 359238f0ed | Fixed a Projucer crash when saving projects with no targets | 8 years ago | 
				
					
						|  hogliux | 9b7e944a54 | Added a popup to the Projucer informing the user about the collection of analytics data | 8 years ago | 
				
					
						|  hogliux | b5afccc37c | Updated file headers and the README with the JUCE 5 license | 8 years ago | 
				
					
						|  hogliux | 7ed37f8600 | Added the standard JUCE splash screen and app usage reporting | 8 years ago | 
				
					
						|  hogliux | 750ab85fe9 | Projucer UI overhaul and UX/workflow improvements. Support for new accounts and licensing model. | 8 years ago | 
				
					
						|  tpoole | dd7c510e2f | Added a Projucer warning when a project includes outdated Visual Studio exporters | 8 years ago | 
				
					
						|  jules | 44cd80969d | A few C++11 modernisations and comment corrections | 8 years ago | 
				
					
						|  jules | 8ed41ed14b | Fixed some whitespace style and cleaned up some code using C++11 | 8 years ago | 
				
					
						|  tpoole | 4c59a920b4 | Added Inter-App Audio capabilities to standalone plug-ins | 8 years ago | 
				
					
						|  hogliux | 0117aace01 | Added support for multi-target exporters and standalone plug-in format | 8 years ago | 
				
					
						|  tpoole | 8cd578b0c6 | Added the ability to set a custom BinaryData namespace in the Projucer | 9 years ago | 
				
					
						|  hogliux | c5d3c26af6 | Added workaround to fix a false re-save warning in the Projucer when saving a .jucer file on a network drive | 9 years ago | 
				
					
						|  jules | 9fa0d49be7 | Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. | 9 years ago | 
				
					
						|  ed | 8e10f16eb8 | Dialog window to ask whether to keep current project or re-load from disk when .jucer file changes | 9 years ago | 
				
					
						|  hogliux | 6810791645 | Make sure that the legacy AU rez file is correct for midi effect AUs | 9 years ago | 
				
					
						|  jules | d9e3cdac16 | Removed a few references to var::null | 9 years ago | 
				
					
						|  jules | fad8d0526e | Projucer: improved the set of browsable files that are added to target projects for each module | 9 years ago | 
				
					
						|  jules | 025d04cbd1 | Projucer: Added warning when trying to load projects with out-of-date build scripts | 9 years ago |