3816 Commits (4e91fd7cb89996c061e73bda7c920f9d1918d3fb)

Author SHA1 Message Date
  hogliux 4e91fd7cb8 Add an extra byte when copying VST2 strings 9 years ago
  hogliux ac9973f185 Add support for creating popup menus inside parent components 9 years ago
  hogliux 77a8b9eab5 Fix a few warnings 9 years ago
  hogliux 8e53286a20 Fix some warnings in VS2013 in the recent commits 9 years ago
  hogliux 4205123d45 Fix an edge-case if the last stored editor window size is zero 9 years ago
  hogliux ebb0a156a4 Add options to make AuidoProcessorEditors resizable with constraints 9 years ago
  hogliux 25f8faf8d3 Add windowIgnoresMouseClicks flag to tooltip windows 9 years ago
  hogliux ee7a56a115 Fix potential crash if DAW probes non-existent bus 9 years ago
  hogliux b3ee8806d6 Set kAudioUnitProperty_MaximumFramesPerSlice on iOS 9 years ago
  hogliux 2c3783e834 Workaround for loading Izotope Plug-Ins 9 years ago
  hogliux 368ce48198 Fix a race condition in the plugin scanner 9 years ago
  Timur Doumler 4c900be00a Added some init code to enable stdout, stderr, stdin in the special case that we run an non-console Windows app inside a Windows console such as cmd.exe or PowerShell. 9 years ago
  Timur Doumler fe3765308c Fixed JUCE_BUILDNUMBER which was not correctly updated to 4.2.2. 9 years ago
  hogliux 1bd850d28d Minor tidy up of yesterday's VST3 preset commit 9 years ago
  hogliux 7eb80b815c Ensure that AudioUnitUninitialize is called on the message thread when destroying an AudioUnitPluginInstance 9 years ago
  hogliux 5098232062 Tidy up a few warning 9 years ago
  hogliux f4086ad8f4 Support factory programs in VST3 hosting 9 years ago
  hogliux 93a41cf743 Call setProcessing (false) when resting a VST3 plug-in 9 years ago
  jules f5324afd8b Added some defenses against parsing corrupted metadata blocks in WAV files 9 years ago
  hogliux 1a973a2faa Ignore linux scale factor if it is ten or larger 9 years ago
  hogliux fc8c6283c3 Add more detailed comment on why getting the "getPluginFactory" symbol from a VST3 plug-in may fail 9 years ago
  jules 48270039db Made Component::internalFocusLoss pass on the focus-change cause to its callback 9 years ago
  jules e13286ab55 Minor comment correction 9 years ago
  jules 3aee68ec5f Added a method to create a ModalCallbackFunction from a lambda function 9 years ago
  jules 12eeadec8b Added some missing 'override's 9 years ago
  hogliux 79dca43be3 Workaround for VST-3 plug-ins which do not change their parameter values internally when the user changes them in the custom UI 9 years ago
  jules 0d96a8b47f Avoided some false negatives in the JSON unit tests 9 years ago
  hogliux 6b9890107f Fix link errors when build VST plug-ins with VST 3 hosting support 9 years ago
  hogliux dbf915603d Fix RTAS support 9 years ago
  hogliux 6b6dedbfd1 Add some minor changes to stay compatible with GCC 4.4 9 years ago
  hogliux 7056128bbc Add intersect method to AudioChannelSet 9 years ago
  hogliux af6198b74f Add support for plug-ins to report the IDs of their parameters 9 years ago
  Timur Doumler 2c7a0e067e Fixed a wrong preprocessor macro which caused plugin hosting to break on Windows. 9 years ago
  jules a0835a5ea9 Added a parseFloat method to the Javascript parser 9 years ago
  hogliux f2bca436d5 Fix AUv3 version check for iOS 9 years ago
  jules f36205fabe Fixed a couple of comment typos 9 years ago
  jules e602dd6b90 Improved some comments for MemoryBlock base-64 methods 9 years ago
  jules 688ac3b853 Updated a comment 9 years ago
  jules d9e3cdac16 Removed a few references to var::null 9 years ago
  jules 708e357e3c Prevented ColourGradient from having multiple colour stops at 0 9 years ago
  jules d32c64d590 Avoided an unused variable warning 9 years ago
  hogliux af9491caf9 Fix typo in previous commit by incorrectly checking the OS X version 9 years ago
  jules 8ababdda53 Fixed the SVG parser to stop it creating too many colour stops in gradients 9 years ago
  jules 01e2e53160 Added an assertion to catch some unexpected behaviour in the CoreGraphics gradient renderer 9 years ago
  hogliux 0cd926a199 Fix a bug which stopped multi-bus VST3 synths from working properly in Cakewalk 9 years ago
  hogliux 7196e57f4d Don't try to build VST/VST3 hosting code on iOS and add missing header 9 years ago
  jules e05e9a470a Added an assertion in AudioThumbnail 9 years ago
  jules e034958d55 Added some desktop scale compensation to drag + drop on Windows 9 years ago
  jules bf48687544 Made the OSX window code handle custom desktop scale factors when constraining window positions 9 years ago
  jules 6fc08dd1cd Added a workaround for Android GL glitches when pausing the app 9 years ago