|  Timur Doumler | 35424d137f | Introjucer: Removed support for OSX 10.4; fixed name and displayed values for the "OSX Deployment Target" build setting. | 10 years ago | 
				
					
						|  jules | 21dabf778d | Introjucer: Refactored global path implementation | 10 years ago | 
				
					
						|  jules | 4c6be5671e | Introjucer: if groups are sorted, then adding new files retains the sort order. | 10 years ago | 
				
					
						|  Timur Doumler | bbf4627582 | Introjucer: updated outdated iOS deployment target version number list. | 10 years ago | 
				
					
						|  Timur Doumler | 7c226fcf92 | Introjucer: C++98 compile fixes. | 10 years ago | 
				
					
						|  Timur Doumler | a178731a95 | refactoring: put initialisation of dependency path values into the individual exporters, called from their constructors. | 10 years ago | 
				
					
						|  Timur Doumler | 7ea0ab19fd | Refactoring: moved getVST/AAX/RTASFolder() into Exporter so it can use a DependencyPathValueSource instead of the project setting. | 10 years ago | 
				
					
						|  Timur Doumler | f4c91eca99 | Fixed exporting global/fallback path settings for Android exporter by moving Android SDK/NDK DependencyPathValueSource ownership into the project. | 10 years ago | 
				
					
						|  Timur Doumler | d9cd459032 | Moved dependency path key strings into better location (DependencyPath utility class) | 10 years ago | 
				
					
						|  Timur Doumler | c922162b03 | Introjucer: added global preferences window and global SDK path settings. | 10 years ago | 
				
					
						|  hogliux | ce2793ca2d | Add option in Introjucer to specify custom Android Activity sub-class | 10 years ago | 
				
					
						|  hogliux | c7b8e77031 | Update copyright notice | 10 years ago | 
				
					
						|  hogliux | 0e6c3ab68f | Add all possible orientations to the UISupportedInterfaceOrientations plist element on iOS | 10 years ago | 
				
					
						|  hogliux | c2c0795aea | Add https/SSL support for Linux (via libcurl) | 10 years ago | 
				
					
						|  jules | dab1a549b9 | Introjucer: some internal refactoring. | 10 years ago | 
				
					
						|  jules | b7c3b5c89c | Introjucer: moved a C++11 flag setting in the linux makefile. | 10 years ago | 
				
					
						|  jules | 3cfdde28c3 | Avoided a VC2013 warning in the introjucer. | 10 years ago | 
				
					
						|  jules | 0e38c68e15 | Removed some accidental C++11 syntax in the introjucer. | 10 years ago | 
				
					
						|  jules | 6cbab98ab2 | Introjucer: update to the format of iOS icons. | 10 years ago | 
				
					
						|  jules | 43ce64a099 | Introjucer: refactored some functions and made it add "--no-undefined" to linux VST makefile linker settings. | 10 years ago | 
				
					
						|  Timur Doumler | fc2f9e848d | Introjucer: Added option to select C++ language standard for Xcode. | 10 years ago | 
				
					
						|  jules | 95e94bc8dd | Fixed a problem compiling introjucer on linux. | 10 years ago | 
				
					
						|  jules | 5fd8cda62d | Introjucer: Fixed some Code::Blocks enums that were causing problems in old compilers. | 10 years ago | 
				
					
						|  jules | 1952ed195e | Whitespace | 10 years ago | 
				
					
						|  Timur Doumler | 898e3c3796 | Introjucer: added Linux Code::Blocks project export. | 10 years ago | 
				
					
						|  jules | 1c382e83fc | Whitespace. | 10 years ago | 
				
					
						|  hogliux | 123b70ec91 | Add JUCE_STANDALONE_APPLICATION pre-processor macro | 10 years ago | 
				
					
						|  jules | a1dfafe2c8 | Introjucer: added Android version number | 10 years ago | 
				
					
						|  jules | e84797b508 | Introjucer: added options for specifying shared libraries for use on Android. | 10 years ago | 
				
					
						|  jules | 31f0d5e239 | Introjucer: added more options for optimisation levels on GCC/LLVM targets. | 10 years ago | 
				
					
						|  jules | ef4a6ce1a7 | Introjucer: Fix iOS 8.1 orientation by adding default orientation flags to the generated project plist. | 10 years ago | 
				
					
						|  jules | 4ed044b93c | Introjucer: prevented copying hidden source-control sub-folders when module code is copied to the project folder. | 10 years ago | 
				
					
						|  jules | 0e591abe0f | Introjucer: Stripped a couple of defunct values out of the generated linux makefiles. | 10 years ago | 
				
					
						|  jules | fce4188055 | Introjucer: made the Xcode exporter delete .rsrc files to force a rebuild which can be needed to update the version number. | 10 years ago | 
				
					
						|  jules | d130a8e338 | Introjucer: reporting of errors when resource files are missing when creating the binary data. | 10 years ago | 
				
					
						|  jules | cbe1e6bcdc | Introjucer: Updated the default android NDK version from 8 to 10 | 10 years ago | 
				
					
						|  jules | bbc3a56b84 | Introjucer: added module option flags for OSXLibs and iOSLibs | 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 | e4d1d7deed | Introjucer: enabled the flag for warnings-as-errors for MSVC 2010 and later. | 10 years ago | 
				
					
						|  jules | e5b5a164eb | Introjucer: added theme support and import-modules for Android builds. | 10 years ago | 
				
					
						|  jules | 5908238f8a | Introjucer: Added a "warnings = errors" option to the MSVC builds. | 10 years ago | 
				
					
						|  jules | 24bce65869 | Introjucer: modified the MSVC exporter to leave it up to MSVC to choose the default binary folder name unless you specifically set a value for it. | 10 years ago | 
				
					
						|  jules | 37e2fcbf69 | Introjucer: Fix for makefile paths containing spaces. | 10 years ago | 
				
					
						|  jules | dc79ef6094 | Introjucer: added ability to use BinaryData resources as images in the old GUI editor. | 10 years ago | 
				
					
						|  jules | 50fc02a82b | Introjucer: added newer platform SDK targets to VS2012 and VS2012 exporters. | 10 years ago | 
				
					
						|  jules | ae271f09de | Introjucer: Fixed a typo in the iOS project generation that creates the launch-image info file. | 10 years ago | 
				
					
						|  jules | b1cd30842e | Introjucer: added an option in linux to avoid setting the -march flag. | 11 years ago | 
				
					
						|  jules | 2bacad372f | Introjucer: Fix for handling spaces in some Xcode project paths. | 11 years ago | 
				
					
						|  jules | ad967325cd | Introjucer: Added a flag to the iOS plist to work around flickering problems when launching the app caused by the OS giving strange screen size values. | 11 years ago | 
				
					
						|  jules | fccca2eff7 | Introjucer: fixed a mix-up when creating VS2005 exporters | 11 years ago |