355 Commits (99052af8bccf308d8ebdeb2cb232dfbe6579e203)

Author SHA1 Message Date
  Timur Doumler d4ace1b983 Introjucer: increased default minimum Android SDK from 10 to 23 to allow Android Studio projects to compile out of the box with a default AS installation. 9 years ago
  jules 9d7571fdc2 Resaved all example projects 9 years ago
  Timur Doumler 99ae5a7668 Introjucer: fixed "Update to recommended build settings" warning for generated Xcode projects. 9 years ago
  Timur Doumler 8c68caf7c1 Introjucer: updated generated icon names for iOS 9. 9 years ago
  Timur Doumler ba4bd143ff Introjucer: updated supported iOS deployment targets to range from 7.0 to 9.2. 9 years ago
  Joshua Gerrard 1580dcd7e3 Escape Android Studio path with quotes on all platforms rather than just Windows. 9 years ago
  Timur Doumler 09e4ca57c5 Added Android Studio exporter build tools option. 9 years ago
  Joshua Gerrard a7dbf4e4be Fixed minimum SDK version not being used to generate minSdkVersion in Android Studio 9 years ago
  Joshua Gerrard 05b4b35393 Added workaround for Android Studio bug regarding .idea folder missing 9 years ago
  Timur Doumler eb62e74dc4 Surround path with escaped quotes so that Android Studio can open projects on Windows that contain whitespace in the path. 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 3d93d30499 Introjucer: better whitespace trimming of generated java files 9 years ago
  hogliux 00aefd3ec3 Add bluetooth permissions by default for android exporters 9 years ago
  hogliux d298da62cd Fix missing Android API version definition in Android Studio exporter 9 years ago
  Joshua Gerrard 4400db5969 Added NDK platform version setting to Android Studio exporter 9 years ago
  Joshua Gerrard cd67db7478 Fixed paths containing ${user.home} not working in Android Studio 9 years ago
  jules a2a2db98a3 Introjucer: removed a couple of bits of C++11 code 9 years ago
  hogliux a66d6aed28 Add more sensible default architectures 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 bee73687bb Introjucer: added CTP_Nov2013 as a toolset option for VS2015 9 years ago
  jules 09afb3b1c6 Introjucer: fixed a VC warning 9 years ago
  jules 8045d89b3a Introjucer: added C++ standard as an option in linux makefiles 9 years ago
  Joshua Gerrard 5ec1058f23 Fixed application icon not appearing for associated file types on OSX 9 years ago
  jules f47e10375b Introjucer: fixed issue with non CR-LF in linker setting fields 9 years ago
  Joshua Gerrard 7ca51f0a7d Introjucer: Added 10.11 deployment target to Xcode exporter 9 years ago
  jules f8c90cebe4 Introjucer: Improved error messages when module paths are invalid 9 years ago
  hogliux cc16a852a7 Fix incorrect charset-id in .rc files exported by the Introjucer on Windows 9 years ago
  jules f8bd0a3079 Introjucer: added swift as a source file type 9 years ago
  jules 8ef2d21aaa Introjucer: updated Xcode exporter to produce iOS launch images 9 years ago
  jules fd7a36a177 Introjucer: made the Xcode exporter treat swift files as source code 9 years ago
  jules 5fcf662375 Fixes for Introjucer in Xcode 7 9 years ago
  hogliux 42cd7174f1 Change number of parallel build threads to four on Android 9 years ago
  Timur Doumler 35424d137f Introjucer: Removed support for OSX 10.4; fixed name and displayed values for the "OSX Deployment Target" build setting. 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 bbf4627582 Introjucer: updated outdated iOS deployment target version number list. 9 years ago
  Timur Doumler 7c226fcf92 Introjucer: C++98 compile fixes. 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 d9cd459032 Moved dependency path key strings into better location (DependencyPath utility class) 9 years ago
  Timur Doumler c922162b03 Introjucer: added global preferences window and global SDK path settings. 9 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