182 Commits (c723e56952f40d9ee38e7080e930bb2c6fd345a1)

Author SHA1 Message Date
  ed 1f40a7b10e Projucer: Use the project line ending setting for auto-generated JUCE files and write the IDE project files using the native line endings 6 years ago
  ed b8a4e00cb4 Projucer: Make the source code editor respect line endings when loading and saving a file and add an option to set the preferred line feed for a project 6 years ago
  ed 7b09d14695 Projucer: Use relative paths for PIP includes and modules if project isn't temporary 6 years ago
  Lukasz Kozakiewicz de8d029cfe Update Android project template to have recommended default values 6 years ago
  hogliux 008b7a9ab2 Re-structured the low-level Android native code 6 years ago
  ed 0ae6bdb511 Projucer: Fixed an unused variable warning in the live-build engine 6 years ago
  Tom Poole f9017f7adc Projucer: Fixed a bug creating plug-in projects from PIPs 6 years ago
  ed fe49d69dfc Projucer: Added a "VST (Legacy) SDK" field to the global paths window and re-factored the global paths window a bit 6 years ago
  ed 2709a84248 Projucer: Ensure that the correct area of a FilePathPropertyComponent is highlighted when performing file drag-and-drop and fix an overly restrictive assertion on Windows 6 years ago
  Tom Poole a3566b8c1e Removed the embedded VST2 SDK 6 years ago
  ed c4eb15eb21 Projucer: Refactored the global paths window and project exporters to use the new FilePathPropertyComponent 6 years ago
  ed 3f2f2f65a4 Projucer: Removed DependencyPathPropertyComponent and replaced it with an updated FilePathPropertyComponent that supports ValueWithDefault 6 years ago
  ed d3fe2515ad Removed a stray DBG statement 6 years ago
  ed efacc67a15 Projucer: Fixed a bug when parsing multi-line JUCE header metadata 6 years ago
  ed 653d94c7a0 Projucer: Pulled out the module and PIP header parsing methods into a single method 6 years ago
  Tom Poole 885168568d Projucer: Enabled adding Xcode subprojects 6 years ago
  jules 6fda0bffca Fixed some stray zeros that were still being passed as null pointers 6 years ago
  Tom Poole 6f5b15e345 Projucer: Added a framework search path to the Xcode exporter 6 years ago
  ed 9761a03334 Projucer: Made it possible to specify a semicolon-separated list of user modules paths to override the global default when generating a project from a PIP using the "--create-project-from-pip" command-line option 6 years ago
  ed 06abfc16ce Projucer: Added an option to set the /MP (multi-processor compilation) option in the Visual Studio exporter 6 years ago
  ed cd8c25b0c1 Projucer: Added an optional command-line argument when generating a project from a PIP to specify a JUCE modules directory to be used instead of the global default 6 years ago
  ed f77c995b4d Projucer: Refactored module scanning code and added AvailableModuleList class for asynchronous scanning 6 years ago
  Tom Poole 235bbd46cf Projucer: Code tidy up 7 years ago
  ed a0493e67c1 Projucer: Don't attempt to parse empty file paths in FilePathPropertyComponent 7 years ago
  jules d9fa1c4602 Worked around some UB sanitiser warnings in Projucer 7 years ago
  hogliux fefbbc89b4 AU: Added an option to the Projucer to enable sandbox safe AUs (required for newer versions of GarageBand) 7 years ago
  ed bf8adbc29a Projucer: Added an option to set the path to the Android Studio executable in the "Global Paths" settings 7 years ago
  hogliux cf4f12a452 Replaced our VST2 interface headers with official VST3 SDK 7 years ago
  Lukasz Kozakiewicz 70ad10155f Projucer: add option to Xcode exporter to embed a framework in an app bundle. 7 years ago
  ed 527625b699 Added support for building Unity native audio plugins on desktop platforms 7 years ago
  Lukasz Kozakiewicz 772185f2b0 Add camera support for iOS and Android. 7 years ago
  ed d53171f0e9 Add "Assets" folder as a custom resource folder in AUv3SynthPlugin example on Mac so that the AUv3 passes auval 7 years ago
  ed f29fa75477 Projucer: Fixed the "Don't Add Resources Folder to App Extension" setting in the iOS exporter so that it does what it says and added the option to the Mac exporter 7 years ago
  Tom Poole 884f03aaa3 Added a missing plug-in capability when creating the AudioPluginDemo project 7 years ago
  ed 040a3168f3 Projucer: Fix formatting in previous commit 7 years ago
  ed 12b90421b4 Projucer: Set extra plugin formats and characteristics of PIP examples 7 years ago
  Tom Poole ab863a6dc2 Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
  ed 1060e3a0c2 Projucer: Use widget colour id for MultiChoicePropertyComponent button text 7 years ago
  ed 728d28fdc0 Projucer: Always locally copy PIP files that are created from the clipboard so that they aren't deleted on shutdown 7 years ago
  ed 16935088e1 Projucer: Fix linker error when building live-build DLL 7 years ago
  ed c9aebedfeb Projucer: Update PIPGenerator to use new plugin formats multi-choice var 7 years ago
  Tom Poole 4229dc0a4f Made a lot of ScopedPointer usage conform to the std::unique_ptr interface 7 years ago
  jules d691838765 Tidied up a few minor coding style discrepencies 7 years ago
  ed 7d36760efd PIPs: Changed the Component Main.cpp wrapper to avoid a crash that would happen on quit when using the live-build engine on Windows 7 years ago
  ed 8d952587a5 Projucer: Renamed the "Include BinaryData in AppConfig" project setting to "Include BinaryData in JuceHeader" so that it actually does what it says 7 years ago
  jules aeee6f4c33 Projucer: added a command-line flag --lf to make the whitespace and other file-generating tools use LF as linefeeds rather than CRLF 7 years ago
  ed 629f2a2979 Projucer: Added options for setting the VST, VST3, AAX and RTAS categories and simplified the plug-in project settings with MultiChoicePropertyComponent 7 years ago
  ed 89d1e60595 Ensure that TextPropertyComponent and ChoicePropertyComponent are updated when the ValueWithDefault default is changed 7 years ago
  ed 01339a5365 Projucer: Moved the live-build settings into a separate CompileEngineSettings class and refactored some redundant code 7 years ago
  ed ea826db813 PIPs: Ensure that the assets directory is copied correctly for mobile examples 7 years ago