7072 Commits (0fa4738cc1f0fbeea9e45f9f2cd667d1cd215d46)

Author SHA1 Message Date
  ed 5bda9de977 Windows: Fixed some build errors and warnings when using Clang in Visual Studio 6 years ago
  ed 4446764fa9 Added a missing JUCE_API to OSCBundle::Element class 6 years ago
  ed efdccd8f1d macOS: Don't play alert sound if NSWindow is blocked by modal component in canBecomeKeyWindow() and canBecomeMainWindow() 6 years ago
  ed b40496f568 Fixed a bug when selecting the first row in a ListBox after a key down event 6 years ago
  ed 442478680b macOS: Fixed another spurious dynamic_cast warning in CoreGraphicsPixelData 6 years ago
  Tom Poole ef1eacccd3 Bump version number to 5.4.6 6 years ago
  Tom Poole 0831c718a2 macOS: Fixed some Projucer live-build issues on Catalina 6 years ago
  ed 306e793895 Windows: Avoid logging ASIO errors to the console twice 6 years ago
  ed da2cd2e619 Windows: Catch and report exception when releasing dodgy ASIO drivers 6 years ago
  ed b45ce09235 Standardised the licensing whitespace in module headers 6 years ago
  ed 90f9af3e2f Fixed a positioning bug in SidePanel::calculateBoundsInParent() 6 years ago
  ed dde8f4b68c Re-attach ResizableCornerComponent when calling AudioProcessorEditor::setContrainer() so the new constrainer is respected 6 years ago
  Tom Poole 9798f672c4 macOS: Renamed the CoreGraphicsImage class to avoid a symbol resolution issue in Pro Tools 6 years ago
  ed c8c14516d5 Scale mouse position when calculating parent area for PopupMenu window 6 years ago
  ed 28eddda1d9 Check that juce_gui_basics module is available when declaring Process::setDockIconVisible() to fix potential linker error 6 years ago
  ed 78e2892ba9 Added some missing documentation tags 6 years ago
  ed 133b068dcb Added support for selecting fewer input/output channels than the max supported by the plug-in in the standalone plug-in audio settings 6 years ago
  ed a313357d39 Update DragAndDropTarget::SourceDetails::localPosition before calling DragAndDropContainer::dragOperationStarted() 6 years ago
  ed 8ce79e20e7 macOS: Fixed a bug causing hidden NSWindows to become unhidden when the app regains focus 6 years ago
  ed e58f264c07 Added a MouseEvent::mouseWasDraggedSinceMouseDown() check in ConcertinaPanel::PanelHolder::mouseDrag() 6 years ago
  ed 44428a399d Updated the documentation for AudioProcessorGraph::addNode() 6 years ago
  Tom Poole 47f138464f macOS: Fixed a CoreGraphics text layout bug 6 years ago
  ed b2d8f45e14 Fixed a potential data race in OpenGLContext::CachedImage 6 years ago
  Tom Poole 379e8410fb AAX: Fixed a ppqPosition bug 6 years ago
  ed c8bceee365 macOS: Fixed some spurious dynamic_cast warnings when loading dynamic libraries 6 years ago
  ed cda97c6593 Windows: Refactored the internal message queue to avoid hitting the message limit 6 years ago
  ed eedb9e9833 Linux: Fixed an occasional bug causing the top-left of VST2 plug-ins to be incorrect 6 years ago
  reuk 5d1a5e804c ProcessorGraph: Fix issue where initialising empty graphs failed 6 years ago
  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