3016 Commits (fa577fc4ef9a80b33eaf2544fcfe9904cf7581df)

Author SHA1 Message Date
  ed f950061ed5 Projucer: Avoid linking external libraries in the shared code target on macOS 6 years ago
  jules 18bb120179 Did some long-overdue renaming of "filter" -> "plugin" in the AudioPluginHost demo 6 years ago
  ed a94610dfaf Projucer: Don't add Xcode resource files to exporters other than Xcode 6 years ago
  Tom Poole ec43e11abc VS2013: Removed the VS2013 exporter from the Projucer 6 years ago
  ed 1951714776 Linux: Only add libcurl dependency when JUCE_USE_CURL is enabled 6 years ago
  ed 302e4a6166 Projucer: Prevent duplicate module headers being added to the project when copying module files locally 6 years ago
  ed 8c31fb2511 Projucer: Removed an unused method 6 years ago
  ed 5d83c1485d Re-saved all projects 6 years ago
  ed 2d503c7a9d Projucer: Fixed an issue adding the juce_gui_basics javaopt folder when push notifications are enabled 6 years ago
  ed f3ea7e2b29 Projucer: Set the project name in Android settings.gradle file 6 years ago
  Tom Poole d16a30a294 Windows: Fixed a debug Projucer compile error when using VS2015 6 years ago
  ed 212eb09e7e Projucer: Only add default com.roli.juce.JuceActivity activity class if push notifications are enabled 6 years ago
  jules 69c3474012 Added method PopupMenu::Options::withDeletionCheck() to help avoid dangling pointers when triggering async menus 6 years ago
  ed aef6bca60a Re-saved all projects 6 years ago
  ed 49a7b30bae Projucer: Added macOS 10.15 and iOS 13 support 6 years ago
  ed 73b1e45336 Projucer: Only add module javaopt folder to project in the Android exporter if the module is enabled 6 years ago
  jules cd4aba9e43 PopupMenu modernisation: Improved the PopupMenu::Item class to make it easy to build items by chaining calls together. 6 years ago
  ed c88611e5c8 Made KnownPluginList::addToMenu() and ::getIndexChosenByMenu() operate on a copy of the PluginDescription array so they are in sync 6 years ago
  Tom Poole c2a8e0d242 Re-saved some projects with new warning flags 6 years ago
  Tom Poole 1fd9c2f282 Projucer: Added an "add recommended warning flags" checkbox to the exporters 6 years ago
  Tom Poole a0b0a3e7bd Projucer: Fixed an issue setting the fallback Android SDK path on Linux 6 years ago
  ed f58fe19815 Projucer: Fixed an error when setting the macOS SDK to the current version 6 years ago
  ed b2a4aaa338 Updated some deprecated AudioDeviceManager methods in the AudioPluginHost 6 years ago
  Tom Poole a92b231677 Projucer: Fixed an error in the PIP generator 6 years ago
  Tom Poole b22db01968 Fixed an iOS compiler warning 6 years ago
  jules 6b82c964cd Refactored AudioPluginFormat::createPluginInstance to use lambdas for the callback 6 years ago
  ed cb7e325d51 Fixed some variable shadowing warnings 6 years ago
  Tom Poole 16dd26649a Fixed some GCC compiler warnings and removed deprecated functions 6 years ago
  ed 16d0697216 Projucer: Escape quotes in plug-in shared code linker flag 6 years ago
  ed d275f3f7b1 Projucer: Fixed a crash in the live-build engine ComponentClassList 6 years ago
  ed 57ad812f2d Projucer: Updated the auto-generated image code following the latest std::unique_ptr changes 6 years ago
  Lukasz Kozakiewicz b4617412c2 Projucer: add project level repositories section to Android exporter. 6 years ago
  ed 8aa1573eaa Projucer: Removed some unused settings from the Android exporter 6 years ago
  Tom Poole 764782e142 Re-saved all projects 6 years ago
  jules 15567c7150 Changed the constructor of GenericAudioProcessorEditor to take a reference rather than a pointer, to match all the other AudioProcessorEditor classes. Also tweaked its implementation to resize its components horizontally to fit the width of the parent window 6 years ago
  Tom Poole a9a0f6b92f Enforced more comprehensive const-correctness in the JUCE container classes 6 years ago
  Tom Poole c41b0f3241 Projucer: Disabled LTO in release builds 6 years ago
  ed 92a9c37bac Deprecated some thread unsafe methods in KnownPluginList and modernised the interface a bit 6 years ago
  Tom Poole 2fc4404a74 Fixed some more RTAS build errors and marked it as deprecated 6 years ago
  ed 76c741e09b Projucer: Made sure a sensible default exporter is chosen when none have been selected 6 years ago
  ed 833446fe89 Windows: Removed some nonexistent warnings from the VS2013 and 2015 exporters 6 years ago
  ed 32bc00871d Windows: Fixed some compilation errors and warnings when building the AudioPluginHost in VS2013 6 years ago
  jules c6d1828a32 A few more internal updates for better smart pointer use 6 years ago
  jules 0fb8c8e82a Added handy new function parseXMLIfTagMatches(), and refactored a lot of old code that was parsing XML in a more clunky way 6 years ago
  Lukasz Kozakiewicz 556eda320b Projucer: add "Extra module's build gradle content" field to Android exporter. 6 years ago
  Lukasz Kozakiewicz abff8ccfdf Projucer: add "Custom gradle.settings content" field to Android exporter. 6 years ago
  jules a97c4a9139 More std::unique_ptr modernisation - changed functions that used to return raw Drawable* pointers to use it 6 years ago
  ed a2017062f5 Projucer: Use correct newline chars when writing XML 6 years ago
  ed 8e02cf9292 Projucer: Removed unsupported macOS base SDK options and cleaned up the exporter code a bit 6 years ago
  jules 62ead7dc7d Added some overloads to OwnedArray to let items be added from std::unique_ptrs. Also removed OwnedArray::addIfNotAlreadyThere because it's ambiguous about whether the object should be deleted if it fails to be added! 6 years ago