93 Commits (a99d78318bbeaa11da97f11e67b2c254c1f978b0)

Author SHA1 Message Date
  hogliux f9be90f52b Bump introjucer version number 9 years ago
  hogliux 4fef661ada Added multi-bus support for audio plug-in clients 9 years ago
  hogliux fc32cda3c1 Bump the Introjucer version number to 4.0.2 and re-save the project 9 years ago
  jules d06fc22369 Pimped the demo app with some new images 9 years ago
  jules 2d51b7d315 Bumped the Introjucer version number 9 years ago
  jules 810f2bfb2a Introjucer: Added Android Studio exporter 9 years ago
  jules 9ff92b8002 Introjucer: tweaked whitespace in generated headers to not have an extra trailing line, and resaved all projects using it 9 years ago
  Timur Doumler 327d1ba187 Introjucer: disabled generation of deprecated Parameter getter/setter method overrides when creating a new Audio Plug-In. 9 years ago
  Timur Doumler c3f8588095 Re-saved Introjucer.jucer. 9 years ago
  jules 861d3d9710 Version 3.2.0 9 years ago
  hogliux c4d0270f5d Resaved project files. 9 years ago
  hogliux c7b8e77031 Update copyright notice 9 years ago
  hogliux 0e7729590f Add release notes text field to Introjucer's auto-updater dialog. Minor auto-updater infrastructure updates and code refactoring. 9 years ago
  hogliux c2c0795aea Add https/SSL support for Linux (via libcurl) 10 years ago
  jules ff68742e1e Introjucer: Updated the script that installs plugins to make sure it creates missing folders before copying the files to them 10 years ago
  hogliux fcb8735dfc Re-save all Introjucer projects with newest introjucer version 10 years ago
  Timur Doumler b7f77590ff Fixed problem in Introjucer where a newly created audio app would produce howling feedback because the audio buffer did not get cleared. 10 years ago
  jules 699c5a9109 Added a [Constructor_pre] section to introjucer GUI component files. 10 years ago
  jules 12771a9f56 Updated introjucer version number 10 years ago
  jules fefceaf20d Introjucer: fixed the list of exporter types 10 years ago
  Felix Faire 02c95c45d4 Updated Icon Design and Binary Data 10 years ago
  Felix Faire 6ef34798cc Modules folder combo box, Introducer Wizard 10 years ago
  Felix Faire fb319467bd OpenGL Example (unrefined) 10 years ago
  jules 4c87324e86 Added blank project and made examples button work 10 years ago
  jules 43fa10b12f More template cleanups 10 years ago
  jules 46547bf8d6 More introjucer cleanup 10 years ago
  jules 795d4fe4dd Introjucer: updated the Xcode plugin installer script to preserve symlinks for AAX. 10 years ago
  Felix Faire 04ea934f00 Added OpenGLAppTemplate 10 years ago
  Felix Faire 06b9bdefb6 Added AudioComponentTemplate 10 years ago
  Felix Faire ff6520a89a Added Animated App template and examples 10 years ago
  jules 03a8f3987e Added new wizard types 10 years ago
  jules 5ba9d83209 Implemented exporter creation in new project wizard 10 years ago
  jules 80214e458c First version of new introjucer templates page 10 years ago
  jules b61af93f1a Couple of tweaks to the introjucer new project template. 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 a323d4d797 Clarified the example code that's generated in the plugin template process method. 10 years ago
  jules 897c3c8044 Introjucer: correctly setting the JucePlugin_ManufacturerEmail macro. 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 4fe7240eb2 Initial version of VST3 plugin support. 11 years ago
  jules fb2a5fc857 Updates to introjucer for VST3 targets. 11 years ago
  jules 45b49f84d1 Introjucer: moved the definition of a BinaryData constant into the header file. 11 years ago
  jules 9bba8bae5e Introjucer: added a header-guard to the binarydata files that are generated 11 years ago
  jules be461fa03c Very cool new feature: JUCE_LIVE_CONSTANT. See the macro's description for more details. 11 years ago
  jules 342684a4c2 Introjucer: extended the binary data format to include a list of the filenames of all the resources. 11 years ago
  jules 463325c0c6 Introjucer: changed the way binary data cpps are generated so that the content will not be dependent on machine-specific paths. 11 years ago
  jules 1b9a60e52c Added a templated type to the RectangleList class. If you've used this class and these changes cause syntax errors, all you need to do to your code is to replace "RectangleList" with "RectangleList<int>" and everything will work as it did before. 11 years ago
  jules 97ed2ac915 Introjucer: code editor popup menu helper function to insert a new class declaration. 12 years ago
  jules 35d695d123 Introjucer: fix for AU build script. 12 years ago