7166 Commits (b6a6a7ea264592e080207e668f3cecd66700720f)

Author SHA1 Message Date
  ed 896a68dd7b Android: Reverted some recent Oboe buffer size changes 5 years ago
  ed 5bb2e8ca6f Made PropertySet::setValue() methods take a StringRef instead of a const String& so that Identifiers can be implicitly cast 5 years ago
  ed 18df1b0937 Added JUCE_CONTENT_SHARING define to conditionally compile the native content sharer code 5 years ago
  ed 814f317346 VST3: Unload macOS bundle in destructor of DLLHandle with CFBundleUnloadExecutable() to fix crash when loading some third-party plug-ins a second time 5 years ago
  ed 375c746251 AU: Check parameter list is not empty when setting haveParameterList 5 years ago
  ed f3470d3cd4 VST: Fixed potential out-of-bounds program access 5 years ago
  ed 9f0728e622 VST3: Don't pass nullptr to setBusArrangements() 5 years ago
  ed 26c9468dc5 Deprecated AffineTransform::getScaleFactor() as it was producing incorrect values for transforms containing rotations. Added getDeterminant() method for getting the determinant of the transform 5 years ago
  ed 5315160e51 Fixed some incorrect documentation for KeyPress::createFromDescription()/getTextDescription() 5 years ago
  ed 441c88f3b9 macOS: Removed all dynamic_cast type_info warning workarounds which have been fixed in 0dd3b02 5 years ago
  ed 814852e966 macOS: Fixed another spurious dynamic_cast type_info warning when loading dylibs containing JUCE at runtime 5 years ago
  Lukasz Kozakiewicz 50310edc57 Android: Call __android_log_print() in chunks to ensure that the full log is printed 8 years ago
  ed fa0f3af034 WASAPI: Suspend processing when AudioSessionStateInactive session event is received and restart on AudioSessionStateActive 5 years ago
  Aga Janowicz 9d9d26c85a Fix issue where sustain value would be reset after note off in legacy mode 5 years ago
  Aga Janowicz 8f069624d7 Fix sustain state not updating on global channel 5 years ago
  reuk 6a18c9e153 iOS: Fix type declaration in juce_File.h 5 years ago
  Tom Poole 034ca9347e Fixed a potential overflow when dealing with large images 5 years ago
  reuk e357833a12 iOS: Support older SDKs 5 years ago
  reuk dde6b96ebe MSVC: Fix some potential divide-by-zero errors 5 years ago
  Tom Poole 21f054b164 Documentation fix 5 years ago
  Tom Poole f2e75a8f52 Fixed a popup submenu item selection bug on a right key press 5 years ago
  reuk dddeb1ad68 Build: Fix Xcode 11.4 compatibility issues 5 years ago
  Lukasz Kozakiewicz cfce337d81
Fix mp3 file seek when seeking to previously unplayed location. 5 years ago
  reuk fcd12ab12b
VST: Remove an unused variable warning 5 years ago
  ed 5d9ab42195 Linux: Revert c47c790 and instead defer modifications to the fdReadCallbacks vector when inside a read callback until after the callback has been executed 5 years ago
  ed 8e4277085a Linux: Fixed some issues flagged by asan 6 years ago
  reuk 0c9067c9a4 Ownership: Fix some raw/unique ptr conversion issues 6 years ago
  reuk bbd2184e3b Demos: Fix some build issues in demos with more warnings enabled 6 years ago
  ed 52353ae5d5 Fixed some more static analysis issues in the Box2D code 6 years ago
  ed c1cb7cea9a Fixed some issues flagged by the Xcode static analysis tool 6 years ago
  ed 6b8b728d1e Tidied up some whitespace 6 years ago
  ed d77dae186d Windows: Fixed an OpenGL scale issue in high-DPI plug-ins 6 years ago
  ed 67ccd6d255 AU: Fixed some missing case warnings in the hosting code 6 years ago
  ed 722a1403af VST3: Fixed a rounding error in VST3PluginInstance::getCurrentProgram() 6 years ago
  ed 4a5dda489f Fixed some warnings with -Wconversion enabled 6 years ago
  reuk adbf5fc219 DSP: Add ProcessorChain tests 6 years ago
  reuk 0ac8552a63 AudioBuffer: Fix alignment check on iOS/arm7 6 years ago
  Tom Poole 730395baa6 Fixed some more license headers 6 years ago
  Tom Poole 5e9826ecf8 Added some missing license headers 6 years ago
  ed 69d5f16be0 Added some more FileInputStream unit tests 6 years ago
  ed 330df2b3e6 Fixed a regression opening file handles introduced in e65ac0b 6 years ago
  reuk b9835d3a0c DSP: Fix tuple index sequence generator 6 years ago
  reuk 3520f6c4f6 Standalone: Put CreatePluginFilter in a common header 6 years ago
  reuk 1915fc7a37 Standalone: Fixed build issue with createPluginFilterOfType 6 years ago
  reuk a9492679da URL: Make downloadToFile return unique_ptr 6 years ago
  reuk 04adb2fa79 DSP: Tidy up ProcessorChain implementation 6 years ago
  reuk a7d5d8dd95 DSP: Add missing consts in Oversampling 6 years ago
  reuk a886495606 APVTS: Fix thread sanitizer complaint 6 years ago
  reuk 5af01b9b16 Demos: Convey proper ownership semantics 6 years ago
  ed a91b7aafd0 Android: Pulled out some shared OpenSL/Oboe code into juce_android_HighPerformanceAudioHelpers.h and updated Oboe buffer size behaviour to match OpenSL 6 years ago