7044 Commits (997b217179bc5b60e13fb78853ff9839dfcd664c)

Author SHA1 Message Date
  ed 2f6053b64e Android: Removed hard dependency on billing client library 6 years ago
  ed a54da0b832 Fixed some more typos 6 years ago
  ed 605d0978ce Android: Acquire the MulticastLock when using the NetworkServiceDiscovery::AvailableServiceList class to ensure that multicast packets are received on all devices 6 years ago
  ed 027e12e3a6 Android: Replaced deprecated AIDL in-app billing code with Google Play Billing library 6 years ago
  ed bad6500424 Added activeEditorLock to AudioProcessor to replace callbackLock when accessing its activeEditor member to prevent priority inversion issues 6 years ago
  ed e36736e0ec Fixed some typos 6 years ago
  ed 496516fd1a Fixed a couple of typos in the ComboBox documentation 6 years ago
  Tom Poole 1610d79314 VST3: Fixed a hosting parameter order bug 6 years ago
  Tom Poole b1aaff50e1 CLion: Fixed a Rez error 6 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 6 years ago
  Tom Poole 26027ca9c3 macOS: Use CVDisplayLink to drive OpenGL 6 years ago
  Tom Poole 5ad8b1a50c macOS: Fixed an issue setting the CTFrame size for AttributedStrings 6 years ago
  Tom Poole 1d2fc2ddd5 macOS: Fixed an issue restoring graphics state after drawing an AttributedString 6 years ago
  Tom Poole 008f097e12 Windows: Fixed a DirectWrite justification bug 6 years ago
  reuk 7d2310795f Threadsafety improvements 6 years ago
  Tom Poole a268860713 AU: Improved the behaviour of setting and recalling presets 6 years ago
  Tom Poole 54e1004957 Added FMA3 and FMA4 instruction detection 6 years ago
  ed 859315fe4f Added a removeAudioDeviceType() method to AudioDeviceManager and made the ownership semantics of addAudioDeviceType() clearer 6 years ago
  ed 57d3cc6166 Added Vienna Ensemble Pro detection to PluginHostType 6 years ago
  ed c2f4da50b5 Android: Updated the JuceSharingContentProvider bytecode 6 years ago
  ed 2916812581 Added a readWaitEvent and writeWaitEvent to ReadWriteLock to fix a race condition 6 years ago
  ed c964a842b1 Replaced WaitableEvent internals with std::condition_variable 6 years ago
  ed 971fc8e589 Fixed a potential double deletion in ComponentAnimator::AnimationTask 6 years ago
  Tom Poole fd60158af1 macOS: Fixed some compiler warnings 6 years ago
  Tom Poole 4859b47f58 Updated the documentation 6 years ago
  ed 0b714fad47 Updated the documentation of AudioFormat::createWriterFor() 6 years ago
  ed 570323daa5 Windows: Removed WSAPoll from the Socket classes as it does not report failed connections 6 years ago
  reuk 70ddcd16e6 APVTS: Use atomic floats for current parameter states 6 years ago
  ed eb780b56b8 Windows: Dynamically load WSAPoll method from Ws2_32.dll to restore compatibility with older Windows versions 6 years ago
  ed 978faaca83 Added Reason detection to PluginHostType 6 years ago
  reuk 6a27649a85 AudioProcessorGraph: Fixed an issue where processBlock could be called simultaneously with releaseResources 6 years ago
  Tom Poole 5e209b37d3 AudioProcessorGraph: Fixed some thread safety issues 6 years ago
  ed c46194d08b Windows: Fixed a deadlock that could occur when dispatching messages from the overflow queue 6 years ago
  jules 31e82060f1 Removed dependency on libalchemy for Bela support 6 years ago
  ed 0273a4ad18 Fixed a config name mismatch in juce_events.h 6 years ago
  Tom Poole 17275dbf8f ComboBox: Added a repaint call to showPopupIfNotActive 6 years ago
  Tom Poole 98f4056d6e AudioProcessorParameterGroup: Improved the documentation 6 years ago
  ed c898376158 Check for UNC paths when normalising separators in File::parseAbsolutePath() 6 years ago
  ed a8e592d8a8 VST3: Scale the ContextMenu coords correctly in DPI-aware hosts 6 years ago
  Tom Poole d00d23139c VST3: Added the ability to change parameter names at runtime 6 years ago
  jules 9b64141c93 Small fix to use of JUCEApplicationBase::quit() in linux event thread code 6 years ago
  ed ecbab99917 Normalise file separators in File::parseAbsolutePath() 6 years ago
  Tom Poole 1adcc26ca6 VST3: Fixed an issue with non-contiguous IO buses 6 years ago
  ed 5b65b33280 Make sure scrollbar listeners are updated in Viewport::updateVisibleArea() 6 years ago
  ed e095248d6d Added Cubase 10.5 detection to PluginHostType 6 years ago
  Tom Poole 24d7a9a342 Updated some deprecated code use 6 years ago
  ed e18f6da884 Added setImage() builder methods to PopupMenu::Item 6 years ago
  ed 35023af7ff Windows: Removed an ancient workaround when getting the input/output latencies of an ASIO device 6 years ago
  Tom Poole 7ebaac9827 Added a JUCE_AU_WRAPPERS_SAVE_PROGRAM_STATES option to the juce_audio_plugin_client module 6 years ago
  Tom Poole 0ceadf510b Fixed compatibility with JUCE_FORCE_LEGACY_PARAMETER_AUTOMATION_TYPE 6 years ago