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

658 commits

Author SHA1 Message Date
jules
f2f8da2abe Introjucer: bumped latest OSX SDK option to 10. 2014-10-28 11:47:56 +00:00
jules
ef653b4cdd Added C++11 flags to the linux and codeblocks makefiles 2014-10-14 17:52:26 +01:00
jules
e60aa581d6 Added some missing semi-colons. 2014-10-14 11:48:16 +01:00
jules
d88a49d9ae Introjucer: avoided creating iOS assets for a static lib project. 2014-10-08 20:24:32 +01:00
jules
fc6d485b29 Introjucer: enabled C++11 support by default in android projects 2014-10-08 11:26:18 +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
b61af93f1a Couple of tweaks to the introjucer new project template. 2014-10-01 11:08:54 +01:00
jules
811258e72b Introjucer: made the iOS build spit out some .xcassets resources, to force it to launch correctly on iOS8 2014-09-30 14:21:07 +01:00
jules
85e7ccd8be Updated some dusty code in the introjucer templates for a new plugin project. 2014-09-29 16:30:48 +01:00
jules
7671e6a350 Fix for the program count in the introjucer-generated template plugin. 2014-09-29 14:46:57 +01:00
jules
ee9531dd53 Introjucer: added a JUCE_DONT_DECLARE_PROJECTINFO guard flag around the auto-generated ProjectInfo namespace, in case you need to avoid declaring it for some reason. 2014-08-28 16:53:58 +01:00
jules
970300867f Introjucer: Added .S to the supported asm file extensions. 2014-08-22 13:34:23 +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
a323d4d797 Clarified the example code that's generated in the plugin template process method. 2014-08-19 15:37:00 +01:00
jules
86fc9d7e16 Introjucer: Updates to the android exporter, adding a toolchain version setting. 2014-08-17 13:06:24 +01:00
jules
f3447b3ece Introjucer: codeblocks export fix. 2014-08-06 11:56:57 +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
6ec478bb8d Introjucer gui comp layout generation - added missing parentheses. 2014-07-23 10:20:34 +01:00
jules
1e23cda2ff Cleaned up a couple of minor analyser warnings. 2014-07-18 12:56:10 +01:00
jules
8baa07ac89 Updated introjucer component editor to use callout boxes for colour editors 2014-07-15 12:09:59 +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
6c16af73f5 Introjucer: removed an unimportant assertion 2014-06-13 14:27:41 +01:00
jules
e9549f6d00 Introjucer: clicking already-selected items in the treeview now opens their document. 2014-06-09 17:46:34 +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
c46927d580 Minor clean-ups 2014-05-23 21:50:43 +01:00
jules
91d9c96338 Minor clean-ups 2014-04-29 14:14:21 +01:00
jules
95699451b5 Added method ModalComponentManager::cancelAllModalComponents() 2014-04-24 14:20:17 +01:00
jules
343d68814b Introjucer: setting default name for new GUI comps. 2014-04-20 11:43:33 +01:00
jules
94076545a4 Introjucer: avoiding an Xcode warning when quicktime is explicitly disabled. 2014-04-20 10:34:26 +01:00
jules
65f01eb6f7 Introjucer: tweaked Xcode project structure to avoid warning about architectures. 2014-04-18 12:05:15 +01:00
jules
29f36905c5 Introjucer: updated the list of iOS versions. 2014-04-14 13:29:06 +01:00
jules
897c3c8044 Introjucer: correctly setting the JucePlugin_ManufacturerEmail macro. 2014-04-05 14:53:32 +01:00
jules
bc2f908c9c Added 'override' keywords to some introjucer template files 2014-03-31 10:07:55 +01:00
jules
5409951861 Refactored some Xcode warning suppression. 2014-03-30 14:57:39 +01:00
jules
783af9c332 Introjucer: avoided warnings for old 3rd-party code in Xcode 5.1 2014-03-28 21:47:55 +00:00
jules
060a8cb05f Introjucer: added customisable VST category setting. 2014-03-25 17:29:32 +00:00
jules
fa21d2ac02 Replaced AudioSampleBuffer::getSampleData with getReadPointer/getWritePointer methods (the old method is still available but deprecated). Apart from making code more explanatory and improving constness, these work with a new flag that keeps track of whether the buffer is clear, so that some operations can be elided when the data is known to be empty. 2014-03-24 14:39:32 +00:00
jules
9abf1ff000 Introjucer: added option to translation tool to merge existing translations. 2014-03-14 18:30:24 +00:00
jules
8146a6bc37 Fix for android 'ant clean' operation. 2014-03-13 11:06:27 +00:00
jules
8e7fbe9976 Fix for SVG view box parsing. Improved introjucer SVG viewer to show the image's content inside the view-box as defined in the file. 2014-03-11 22:56:42 +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
4c6e655f0f Introjucer: made the tooltip entry box multi-line. 2014-02-24 11:05:00 +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
705f73610c Introjucer: larger field sizes. 2014-02-15 15:59:04 +00:00
jules
e22e536626 Couple of tweaks to VST3 generation. 2014-02-06 11:27:23 +00:00