|  jules | 17e59cf95f | Introjucer: made sure the new project wizard creates an exporter for the current OS. | 13 years ago | 
				
					
						|  jules | ead42bd39a | Introjucer: Added an Xcode post-build script setting. Enlarged some of the settings page boxes, allowing multi-line text entry for some paths and preprocessor settings. Moved the modules list to its own tree-item. | 13 years ago | 
				
					
						|  jules | 9074f68da8 | Introjucer: more AAX support and some clean-ups. | 13 years ago | 
				
					
						|  jules | 1fd27d7ed6 | Introjucer: fix for binary data file generation when no images are present. | 13 years ago | 
				
					
						|  jules | 463d2b3289 | Introjucer: redesigned the project settings to be shown as a treeview containing the exporters and configs. | 13 years ago | 
				
					
						|  jules | 0c142b51b5 | Introjucer: avoided clang warning in generated binary data code. | 13 years ago | 
				
					
						|  jules | 654134ffdb | Introjucer: removed old OSX 10.4 target option. | 13 years ago | 
				
					
						|  jules | 451046e990 | Minor introjucer tweaks. | 13 years ago | 
				
					
						|  jules | 4cabc9095e | Introjucer: Added code to the win32 resource file to allow custom rc files to be included. | 13 years ago | 
				
					
						|  jules | 1089e3df86 | Introjucer: Added "LinuxLibs" field to modules, for specifying module-specific libs. | 13 years ago | 
				
					
						|  jules | ac1d6955e7 | Rewrote all internal OSX obj-C classes as dynamically-created classes. A side-effect of this is that plugins will no longer suffer from obj-C name-collision problems, and the old JUCE_ObjCExtraSuffix value is no longer needed. | 13 years ago | 
				
					
						|  jules | 4df0ea72c9 | Introjucer: fix for binary resource file generation. | 13 years ago | 
				
					
						|  jules | c1d5fd53cb | Introjucer: ability to specify an iOS deployment version. | 13 years ago | 
				
					
						|  jules | 53b1e351cf | Changed the return values of some virtual methods in FileBasedDocument - Strings and File objects are now non-const, and the load/save functions return a Result object rather than a string. | 13 years ago | 
				
					
						|  jules | b7d0c13226 | Introjucer: Use of $(OutDir) in MSVC projects. | 13 years ago | 
				
					
						|  jules | 9a56a2f8ba | Introjucer: added Xcode option to link with LLVM libc++ | 13 years ago | 
				
					
						|  jules | b3c193e15e | Introjucer: Better use of $(IntDir) in MSVC project generation. | 13 years ago | 
				
					
						|  jules | 7c8eb56f04 | Android: fix to prevent app restarts when rotating. | 13 years ago | 
				
					
						|  jules | 5509a4f950 | Introjucer: more AAX work. | 13 years ago | 
				
					
						|  jules | c782b5cc02 | Introjucer: removed image code from BinaryData classes without any images. Rebuilt some project files. | 13 years ago | 
				
					
						|  jules | 00af978182 | Introjucer: Fixes for adding non-code files to VS2010 projects. | 13 years ago | 
				
					
						|  jules | a2845d8895 | Introjucer: some preliminary AAX work. | 13 years ago | 
				
					
						|  jules | 7abee24947 | Introjucer: fix to VS2010 library setting. | 13 years ago | 
				
					
						|  jules | 79381ced5d | Removed GLU from the list of default libraries. | 13 years ago | 
				
					
						|  jules | 54bdb48972 | Introjucer: minor internal changes. | 13 years ago | 
				
					
						|  jules | 10815d9e4d | Introjucer: made the project wizard create some default exporters. | 13 years ago | 
				
					
						|  jules | eb028b7c33 | Introjucer: added support for a user-code section to the AppConfig.h file. | 13 years ago | 
				
					
						|  jules | cebf34d9bb | Introjucer: improved handling of windows filenames when run on *nix. | 13 years ago | 
				
					
						|  jules | e7b552957e | Introjucer: made the c++11 flag optional in Android (enabling it seems to break some compatibility in the current NDK) | 13 years ago | 
				
					
						|  jules | 7748376960 | Introjucer: added a progress bar when saving. | 13 years ago | 
				
					
						|  jules | ff3b616759 | Introjucer: better icon generation. | 13 years ago | 
				
					
						|  jules | 1f95f54089 | Purged some warnings. | 13 years ago | 
				
					
						|  jules | 63bc3f29de | Introjucer fixes for key shortcut and Android c++ flags. Enabled c++0x mode for Android. | 13 years ago | 
				
					
						|  jules | 849dd043b8 | Introjucer: option to build .dylibs in Xcode. | 13 years ago | 
				
					
						|  jules | 1cb0847568 | Introjucer: improvements for VS2010 and old PPC Xcode targets. | 13 years ago | 
				
					
						|  jules | 4e1a9f6526 | better double comparisons for var. Fix for VS2005/VS2010 RTAS exporting. Minor GL cleanups and project updates. | 13 years ago | 
				
					
						|  jules | 018d070948 | Introjucer: tidied up command-line handling, added "--resave-resources" option. | 13 years ago | 
				
					
						|  jules | cba76bef60 | Introjucer: fix for RTAS in VS2010 | 13 years ago | 
				
					
						|  jules | 3a7989ad7c | Android: added OpenSLES audio device type. | 13 years ago | 
				
					
						|  jules | aab3a6a6eb | Android GL work. | 13 years ago | 
				
					
						|  jules | bcffc2c94a | Introjucer build config fix. | 13 years ago | 
				
					
						|  jules | 9c719306c9 | Added -ldl to linux builds. Tidied up a few warnings. | 13 years ago | 
				
					
						|  jules | 5b22611306 | Cleaned up and simplified the ThreadPool class - addJob now takes a flag to indicate whether the pool should delete that job, and the class's constructor arguments have been simplified. | 13 years ago | 
				
					
						|  jules | 8369d9b3ab | Introjucer: improved Android projects so that ant can now build and install the apk in the standard way, and added signing key values. | 13 years ago | 
				
					
						|  jules | 54c82b3120 | Android: added URL launching. | 13 years ago | 
				
					
						|  jules | b69b7c7647 | Made the ValueTree::getPropertyAsValue method non-const, to ensure the class behaves in a const-correct manner. Improved the Introjucer's use of const ValueTrees to enable it to write each exporter in parallel, for quicker saving. Tweaked the Identifer class to be thread-safe. | 13 years ago | 
				
					
						|  jules | d2a4173ab4 | Android: better logging, more GL work. | 13 years ago | 
				
					
						|  jules | 1c55b28390 | Introjucer: fix for MSVC post build events in RTAS. | 13 years ago | 
				
					
						|  jules | 51b2068576 | Introjucer: added company name property to project, and better exe property info generation in MSVC resource files. Added method OpenGLComponent::rebuildContext(). | 13 years ago | 
				
					
						|  jules | 092a0166cc | Introjucer: added some android manifest options, and fixed audio input permissions for the demo app. | 13 years ago |