|  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 | 
				
					
						|  jules | 0a0c550198 | Projucer: made sure that RTAS files are built with stdcall in MSVC | 9 years ago | 
				
					
						|  jules | fb864a5cb1 | Corrected some spelling mistakes in comments | 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 | 8e9ed0d0a9 | Introjucer: more refactoring | 9 years ago | 
				
					
						|  jules | 02492b36b9 | Lots of small whitespace tweaks. | 10 years ago | 
				
					
						|  jules | 89ba69ab29 | Android Bluetooth MIDI, pro-audio i/o and improved openGL support | 10 years ago | 
				
					
						|  jules | 323bce7282 | Introjucer: More avoiding of recursive project saving. | 10 years ago | 
				
					
						|  jules | 4c6be5671e | Introjucer: if groups are sorted, then adding new files retains the sort order. | 10 years ago | 
				
					
						|  hogliux | c7b8e77031 | Update copyright notice | 10 years ago | 
				
					
						|  jules | 6bc4d7627f | Modified the ValueTree::Listener::valueTreeChildRemoved() and ValueTree::Listener::valueTreeChildOrderChanged() methods to include some extra parameters that give more detailed info about exactly what changed. | 10 years ago | 
				
					
						|  jules | 6a89a440b5 | Introjucer: Reorganised some file extensions and added .asm and .s to the list of recognised types. | 11 years ago | 
				
					
						|  jules | 3b88555140 | Replaced the old, badly-named and badly-implemented String::compareLexicographically() method with String::compareNatural(), which uses a smarter algorithm. Also added a method StringArray::sortNatural() which uses this. | 11 years ago | 
				
					
						|  jules | 91d9c96338 | Minor clean-ups | 11 years ago | 
				
					
						|  jules | fb2a5fc857 | Updates to introjucer for VST3 targets. | 11 years ago | 
				
					
						|  jules | eee868ae02 | Introjucer: projects now include a JUCE_APP_VERSION macro containing the version number. | 11 years ago | 
				
					
						|  jules | d582a66917 | Introjucer: Added gnu++0x flag for android builds. Support for SVG icons. | 11 years ago | 
				
					
						|  jules | 5c98d8f48f | Introjucer: command line warning fix. | 12 years ago | 
				
					
						|  jules | 2c9c35d3c3 | Fixed a few compiler warnings. | 12 years ago | 
				
					
						|  jules | 0ba5b01497 | Introjucer: avoided losing the filename suffix when dropping folders into the tree. | 12 years ago | 
				
					
						|  jules | a9aae9651b | Big refactoring of the introjucer's module handling - removed the global module path, and each module now stores its path for each exporter. Rewrote all the UI for downloading + updating modules. | 12 years ago | 
				
					
						|  jules | 64391b7552 | Introjucer: began refactoring some module-management code. | 12 years ago | 
				
					
						|  jules | ec524a437d | Fixed VC warning. Tweak to mouse cursor snap-back in sliders. Added an introjucer option to avoid adding the BinaryData.h header to AppConfig.h | 12 years ago | 
				
					
						|  jules | 53ae95b730 | Introjucer: fix for a situation where project groups could get duplicate IDs. | 12 years ago | 
				
					
						|  jules | ddc1524742 | Updated headers in demo project files. | 12 years ago | 
				
					
						|  jules | 7c6889403c | Introjucer: added global preprocessor defs setting. | 12 years ago | 
				
					
						|  jules | cf9e7072ae | Introjucer: resource file size limit setting. | 12 years ago | 
				
					
						|  jules | bb008cb1ba | Merged the old Jucer into the introjucer. | 12 years ago | 
				
					
						|  jules | 0358e95dc9 | Introjucer: cleaned up some binarydata code. | 12 years ago | 
				
					
						|  jules | 9ed6f088e3 | Improved Path::addBubble. | 12 years ago | 
				
					
						|  jules | e543949bda | Minor clean-ups. | 13 years ago | 
				
					
						|  jules | ddb6b969ea | Introjucer: new plist format for AU plugins. | 13 years ago | 
				
					
						|  jules | 234525aef9 | Increased the warning level in a couple of OSX builds, and removed some pedantic warnings in the introjucer. | 13 years ago | 
				
					
						|  jules | 80dc4c57b0 | Introjucer: items which are not included in the project are now crossed-out. | 13 years ago | 
				
					
						|  jules | 2c72bfac6c | Reimplemented the VST hex/decimal version change. | 13 years ago | 
				
					
						|  jules | aa0eb1a75d | Changed the VST version number to be parsed as base-10 rather than base-16. | 13 years ago | 
				
					
						|  jules | 46f1c15f92 | Introjucer: fix for binary data with duplicate filenames. | 13 years ago | 
				
					
						|  jules | e77d5b12ef | Some clean-ups and additions to Logger and FileLogger classes. Added some logging to the Introjucer. | 13 years ago | 
				
					
						|  jules | e8131455d5 | Introjucer: added some comment fields to the config pages. | 13 years ago | 
				
					
						|  jules | ebb7b6db74 | Introjucer: some refactoring, new icon. | 13 years ago | 
				
					
						|  jules | a4e87ef28a | Introjucer: file separator character fix on windows. | 13 years ago | 
				
					
						|  jules | 18e07fcd95 | Introjucer: fixed bundle identifier generation. | 13 years ago | 
				
					
						|  jules | 753ebf48e5 | Introjucer: reconfigured settings files so that per-project settings are stored separately from global properties. | 13 years ago | 
				
					
						|  jules | 6b679bb46b | New methods in ImageFileFormat for checking file extensions. | 13 years ago | 
				
					
						|  jules | 49d0182f61 | Introjucer: graphical tweaks, binary data header change. | 13 years ago |