|  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 | 7c96b6e999 | Updated various project files. | 10 years ago | 
				
					
						|  jules | 3cad25f231 | Introjucer: Fix for some Windows paths in the JuceHeader.h file | 10 years ago | 
				
					
						|  jules | 7e2860eafa | Updated .gitignore and avoided a warning in VS2013 | 10 years ago | 
				
					
						|  jules | c53b00cb21 | Introjucer: changes to implementation of auto-update and a few editor tweaks. | 10 years ago | 
				
					
						|  jules | 323bce7282 | Introjucer: More avoiding of recursive project saving. | 10 years ago | 
				
					
						|  jules | fa0d2574e9 | Introjucer: prevented recursively saving projects | 10 years ago | 
				
					
						|  jules | d7b9bc1ee7 | Some minor introjucer startup refactoring | 10 years ago | 
				
					
						|  Timur Doumler | 549b5dc429 | Introjucer: restored default Android SDK/NDK path to what it used to be; added expansion of java environment variable ${user.home} to be able to still check path for correctness. | 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 | 
				
					
						|  jules | d021059d09 | Introjucer internal fix. | 10 years ago | 
				
					
						|  jules | 7c3b8b0def | Small internal change to introjucer startup code. | 10 years ago | 
				
					
						|  Timur Doumler | bbf4627582 | Introjucer: updated outdated iOS deployment target version number list. | 10 years ago | 
				
					
						|  Timur Doumler | 327d1ba187 | Introjucer: disabled generation of deprecated Parameter getter/setter method overrides when creating a new Audio Plug-In. | 10 years ago | 
				
					
						|  Timur Doumler | cc5d194b75 | Introjucer: made functions inside unnamed namespace inline to avoid multiple definitions. | 10 years ago | 
				
					
						|  Timur Doumler | 630cb459cb | Removed "Plugin AU SDK Path" from Project settings as it is not used anymore. | 10 years ago | 
				
					
						|  jules | 2cecf92a0e | Embedded the Apple CoreAudio support files inside the juce_audio_plugin module, so that users no longer need to install or patch these files themselves! | 10 years ago | 
				
					
						|  Timur Doumler | 7c226fcf92 | Introjucer: C++98 compile fixes. | 10 years ago | 
				
					
						|  Timur Doumler | a362dbe6aa | Fixed bug in project path settings where global values were erroneously set to project-specific values. | 10 years ago | 
				
					
						|  Timur Doumler | aefd5d3725 | Indentation. | 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 | af9762885b | Refactoring: moved isValidPath() check to the DependencyPathValueSource, to make the DependencyPathPropertyComponent responsible for GUI only. | 10 years ago | 
				
					
						|  Timur Doumler | d9cd459032 | Moved dependency path key strings into better location (DependencyPath utility class) | 10 years ago | 
				
					
						|  Timur Doumler | abf5cb18d5 | Introjucer: avoided Visual Studio 2015 warning. | 10 years ago | 
				
					
						|  Timur Doumler | 36001a6ff3 | Introjucer: fixed C++98 compiler error caused by Value having no move assignment operator in C++98 and a private copy assignment operator. | 10 years ago | 
				
					
						|  Timur Doumler | 4ffa06ea31 | Introjucer: fixed C++98 compiler error caused by scoped enum. | 10 years ago | 
				
					
						|  Timur Doumler | c922162b03 | Introjucer: added global preferences window and global SDK path settings. | 10 years ago | 
				
					
						|  jules | 6db05a6100 | Tweaked some syntax to help with Clang/Windows compatibility | 10 years ago | 
				
					
						|  jules | e12b3ed774 | Fixed an old but harmess typo in the introjucer that was using slightly odd names in the project file. | 10 years ago | 
				
					
						|  jules | a0e7e12a02 | Introjucer: added new command-line utilities: "--trim-whitespace" and "--remove-tabs" | 10 years ago | 
				
					
						|  Timur Doumler | 3a7c138f02 | Introjucer: Fixed broken AudioUnit post build script (was removing Info.plist entries if custom SDK paths are used). | 10 years ago | 
				
					
						|  hogliux | ce2793ca2d | Add option in Introjucer to specify custom Android Activity sub-class | 10 years ago | 
				
					
						|  Timur Doumler | dca4d77f9d | Fixed compiler warnings on Visual Studio 2015 RTM. | 10 years ago | 
				
					
						|  hogliux | 49446da555 | Some minor tweeks to the auto-updater to more gracefully handle error situations | 10 years ago | 
				
					
						|  hogliux | c7b8e77031 | Update copyright notice | 10 years ago | 
				
					
						|  hogliux | 0e7729590f | Add release notes text field to Introjucer's auto-updater dialog. Minor auto-updater infrastructure updates and code refactoring. | 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 | 61eb7f8e6c | Introjucer: Minor project and L+F updates | 10 years ago | 
				
					
						|  jules | dab1a549b9 | Introjucer: some internal refactoring. | 10 years ago | 
				
					
						|  jules | ff68742e1e | Introjucer: Updated the script that installs plugins to make sure it creates missing folders before copying the files to them | 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 | 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 | 26143d5034 | Introjucer: added a better browser for module paths | 10 years ago |