Timur Doumler
|
70949aa0c6
|
Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects.
|
9 years ago |
Timur Doumler
|
3933008476
|
Android Studio exporter: updated default gradle wrapper version to newest one 0.7.0-alpha4
|
9 years ago |
Timur Doumler
|
132c1305f9
|
Android Ant exporter: updated default toolchain version to gcc 4.9
|
9 years ago |
Timur Doumler
|
c088396210
|
Introjucer Xcode exporter cleanup: no need to add UIBackgroundModes array to the plist if it is empty.
|
9 years ago |
jules
|
39f8995c49
|
Avoided a clang analyser warning in the introjucer.
|
9 years ago |
jules
|
5ba43d6125
|
Introjucer: added new command-line utility: --obfuscated-string-code
|
9 years ago |
Timur Doumler
|
cf4afd2cb8
|
Introjucer bugfix: don't write orientation flag into the jucer file if the exporter is OS X.
|
9 years ago |
Timur Doumler
|
30cc5dcb76
|
Introjucer: added workaround to make it compile on VS 2012.
|
9 years ago |
jules
|
87181a6947
|
Introjucer: Added C++14 as an option for linux makefiles
|
9 years ago |
Timur Doumler
|
ca8aef4d3e
|
Introjucer: Added several additional build properties for the Xcode exporter.
|
9 years ago |
Timur Doumler
|
086eef8ba6
|
Minor comment clean-up.
|
9 years ago |
Timur Doumler
|
f08f2b45c5
|
Introjucer: in OS X Release configuration, increased deployment target to 10.8; re-saved project.
|
9 years ago |
Timur Doumler
|
20f0b4a978
|
Introjucer: removed usage of C++11 libc++ features that were not compiling on OS X 10.8.
|
9 years ago |
Timur Doumler
|
c1be347a3d
|
Introjucer: Refactored the Android exporters; fixed several bugs in Android Studio exporter and added some missing build properties along the way.
|
9 years ago |
jules
|
c644dbdbd6
|
Introjucer: moved some definitions into a more appropriate header
|
9 years ago |
jules
|
8e9ed0d0a9
|
Introjucer: more refactoring
|
9 years ago |
jules
|
5abb09ba16
|
Introjucer: moved some more classes out of MiscUtilities.h
|
9 years ago |
jules
|
e4b96dcf9a
|
Introjucer: some internal refactoring
|
9 years ago |
jules
|
1d603c6b6c
|
Introjucer: added a slider listener option, and tidied up some old code
|
9 years ago |
Timur Doumler
|
01ccab4c89
|
Introjucer: fixed some file headers.
|
9 years ago |
jules
|
9d266d1184
|
Introjucer: Improved colours on new project panel
|
9 years ago |
jules
|
dea899741d
|
Resaved example projects
|
9 years ago |
Timur Doumler
|
9ea874428c
|
Added feature RuntimePermissions, which allows to request permissions at runtime to access the microphone and bluetooth (required for Android apps using SDK Level 23 and above).
|
9 years ago |
jules
|
b3f4be1646
|
Introjucer: Slight improvement to --fix-broken-include-paths
|
9 years ago |
jules
|
35ee44df80
|
Added a new command-line option to the Introjucer: --fix-broken-include-paths, which will fix the relative #includes for all files within a folder. Very handy if you have a large project and are restructuring it by shuffling files around.
|
9 years ago |
Timur Doumler
|
1b8c8bdb5d
|
Introjucer Android Studio export: Switched gradle experimental wrapper version from 0.6.0-alpha5 to 0.6.0-beta5.
|
9 years ago |
jules
|
674c833c84
|
Added method MouseEvent::mouseWasDraggedSinceMouseDown()
|
9 years ago |
jules
|
68fdb3b2f0
|
Introjucer: Avoided the win32 exporter adding the /FORCE:multiple flag except when building an RTAS plugin
|
9 years ago |
jules
|
60e072f3c4
|
Added a new class: StatisticsAccumulator
|
9 years ago |
jules
|
82c4938ebe
|
Deprecated theAudioProcessor::silenceInProducesSilenceOut method, which is no longer actually used by any of the plugin wrappers
|
9 years ago |
jules
|
d979c33fe3
|
Introjucer: spelling fix!
|
9 years ago |
hogliux
|
bd9d67fd30
|
Add screenSize to configChanges in android manifest
|
9 years ago |
Timur Doumler
|
5edc467755
|
Introjucer Android Studio export: updated versions of gradle and gradle-experimental wrapper to current ones.
|
9 years ago |
Timur Doumler
|
30840f2718
|
Introjucer Android Studio export: removed minifyEnabled flag from release build (was causing crashes on startup).
|
9 years ago |
jules
|
504680978f
|
Introjucer: Tweaked window title to show the filename if it differs from the project title
|
9 years ago |
hogliux
|
c518877d17
|
Added some comments on when to use the Introjucer "PlugIn Configuration" field
|
9 years ago |
jules
|
e3d827a059
|
Introjucer: avoid an assertion when opening certain types of file
|
9 years ago |
jules
|
76177fc431
|
Added a callback method DialogWindow::escapeKeyPressed() and used it to fix a minor introjucer bug with tool windows
|
9 years ago |
Timur Doumler
|
ce1547aa66
|
Introjucer Android Studio exporter: added missing export of per-configuration header and library search paths.
|
9 years ago |
Timur Doumler
|
29a6451c19
|
Introjucer: added Android screen orientation setting.
|
9 years ago |
Timur Doumler
|
ecc4c7d492
|
Introjucer Android Studio export: switched toolchain from gcc 4.9 to clang 3.6 for better compatibility with Android Studio 2 Preview.
|
9 years ago |
Timur Doumler
|
f88467eca9
|
Introjucer: added build.gradle signing config options to Android Studio exporter.
|
9 years ago |
jules
|
80b689b73d
|
Fix for android studio config-specific preprocessor defs
|
9 years ago |
Timur Doumler
|
650395dd10
|
Introjucer: various fixes and improvements to Android Studio export; switched to gradle 2.9.
|
9 years ago |
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
|
2f998f67fe
|
Tweaked Introjucer settings to avoid an architecture warning in Xcode
|
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 |
jules
|
29058d4231
|
Introjucer: fixed a crash if you try to create an Android VST
|
9 years ago |
Timur Doumler
|
8c68caf7c1
|
Introjucer: updated generated icon names for iOS 9.
|
9 years ago |