1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-21 01:24:21 +00:00
Commit graph

1948 commits

Author SHA1 Message Date
Timur Doumler
c1be347a3d Introjucer: Refactored the Android exporters; fixed several bugs in Android Studio exporter and added some missing build properties along the way. 2016-03-09 11:04:38 +00:00
jules
c644dbdbd6 Introjucer: moved some definitions into a more appropriate header 2016-03-08 15:04:16 +00:00
jules
8e9ed0d0a9 Introjucer: more refactoring 2016-03-08 11:27:56 +00:00
jules
5abb09ba16 Introjucer: moved some more classes out of MiscUtilities.h 2016-03-08 10:35:29 +00:00
jules
e4b96dcf9a Introjucer: some internal refactoring 2016-03-08 09:48:07 +00:00
jules
1d603c6b6c Introjucer: added a slider listener option, and tidied up some old code 2016-03-07 14:05:38 +00:00
Timur Doumler
01ccab4c89 Introjucer: fixed some file headers. 2016-03-03 11:32:22 +00:00
jules
9d266d1184 Introjucer: Improved colours on new project panel 2016-03-02 08:43:33 +00:00
jules
dea899741d Resaved example projects 2016-02-29 17:17:23 +00:00
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). 2016-02-25 10:12:30 +00:00
Timur Doumler
c8428f2168 AudioPerformanceTest: increased slider sensitivity so the CPU load can be tuned more precisely from the GUI. 2016-02-24 17:01:07 +00:00
jules
b3f4be1646 Introjucer: Slight improvement to --fix-broken-include-paths 2016-02-23 11:03:21 +00:00
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. 2016-02-20 10:27:19 +00:00
Timur Doumler
1b8c8bdb5d Introjucer Android Studio export: Switched gradle experimental wrapper version from 0.6.0-alpha5 to 0.6.0-beta5. 2016-02-17 14:44:36 +00:00
jules
674c833c84 Added method MouseEvent::mouseWasDraggedSinceMouseDown() 2016-02-16 12:59:49 +00:00
jules
68fdb3b2f0 Introjucer: Avoided the win32 exporter adding the /FORCE:multiple flag except when building an RTAS plugin 2016-02-16 09:43:05 +00:00
Timur Doumler
5d4bef2f99 AudioPerformanceTest: cleaned up some Visual Studio compiler warnings and errors. 2016-02-15 15:23:50 +00:00
jules
e67b67f513 New example project: audio performance test app 2016-02-12 17:37:52 +00:00
jules
60e072f3c4 Added a new class: StatisticsAccumulator 2016-02-12 17:28:54 +00:00
jules
82c4938ebe Deprecated theAudioProcessor::silenceInProducesSilenceOut method, which is no longer actually used by any of the plugin wrappers 2016-02-08 16:53:48 +00:00
jules
d979c33fe3 Introjucer: spelling fix! 2016-02-04 12:10:18 +00:00
hogliux
bd9d67fd30 Add screenSize to configChanges in android manifest 2016-02-03 12:55:20 +00:00
Timur Doumler
5edc467755 Introjucer Android Studio export: updated versions of gradle and gradle-experimental wrapper to current ones. 2016-02-02 11:49:05 +00:00
Timur Doumler
30840f2718 Introjucer Android Studio export: removed minifyEnabled flag from release build (was causing crashes on startup). 2016-02-02 11:49:05 +00:00
jules
504680978f Introjucer: Tweaked window title to show the filename if it differs from the project title 2016-02-02 11:10:58 +00:00
hogliux
c518877d17 Added some comments on when to use the Introjucer "PlugIn Configuration" field 2016-02-01 16:31:26 +00:00
jules
e3d827a059 Introjucer: avoid an assertion when opening certain types of file 2016-01-29 09:36:07 +00:00
jules
76177fc431 Added a callback method DialogWindow::escapeKeyPressed() and used it to fix a minor introjucer bug with tool windows 2016-01-28 11:45:19 +00:00
Timur Doumler
ce1547aa66 Introjucer Android Studio exporter: added missing export of per-configuration header and library search paths. 2016-01-25 13:10:44 +00:00
Timur Doumler
29a6451c19 Introjucer: added Android screen orientation setting. 2016-01-22 16:44:27 +00:00
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. 2016-01-15 09:17:27 +00:00
Timur Doumler
f88467eca9 Introjucer: added build.gradle signing config options to Android Studio exporter. 2016-01-14 17:37:08 +00:00
jules
80b689b73d Fix for android studio config-specific preprocessor defs 2016-01-14 16:13:45 +00:00
Timur Doumler
650395dd10 Introjucer: various fixes and improvements to Android Studio export; switched to gradle 2.9. 2016-01-13 18:18:12 +00:00
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. 2016-01-11 16:26:35 +00:00
jules
2f998f67fe Tweaked Introjucer settings to avoid an architecture warning in Xcode 2016-01-08 11:54:52 +00:00
jules
9d7571fdc2 Resaved all example projects 2016-01-08 11:19:00 +00:00
Timur Doumler
99ae5a7668 Introjucer: fixed "Update to recommended build settings" warning for generated Xcode projects. 2016-01-08 10:56:51 +00:00
jules
29058d4231 Introjucer: fixed a crash if you try to create an Android VST 2016-01-07 09:53:40 +00:00
Timur Doumler
8c68caf7c1 Introjucer: updated generated icon names for iOS 9. 2016-01-05 16:58:18 +00:00
jules
bc6ecafaf0 Introjucer: tweaked the GUI editor to add 'override' after its auto-generated methods 2016-01-03 16:53:52 +00:00
jules
c95253fad0 Cleaned out some old amalgamated build references. 2015-12-24 11:31:37 +00:00
jules
9b167ca5e1 Resaved example projects 2015-12-23 09:43:23 +00:00
jules
baab7546f4 Replaced some uses of the now-deprecated AudioProcessor::getTotalNumInputChannels() 2015-12-23 09:43:10 +00:00
hogliux
ccee36ab1f Re-save Introjucer project 2015-12-16 18:50:44 +00:00
hogliux
f9be90f52b Bump introjucer version number 2015-12-16 18:40:59 +00:00
jules
c468a5dd3d Resaved example projects 2015-12-16 18:23:39 +00:00
hogliux
4fef661ada Added multi-bus support for audio plug-in clients 2015-12-16 17:58:25 +00:00
Timur Doumler
ba4bd143ff Introjucer: updated supported iOS deployment targets to range from 7.0 to 9.2. 2015-12-15 12:05:50 +00:00
Joshua Gerrard
1580dcd7e3 Escape Android Studio path with quotes on all platforms rather than just Windows. 2015-12-14 16:24:41 +00:00