10705 Commits (cda97c65932524ab66ad9382fdb6c04edab7098c)
 

Author SHA1 Message Date
  ed cda97c6593 Windows: Refactored the internal message queue to avoid hitting the message limit 5 years ago
  ed eedb9e9833 Linux: Fixed an occasional bug causing the top-left of VST2 plug-ins to be incorrect 5 years ago
  Tom Poole f5991879c5 Projucer: Added options for macOS temporary exception sandboxing entitlements 5 years ago
  reuk 5d1a5e804c ProcessorGraph: Fix issue where initialising empty graphs failed 5 years ago
  Tom Poole 07f15909ea Re-saved all projects 5 years ago
  Tom Poole 997b217179 macOS: Fixed compatibility targeting macOS 10.10 and earlier when building against the 10.15 SDK 5 years ago
  ed 2f6053b64e Android: Removed hard dependency on billing client library 5 years ago
  ed a54da0b832 Fixed some more typos 5 years ago
  ed 8f6f29943d Re-saved all projects 5 years ago
  ed 605d0978ce Android: Acquire the MulticastLock when using the NetworkServiceDiscovery::AvailableServiceList class to ensure that multicast packets are received on all devices 5 years ago
  ed f982c00d88 Re-saved all projects 5 years ago
  ed 98d55ed95d Enabled the in-app billing setting in the DemoRunner 5 years ago
  ed 027e12e3a6 Android: Replaced deprecated AIDL in-app billing code with Google Play Billing library 5 years ago
  ed bad6500424 Added activeEditorLock to AudioProcessor to replace callbackLock when accessing its activeEditor member to prevent priority inversion issues 5 years ago
  ed e36736e0ec Fixed some typos 5 years ago
  ed 8b64915fa1 Projucer: Take title bar into account when keeping windows onscreen 5 years ago
  ed 496516fd1a Fixed a couple of typos in the ComboBox documentation 5 years ago
  Tom Poole 1610d79314 VST3: Fixed a hosting parameter order bug 5 years ago
  Tom Poole b1aaff50e1 CLion: Fixed a Rez error 5 years ago
  Tom Poole d55e19b691 Re-saved all projects 5 years ago
  Tom Poole b5f1beef7f Projucer: Better setting of the default macOS SDK value 5 years ago
  ed f402a3fc08 Moved the call to std::condition_variable::notify_all() inside of the lock scope in WaitableEvent::signal() to prevent a deadlock 5 years ago
  Tom Poole 26027ca9c3 macOS: Use CVDisplayLink to drive OpenGL 5 years ago
  Tom Poole 75da0ef5cb DemoRunner: Fixed a layout bug in the fonts demo 5 years ago
  Tom Poole 5ad8b1a50c macOS: Fixed an issue setting the CTFrame size for AttributedStrings 5 years ago
  Tom Poole 1d2fc2ddd5 macOS: Fixed an issue restoring graphics state after drawing an AttributedString 5 years ago
  Tom Poole 008f097e12 Windows: Fixed a DirectWrite justification bug 5 years ago
  Tom Poole c8fffa9044 Re-saved all projects 5 years ago
  Tom Poole 2c4ccf7b77 Projucer: Fixed an issue when using the macOS hardened runtime in plug-in projects 5 years ago
  reuk 7d2310795f Threadsafety improvements 5 years ago
  Tom Poole a268860713 AU: Improved the behaviour of setting and recalling presets 5 years ago
  Tom Poole 54e1004957 Added FMA3 and FMA4 instruction detection 5 years ago
  ed 859315fe4f Added a removeAudioDeviceType() method to AudioDeviceManager and made the ownership semantics of addAudioDeviceType() clearer 5 years ago
  ed 57d3cc6166 Added Vienna Ensemble Pro detection to PluginHostType 5 years ago
  ed f312c96f24 Re-saved all projects 5 years ago
  ed c2f4da50b5 Android: Updated the JuceSharingContentProvider bytecode 5 years ago
  ed 2916812581 Added a readWaitEvent and writeWaitEvent to ReadWriteLock to fix a race condition 5 years ago
  ed c964a842b1 Replaced WaitableEvent internals with std::condition_variable 5 years ago
  ed 971fc8e589 Fixed a potential double deletion in ComponentAnimator::AnimationTask 5 years ago
  Tom Poole 147bbef730 Projucer: Removed an unused function 5 years ago
  Tom Poole fd60158af1 macOS: Fixed some compiler warnings 5 years ago
  Tom Poole 4859b47f58 Updated the documentation 5 years ago
  ed aeaae3b44b Projucer: Ensure that new project windows are always fully onscreen 5 years ago
  Tom Poole 1650b1c175 Updated the InterAppAudio example to use the new APVTS getRawParameterValue method 5 years ago
  ed 0b714fad47 Updated the documentation of AudioFormat::createWriterFor() 5 years ago
  ed 570323daa5 Windows: Removed WSAPoll from the Socket classes as it does not report failed connections 5 years ago
  reuk 70ddcd16e6 APVTS: Use atomic floats for current parameter states 5 years ago
  ed eb780b56b8 Windows: Dynamically load WSAPoll method from Ws2_32.dll to restore compatibility with older Windows versions 5 years ago
  ed 978faaca83 Added Reason detection to PluginHostType 5 years ago
  reuk 6a27649a85 AudioProcessorGraph: Fixed an issue where processBlock could be called simultaneously with releaseResources 5 years ago