|  jules | d0135d9efc | Worked around a GCC compiler bug. Also tidied up a bunch of GCC warnings. | 12 years ago | 
				
					
						|  jules | f68713f704 | Introjucer: update to remove AUCocoaViewClassName | 12 years ago | 
				
					
						|  jules | 4fe02d2c8d | AudioUnits: eliminated the JucePlugin_AUCocoaViewClassName parameter - this is no longer needed. Also rearranged the way AUPlugInDispatch.cpp is included, to improve compatibility. (You may need to re-save your projects in the introjucer to build with these changes) | 12 years ago | 
				
					
						|  jules | a50977e2f9 | Added method ComponentPeer::setRepresentedFile() (and used this in the introjucer app) | 12 years ago | 
				
					
						|  jules | aff0d98e4b | Removed JucePlugin_TailLengthSeconds and added a getTailLengthSeconds() method to AudioProcessor instead. | 12 years ago | 
				
					
						|  jules | 7686adb32f | Introjucer: option to enable/disable compiling on a tree group. | 12 years ago | 
				
					
						|  jules | fe355dbae7 | Introjucer: AAX win32 library linking. | 12 years ago | 
				
					
						|  jules | b0fadda27c | Introjucer: updated window title bar status when current file has unsaved changes. | 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 | 99088bd0d7 | Updated AU plugin wrapper generation to provide new factory entry points. | 13 years ago | 
				
					
						|  jules | a3e2a4840c | Introjucer: collapse/expand options in treeview. | 13 years ago | 
				
					
						|  jules | 164ab05bac | Minor clean-ups. | 13 years ago | 
				
					
						|  jules | ff20ad64f3 | Fixed some dodgy threading in the openGL rendering context. | 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 | bbd7816566 | Introjucer: win32 keystroke fixes. | 13 years ago | 
				
					
						|  jules | e954a6558b | Introjucer: More explicit control over the MSVC DLL runtime mode. | 13 years ago | 
				
					
						|  jules | 0ceeb573d8 | Minor changes to avoid pedantic compiler warnings. | 13 years ago | 
				
					
						|  jules | 88c0b1e512 | Introjucer: Better AU plugin type setting for midi synths. | 13 years ago | 
				
					
						|  jules | 36ce338d98 | Added an AU header path. | 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 | 828d6f8e18 | Introjucer: when saving very large amounts of binary data, it now splits it across multiple cpp files | 13 years ago | 
				
					
						|  jules | 565cb189ea | Introjucer: ability to drag files from the project tree into external apps. Added more drag-and-drop functionality for linux. | 13 years ago | 
				
					
						|  jules | ab7c03a99e | Introjucer: Added MSVC option for using DLL runtime lib. | 13 years ago | 
				
					
						|  jules | 877ac3b683 | Introjucer: RTAS path fix. | 13 years ago | 
				
					
						|  jules | 6cba4c505e | Added a JucePlugin_RTASDisableMultiMono setting. | 13 years ago | 
				
					
						|  jules | 6a280720d5 | Introjucr: RTAS path fix. | 13 years ago | 
				
					
						|  jules | 128aacaccb | Introjucer: added an extra search path for Xcode carbon headers. | 13 years ago | 
				
					
						|  jules | 0640631d80 | Added a JucePlugin_Version define to the audio plugin headers. | 13 years ago | 
				
					
						|  jules | bc259dc955 | Added flag: JucePlugin_AAXDisableBypass | 13 years ago | 
				
					
						|  jules | d830f6c5d4 | Couple of fixes for win32 AAX builds. | 13 years ago | 
				
					
						|  jules | d9d5a6ae51 | Introjucer: improved the new project wizard code. | 13 years ago | 
				
					
						|  jules | db5c92f760 | Introjucer: module error handling. | 13 years ago | 
				
					
						|  jules | 46f1c15f92 | Introjucer: fix for binary data with duplicate filenames. | 13 years ago | 
				
					
						|  jules | 63085a7185 | Introjucer: minor fixes. | 13 years ago | 
				
					
						|  jules | 06e2a667fb | Introjucer: change to android manifest to improve graphics performance. Stopped alertwindows being always-on-top in plugins. | 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 | 73359d4af0 | Introjucer: added text search for the code editor. | 13 years ago | 
				
					
						|  jules | 6269df4823 | Introjucer: fix for new command-line project wizard. | 13 years ago | 
				
					
						|  jules | 3831af62ef | Updated CodeEditorComponent to act as an ApplicationCommandTarget | 13 years ago | 
				
					
						|  jules | 5428554cda | Added a flag to disable bypass in RTAS. | 13 years ago | 
				
					
						|  jules | 172f61dc3e | Introjucer: minor internal work. | 13 years ago | 
				
					
						|  jules | 9fde239d9c | Misc minor tidying up. | 13 years ago | 
				
					
						|  jules | e00bfdc1df | A couple of minor introjucer changes. | 13 years ago | 
				
					
						|  jules | c75abb51c4 | Introjucer: minor appearance tweaks. | 13 years ago | 
				
					
						|  jules | b0b6a7ca25 | Introjucer: added command to open counterpart files. | 13 years ago | 
				
					
						|  jules | d24ee139d3 | Introjucer: wizards for auto-generating new Component classes | 13 years ago |