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

326 commits

Author SHA1 Message Date
jules
9da6f51439 Introjucer: added a field for setting the plugin AudioUnit SDK path. 2015-03-24 17:52:21 +00:00
jules
bbc3a56b84 Introjucer: added module option flags for OSXLibs and iOSLibs 2015-03-02 14:54:57 +00:00
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. 2015-02-25 17:38:22 +00:00
jules
d4a830fd65 Minor cleanup. 2015-02-23 12:30:27 +00:00
jules
7b0a6157fd Introjucer: disabled a "save as" menu item when it's not needed. 2015-02-04 12:42:41 +00:00
jules
22d48b465f Introjucer: Stopped MSVC AAX projects from setting the binary extention to .aaxplugin, instead allowing the post-build script to handle the renaming. 2015-02-02 09:12:27 +00:00
jules
27e225e1fc Introjucer: made the default plugin ID a random value. 2015-01-27 10:18:20 +00:00
jules
2f3e5b1759 Introjucer: made sure that the post-build script is added in an AU-only project. 2015-01-08 21:13:09 +00:00
jules
f59d2e74e1 Fixes for Visual Studio 2014-11-11 17:59:39 +00:00
jules
4b28a4bb23 more auto-update work 2014-11-11 12:26:42 +00:00
jules
fb5c296a5b Merge remote-tracking branch 'gh/master' into develop
Conflicts:
	.gitignore
2014-11-08 13:38:09 +00:00
jules
9191455677 Introjucer: avoided adding unnecessary .r files in plugin builds that don't target RTAS or AU. 2014-11-08 13:32:57 +00:00
jules
3e662da32b Introjucer: added a version and build date to the window background logo area. 2014-11-08 12:25:32 +00:00
Felix Faire
ff6520a89a Added Animated App template and examples 2014-10-29 15:55:23 +00:00
jules
80214e458c First version of new introjucer templates page 2014-10-20 14:58:01 +01:00
jules
a92dcf0996 Introjucer: increased the number of characters allowed for the plugin channel config. 2014-10-02 08:54:17 +01:00
jules
6a89a440b5 Introjucer: Reorganised some file extensions and added .asm and .s to the list of recognised types. 2014-08-21 14:34:44 +01:00
jules
53226c0660 Introjucer: fixed a problem with the open-project menu if multiple export targets have the same name 2014-08-04 10:33:48 +01:00
jules
e527acd721 Introjucer: tweaked some syntax to avoid problems with old GCC versions. 2014-08-04 09:09:06 +01:00
jules
c8bf8cd41e Moved some C++ escaping functions from the Introjucer into CppTokeniserFunctions. 2014-07-04 17:53:31 +01:00
jules
3b88555140 Replaced the old, badly-named and badly-implemented String::compareLexicographically() method with String::compareNatural(), which uses a smarter algorithm. Also added a method StringArray::sortNatural() which uses this. 2014-06-15 10:37:31 +01:00
jules
9342cdcc5b Introjucer: fix for MSVC builds creating duplicate files in some situations 2014-06-03 13:00:57 +01:00
jules
82f6189f91 Introjucer: Avoided unnecessary VST3 copy phase step. 2014-05-29 21:16:26 +01:00
jules
91d9c96338 Minor clean-ups 2014-04-29 14:14:21 +01:00
jules
94076545a4 Introjucer: avoiding an Xcode warning when quicktime is explicitly disabled. 2014-04-20 10:34:26 +01:00
jules
897c3c8044 Introjucer: correctly setting the JucePlugin_ManufacturerEmail macro. 2014-04-05 14:53:32 +01:00
jules
060a8cb05f Introjucer: added customisable VST category setting. 2014-03-25 17:29:32 +00:00
jules
3617bca65f Added multi-mono control for AAX. Fixed a problem with RTAS automation when opening plugin UIs. 2014-02-27 10:15:52 +00:00
jules
95d9d489a1 Removed an obsolete AAX config. 2014-02-20 12:11:44 +00:00
jules
70f8ae36e9 Introjucer: removed redundant plugin website field, and used the website value that's already set for the project instead when creating plugin projects. 2014-02-17 11:35:39 +00:00
jules
ba2ae2dd12 Introjucer: added some backslashes to the plugin install script path. 2014-02-16 13:03:51 +00:00
jules
e22e536626 Couple of tweaks to VST3 generation. 2014-02-06 11:27:23 +00:00
jules
4fe7240eb2 Initial version of VST3 plugin support. 2014-02-05 16:20:57 +00:00
jules
fb2a5fc857 Updates to introjucer for VST3 targets. 2014-02-04 15:54:15 +00:00
jules
eee868ae02 Introjucer: projects now include a JUCE_APP_VERSION macro containing the version number. 2014-01-04 18:26:03 +00:00
jules
d582a66917 Introjucer: Added gnu++0x flag for android builds. Support for SVG icons. 2014-01-02 14:33:06 +00:00
jules
16469fefe9 Spelling fix. 2013-12-30 15:49:32 +00:00
jules
4d79bed3d1 Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
jules
2c3d639d91 Introjucer: fix for RTAS path when exporting VC projects. 2013-11-26 09:38:09 +00:00
jules
63cb062d35 Initial commit of VST3 hosting. 2013-11-21 13:27:36 +00:00
jules
5c98d8f48f Introjucer: command line warning fix. 2013-11-19 10:29:01 +00:00
jules
5ffd878ebc Introjucer: made modules work better when the project doesn't contain any targets that will build on the current OS. 2013-11-12 10:29:04 +00:00
jules
a9c4a69408 Introjucer: added a button to copy module paths across all modules. 2013-11-11 16:13:43 +00:00
jules
172f19f4a4 Introjucer: fix for module deletion bug, and some clean-ups. 2013-11-03 12:56:50 +00:00
jules
14cb377f77 Introjucer: fix to paths when copying modules locally. 2013-11-02 16:41:11 +00:00
jules
2c9c35d3c3 Fixed a few compiler warnings. 2013-11-01 10:43:30 +00:00
jules
f4a5a0ecb4 Introjucer: better exporting of absolute module paths in android makefiles. 2013-10-28 21:37:21 +00:00
jules
63587c007b Introjucer: sorted out a win32 filename handling issue. 2013-10-28 12:37:12 +00:00
jules
03e14b7851 Introjucer: fixed a bug when deleting modules; added a button to set copying mode for all modules. 2013-10-28 12:34:00 +00:00
jules
365e4611fa Introjucer: misc minor fixes + tweaks. 2013-10-18 10:31:08 +01:00