ed
							
						 | 
						
							
							
							
								
							
								58c02823c5
								
							
								
							
						 | 
						
							
							
								
								Projucer:  Moved some methods into MiscUtilities
							
							
							
							
								
							
							
						 | 
						7 years ago | 
					
				
					
						
							
							
								   Noah Dayan
							
						 | 
						
							
							
							
								
							
								e690350df3
								
							
								
							
						 | 
						
							
							
								
								Use lambda callbacks instead of listeners with Slider, Button, Label, ComboBox and TextEditor classes
							
							
							
							
								
							
							
						 | 
						7 years ago | 
					
				
					
						
							
							
								   ed
							
						 | 
						
							
							
							
								
							
								642061a31b
								
							
								
							
						 | 
						
							
							
								
								Projucer:  Used Button::onClick to simplify some code
							
							
							
							
								
							
							
						 | 
						7 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 | 
					
				
					
						
							
							
								   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 | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								357dd2c9c9
								
							
								
							
						 | 
						
							
							
								
								Removed some old compiler bug workarounds
							
							
							
							
								
							
							
						 | 
						8 years ago | 
					
				
					
						
							
							
								   ed
							
						 | 
						
							
							
							
								
							
								26596fbfad
								
							
								
							
						 | 
						
							
							
								
								Projucer:  Added default module search paths to the Projucer
							
							
							
							
								
							
							
						 | 
						8 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								61f4333e73
								
							
								
							
						 | 
						
							
							
								
								Marked some RelativeCoordinate functions in Component as deprecated, and updated some old code that used them.
							
							
							
							
								
							
							
						 | 
						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 | 
					
				
					
						
							
							
								   tpoole
							
						 | 
						
							
							
							
								
							
								e33abbc6fe
								
							
								
							
						 | 
						
							
							
								
								Replaced Projucer-generated header guards with #pragma once and updated the examples
							
							
							
							
								
							
							
						 | 
						8 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 | 
					
				
					
						
							
							
								   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
							
						 | 
						
							
							
							
								
							
								810f2bfb2a
								
							
								
							
						 | 
						
							
							
								
								Introjucer: Added Android Studio exporter
							
							
							
							
								
							
							
						 | 
						10 years ago | 
					
				
					
						
							
							
								   hogliux
							
						 | 
						
							
							
							
								
							
								c7b8e77031
								
							
								
							
						 | 
						
							
							
								
								Update copyright notice
							
							
							
							
								
							
							
						 | 
						10 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								d3f76766db
								
							
								
							
						 | 
						
							
							
								
								Added a flag to FileBrowserComponent to allow it to keep the current name when the folder changes, and used this flag in the introjucer's new project wizard.
							
							
							
							
								
							
							
						 | 
						10 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								f6395d4cda
								
							
								
							
						 | 
						
							
							
								
								Raised the warnings level in the introjucer, and fixed a few warnings that were thrown up by this.
							
							
							
							
								
							
							
						 | 
						10 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								8980ed2b9c
								
							
								
							
						 | 
						
							
							
								
								module selection fixes
							
							
							
							
								
							
							
						 | 
						11 years ago | 
					
				
					
						
							
							
								   Felix Faire
							
						 | 
						
							
							
							
								
							
								6ef34798cc
								
							
								
							
						 | 
						
							
							
								
								Modules folder combo box, Introducer Wizard
							
							
							
							
								
							
							
						 | 
						11 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								f59d2e74e1
								
							
								
							
						 | 
						
							
							
								
								Fixes for Visual Studio
							
							
							
							
								
							
							
						 | 
						11 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								03a8f3987e
								
							
								
							
						 | 
						
							
							
								
								Added new wizard types
							
							
							
							
								
							
							
						 | 
						11 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								5ba9d83209
								
							
								
							
						 | 
						
							
							
								
								Implemented exporter creation in new project wizard
							
							
							
							
								
							
							
						 | 
						11 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								4fbb5358c4
								
							
								
							
						 | 
						
							
							
								
								Code clean-up
							
							
							
							
								
							
							
						 | 
						11 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								c397984fe9
								
							
								
							
						 | 
						
							
							
								
								Whitespace
							
							
							
							
								
							
							
						 | 
						11 years ago | 
					
				
					
						
							
							
								   jules
							
						 | 
						
							
							
							
								
							
								80214e458c
								
							
								
							
						 | 
						
							
							
								
								First version of new introjucer templates page
							
							
							
							
								
							
							
						 | 
						11 years ago |