119 Commits (8cd578b0c69b6282c8f0fbd0cf1b676ca63bde9c)

Author SHA1 Message Date
  tpoole 8cd578b0c6 Added the ability to set a custom BinaryData namespace in the Projucer 8 years ago
  hogliux c5d3c26af6 Added workaround to fix a false re-save warning in the Projucer when saving a .jucer file on a network drive 8 years ago
  stefan f5d32782d8 Projucer: avoid failing assertions from File 8 years ago
  stefan 1349f6546b Projucer: the DiagnosticReceiver interface is an implementation detail of the live-build engine and not required otherwise 8 years ago
  hogliux 63eabb4456 Fixed a bug where identical initialiser lines would be removed 8 years ago
  hogliux b5ef6d7e37 Whitespace clean-up 8 years ago
  hogliux 6f6d0af2b8 Fixed a bug where we didn't search the correct directory for the live build engine 8 years ago
  stefan 980ece4a8a Projucer: add anchor #indie to the link target for the subscribe button 8 years ago
  stefan.graenitz 8d02f61622 Projucer: add free-to-use license for the live-build engine 8 years ago
  stefan 439ecc391b Projucer: workaround broken "Open Recent" submenu 8 years ago
  stefan b36b64a482 Projucer: simple pop-up menu to copy diagnostic messages to clipboard 8 years ago
  hogliux e435325619 Fix typo and increase maximum size of the "Member initialisers" text field 8 years ago
  hogliux 1845437fe1 Only moan about all-lowercase AU manufacturer codes 8 years ago
  stefan 76a9b7d24a Projucer: link to privacy policy in EULA and re-save jucer project 8 years ago
  hogliux eac52c9faf Fixed a bug in the projucer that would create incorrect post build scripts for AAX in certain situations 8 years ago
  hogliux 288e56de83 Fixed a bug in the Projucer that would incorrectly mark relative SDK paths as invalid even if they were valid 8 years ago
  stefan.graenitz 5e0efc6046 Projucer: extend interface DiagnosticMessage::handleRecoverableErrorPCH() to take one more file name param 8 years ago
  hogliux bd3166afc0 Updated the URL of the "Forgot Password" button in the Projucer 8 years ago
  hogliux 348dc1fa79 Fixed a bug where the Projucer would delete rsrc files in your ~/Library/Audio/Plug-Ins folder when re-saving audio plug-in projects 8 years ago
  hogliux a5e3b7ad1c Added check and warning when entering only lowercase AU plugin identifier codes 8 years ago
  hogliux 84a16f60c0 Fixed Projucer to check for the correct file when looking for the android ndk on windows 8 years ago
  hogliux 2a37ba034a Added gradle-wrapper when saving projects so that it is now possible to build from the command-line with "./gradlew" 8 years ago
  hogliux cdb7285011 Fixed AAX post build script to consider SDK paths containing whitespaces and already existing directories 8 years ago
  stefan e03e41bd0d Projucer: hard shutdown of the compiler process in release builds to avoid busy waiting 8 years ago
  hogliux 773e7087cd Removed unecessary path seperators in MSVC post-build scripts 8 years ago
  stefan 3bd7ef4f69 Projucer: menu adjustments 8 years ago
  stefan 8f1d37a72e Fix addAllModulesInFolder to scan only 2 subfolder levels 8 years ago
  stefan 728bf273e9 Projucer: support recoverable error warnings for live-builds 8 years ago
  tpoole 83d0854572 Added a microphone permission option to the iOS exporter 8 years ago
  hogliux 71de18554a Fixed typo in linux-only Projucer code 8 years ago
  stefan 4b96ffbf6f Projucer: restrict menu item "Launch Application" to GUIApplication projects 8 years ago
  stefan a0350e4ee6 Projucer: add feature download & install live-build engine (including checks for supported OS versions) 8 years ago
  hogliux 4fa0516f40 Revised multibus API and added support for multibus hosting 8 years ago
  hogliux 05b15c431d If the jucer file does not specify a macOS/iOS deployment target then default to the latest known working version 8 years ago
  ed 0c87af8992 Fixed Linux compile error in Projucer 8 years ago
  jules 9fa0d49be7 Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 8 years ago
  hogliux 48ac6347e1 Fixed the MSVC exporter to combine multiple internal post-build scripts of various plug-in formats 8 years ago
  stefan 8ec9443543 Projucer various fixes 8 years ago
  hogliux ff40b46bf2 Added support for automatically creating AAX plugin bundles on Windows 8 years ago
  tpoole 16525c0a6f Fixed some typos. 8 years ago
  tpoole 28bb28a642 Fixed a trailing "\" bug in the VS intermediates path 8 years ago
  ed 47c48b2f6a Changed Projucer LoginForm "Remember login" button to tick box 8 years ago
  tpoole 9f31d6498a Use a bespoke VST2 interface 8 years ago
  ed 8e10f16eb8 Dialog window to ask whether to keep current project or re-load from disk when .jucer file changes 8 years ago
  hogliux 6fdb7e33bc Also add assembler files to MSVC projects 8 years ago
  hogliux 9e1edc7a6e Add support for hosting staticly compiled VSTs on all platforms 8 years ago
  hogliux cdf899c47e Don't keep on showing the auto-updater dialog box if the user clicks cancel 8 years ago
  hogliux ca62e560f3 Revert support for hosting your own VST bundles on iOS 8 years ago
  hogliux 05835ecfa1 Generate bitcode bundles on iOS 8 years ago
  jules b439452edd Changed the Array::remove() method to return void, and added an Array::removeAndReturn() method to replace the old functionality 9 years ago