373 Commits (35ee44df8017d3f8b671bfbb9494e824fbc1187d)

Author SHA1 Message Date
  jules 29058d4231 Introjucer: fixed a crash if you try to create an Android VST 9 years ago
  jules c95253fad0 Cleaned out some old amalgamated build references. 9 years ago
  hogliux 4fef661ada Added multi-bus support for audio plug-in clients 9 years ago
  jules 02492b36b9 Lots of small whitespace tweaks. 9 years ago
  jules f618963530 Introjucer: Simplified VST include path generation. Resaved projects. 9 years ago
  jules 89ba69ab29 Android Bluetooth MIDI, pro-audio i/o and improved openGL support 9 years ago
  jules 810f2bfb2a Introjucer: Added Android Studio exporter 9 years ago
  jules 3aa3ebff91 Introjucer: Added option to avoid overwriting changes to local module files 9 years ago
  jules 9ff92b8002 Introjucer: tweaked whitespace in generated headers to not have an extra trailing line, and resaved all projects using it 9 years ago
  jules f8c90cebe4 Introjucer: Improved error messages when module paths are invalid 9 years ago
  jules f8bd0a3079 Introjucer: added swift as a source file type 9 years ago
  jules f23ded16c6 Minor refactoring in introjucer code. 9 years ago
  jules 5fcf662375 Fixes for Introjucer in Xcode 7 9 years ago
  jules 7c96b6e999 Updated various project files. 9 years ago
  jules 3cad25f231 Introjucer: Fix for some Windows paths in the JuceHeader.h file 9 years ago
  jules c53b00cb21 Introjucer: changes to implementation of auto-update and a few editor tweaks. 9 years ago
  jules 323bce7282 Introjucer: More avoiding of recursive project saving. 9 years ago
  jules fa0d2574e9 Introjucer: prevented recursively saving projects 9 years ago
  jules 21dabf778d Introjucer: Refactored global path implementation 9 years ago
  jules 4c6be5671e Introjucer: if groups are sorted, then adding new files retains the sort order. 9 years ago
  Timur Doumler cc5d194b75 Introjucer: made functions inside unnamed namespace inline to avoid multiple definitions. 9 years ago
  Timur Doumler 630cb459cb Removed "Plugin AU SDK Path" from Project settings as it is not used anymore. 9 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! 9 years ago
  Timur Doumler a362dbe6aa Fixed bug in project path settings where global values were erroneously set to project-specific values. 9 years ago
  Timur Doumler aefd5d3725 Indentation. 9 years ago
  Timur Doumler a178731a95 refactoring: put initialisation of dependency path values into the individual exporters, called from their constructors. 9 years ago
  Timur Doumler 7ea0ab19fd Refactoring: moved getVST/AAX/RTASFolder() into Exporter so it can use a DependencyPathValueSource instead of the project setting. 9 years ago
  Timur Doumler f4c91eca99 Fixed exporting global/fallback path settings for Android exporter by moving Android SDK/NDK DependencyPathValueSource ownership into the project. 9 years ago
  Timur Doumler af9762885b Refactoring: moved isValidPath() check to the DependencyPathValueSource, to make the DependencyPathPropertyComponent responsible for GUI only. 9 years ago
  Timur Doumler d9cd459032 Moved dependency path key strings into better location (DependencyPath utility class) 9 years ago
  Timur Doumler abf5cb18d5 Introjucer: avoided Visual Studio 2015 warning. 9 years ago
  Timur Doumler c922162b03 Introjucer: added global preferences window and global SDK path settings. 9 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
  Timur Doumler dca4d77f9d Fixed compiler warnings on Visual Studio 2015 RTM. 10 years ago
  hogliux c7b8e77031 Update copyright notice 10 years ago
  jules dab1a549b9 Introjucer: some internal refactoring. 10 years ago
  jules 26143d5034 Introjucer: added a better browser for module paths 10 years ago
  jules b0ca99d26b Introjucer: made the modules panel update when the filename is edited 10 years ago
  jules e179df3e2c Introjucer: Fix to linux VST makefile flag generation. 10 years ago
  jules 43ce64a099 Introjucer: refactored some functions and made it add "--no-undefined" to linux VST makefile linker settings. 10 years ago
  jules 3e5b15a8e3 Introjucer: fix for menu glitch when clicking "save and open" button in dual iOS/OSX projects. 10 years ago
  jules 1952ed195e Whitespace 10 years ago
  jules 0860061fd9 Introjucer: made it possible to use relative paths for AU SDK includes 10 years ago
  Timur Doumler 898e3c3796 Introjucer: added Linux Code::Blocks project export. 10 years ago
  jules 9da6f51439 Introjucer: added a field for setting the plugin AudioUnit SDK path. 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 d4a830fd65 Minor cleanup. 10 years ago
  jules 7b0a6157fd Introjucer: disabled a "save as" menu item when it's not needed. 10 years ago
  jules 22d48b465f Introjucer: Stopped MSVC AAX projects from setting the binary extention to .aaxplugin, instead allowing the post-build script to handle the renaming. 10 years ago