677 Commits (c20a61b80210de917a0123fe110f6207e6f62d45)

Author SHA1 Message Date
  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
  jules 3100e54728 Introjucer: workaround for building OSX icons if only a 1024x1024 image is supplied 11 years ago
  jules 593e1c1e65 Introjucer: added a setting for specifying a code-signing identity in Xcode builds. 11 years ago
  jules 45b49f84d1 Introjucer: moved the definition of a BinaryData constant into the header file. 11 years ago
  jules eee868ae02 Introjucer: projects now include a JUCE_APP_VERSION macro containing the version number. 11 years ago
  jules ecaf9eb1ac Introjucer: made sure that preprocessor tokens are replaced in the binary name used. 11 years ago
  jules d582a66917 Introjucer: Added gnu++0x flag for android builds. Support for SVG icons. 11 years ago
  jules 16469fefe9 Spelling fix. 11 years ago
  jules 4e085e7707 Introjucer: added a "save all" command. 11 years ago
  jules b439a1a4a3 Introjucer: added support for link-time code gen and non-IEEE math support on OSX + MSVC. 11 years ago
  jules 4d79bed3d1 Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 11 years ago
  jules a2705927c9 Introjucer: tweak to the VS2010 toolset types. 11 years ago
  jules b6a907290b Introjucer: added option to set the toolset in VC2010 projects. 11 years ago
  jules 64a38ea6ee Sanity-checked places where introjucer GUI editor added TRANS macros. 11 years ago
  jules bb4aa53773 Minor clean-up. 11 years ago
  jules a2ffe5e6eb Introjucer: added TRANS macro to GUI designed generated code. 11 years ago
  jules 9bba8bae5e Introjucer: added a header-guard to the binarydata files that are generated 11 years ago
  jules d63668a5c1 Added XML and Lua tokenisers for the CodeEditorComponent 11 years ago
  jules a316bd5f6f Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors. 11 years ago
  jules fb15840f61 Introjucer: removed a flag from the CodeBlocks project exporter. 11 years ago
  jules 2edec00b55 Removed a few more uses of String::empty. 11 years ago
  jules 2623f4d1e1 Added method String::clear(), and used it to replace a few uses of String::empty. 11 years ago
  jules 86d03cc5ed Introjucer: avoided setting the MSVC character type if "default" is chosen. 11 years ago
  jules f2cca861dd Introjucer: quoting of all include paths to keep Xcode 5 happy. 11 years ago
  jules 2c3d639d91 Introjucer: fix for RTAS path when exporting VC projects. 11 years ago
  jules c28c6c3e7c Introjucer: added a utility tool that converts an SVG path string into code that creates a Path object. 11 years ago
  jules 7643162766 Introjucer: made it recognise .S files as needing to be compiled. 11 years ago
  jules 63cb062d35 Initial commit of VST3 hosting. 11 years ago
  jules 5c98d8f48f Introjucer: command line warning fix. 11 years ago
  jules e4557e618e Introjucer: fix for Xcode paths that contain spaces 11 years ago
  jules 272c38ff53 Introjucer: avoided mangling Xcode frameworks if they're specified as absolute paths. 11 years ago
  jules 5ffd878ebc Introjucer: made modules work better when the project doesn't contain any targets that will build on the current OS. 11 years ago
  jules a9c4a69408 Introjucer: added a button to copy module paths across all modules. 11 years ago
  jules 12a8dd3092 Avoided some pedantic GCC warnings. 11 years ago
  jules 664a585d19 Introjucer: fix for GUI editor graphic element coords not updating. 11 years ago
  jules 172f19f4a4 Introjucer: fix for module deletion bug, and some clean-ups. 11 years ago
  jules 14cb377f77 Introjucer: fix to paths when copying modules locally. 11 years ago
  jules f485fdcf63 Introjucer: Fixed a typo in the generated code. 11 years ago
  jules 4de9768ecb Introjucer: better setup of module paths in new exporters. 11 years ago
  jules 2c9c35d3c3 Fixed a few compiler warnings. 11 years ago
  jules f4a5a0ecb4 Introjucer: better exporting of absolute module paths in android makefiles. 11 years ago