677 Commits (c20a61b80210de917a0123fe110f6207e6f62d45)

Author SHA1 Message Date
  jules a92dcf0996 Introjucer: increased the number of characters allowed for the plugin channel config. 10 years ago
  jules b61af93f1a Couple of tweaks to the introjucer new project template. 10 years ago
  jules 811258e72b Introjucer: made the iOS build spit out some .xcassets resources, to force it to launch correctly on iOS8 10 years ago
  jules 85e7ccd8be Updated some dusty code in the introjucer templates for a new plugin project. 10 years ago
  jules 7671e6a350 Fix for the program count in the introjucer-generated template plugin. 10 years ago
  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. 10 years ago
  jules 970300867f Introjucer: Added .S to the supported asm file extensions. 10 years ago
  jules 6a89a440b5 Introjucer: Reorganised some file extensions and added .asm and .s to the list of recognised types. 10 years ago
  jules a323d4d797 Clarified the example code that's generated in the plugin template process method. 10 years ago
  jules 86fc9d7e16 Introjucer: Updates to the android exporter, adding a toolchain version setting. 10 years ago
  jules f3447b3ece Introjucer: codeblocks export fix. 10 years ago
  jules 53226c0660 Introjucer: fixed a problem with the open-project menu if multiple export targets have the same name 10 years ago
  jules e527acd721 Introjucer: tweaked some syntax to avoid problems with old GCC versions. 10 years ago
  jules 6ec478bb8d Introjucer gui comp layout generation - added missing parentheses. 10 years ago
  jules 1e23cda2ff Cleaned up a couple of minor analyser warnings. 10 years ago
  jules 8baa07ac89 Updated introjucer component editor to use callout boxes for colour editors 10 years ago
  jules c8bf8cd41e Moved some C++ escaping functions from the Introjucer into CppTokeniserFunctions. 11 years ago
  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. 11 years ago
  jules 6c16af73f5 Introjucer: removed an unimportant assertion 11 years ago
  jules e9549f6d00 Introjucer: clicking already-selected items in the treeview now opens their document. 11 years ago
  jules 9342cdcc5b Introjucer: fix for MSVC builds creating duplicate files in some situations 11 years ago
  jules 82f6189f91 Introjucer: Avoided unnecessary VST3 copy phase step. 11 years ago
  jules c46927d580 Minor clean-ups 11 years ago
  jules 91d9c96338 Minor clean-ups 11 years ago
  jules 95699451b5 Added method ModalComponentManager::cancelAllModalComponents() 11 years ago
  jules 343d68814b Introjucer: setting default name for new GUI comps. 11 years ago
  jules 94076545a4 Introjucer: avoiding an Xcode warning when quicktime is explicitly disabled. 11 years ago
  jules 65f01eb6f7 Introjucer: tweaked Xcode project structure to avoid warning about architectures. 11 years ago
  jules 29f36905c5 Introjucer: updated the list of iOS versions. 11 years ago
  jules 897c3c8044 Introjucer: correctly setting the JucePlugin_ManufacturerEmail macro. 11 years ago
  jules bc2f908c9c Added 'override' keywords to some introjucer template files 11 years ago
  jules 5409951861 Refactored some Xcode warning suppression. 11 years ago
  jules 783af9c332 Introjucer: avoided warnings for old 3rd-party code in Xcode 5.1 11 years ago
  jules 060a8cb05f Introjucer: added customisable VST category setting. 11 years ago
  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. 11 years ago
  jules 9abf1ff000 Introjucer: added option to translation tool to merge existing translations. 11 years ago
  jules 8146a6bc37 Fix for android 'ant clean' operation. 11 years ago
  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. 11 years ago
  jules 3617bca65f Added multi-mono control for AAX. Fixed a problem with RTAS automation when opening plugin UIs. 11 years ago
  jules 4c6e655f0f Introjucer: made the tooltip entry box multi-line. 11 years ago
  jules 95d9d489a1 Removed an obsolete AAX config. 11 years ago
  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. 11 years ago
  jules ba2ae2dd12 Introjucer: added some backslashes to the plugin install script path. 11 years ago
  jules 705f73610c Introjucer: larger field sizes. 11 years ago
  jules e22e536626 Couple of tweaks to VST3 generation. 11 years ago
  jules 8469269b10 Introjucer font selector typo fix. 11 years ago
  jules 4fe7240eb2 Initial version of VST3 plugin support. 11 years ago
  jules fb2a5fc857 Updates to introjucer for VST3 targets. 11 years ago
  jules 633ff931d6 Introjucer: made sure the linux makefiles don't do crazy things when given mis-typed config names. 11 years ago
  jules cc633ce3f5 Introjucer: Fixed folder sorting in Xcode export. 11 years ago