10728 Commits (c8c14516d59d17c604a612c3b6a9e69f15d699e2)
 

Author SHA1 Message Date
  ed c8c14516d5 Scale mouse position when calculating parent area for PopupMenu window 5 years ago
  ed 28eddda1d9 Check that juce_gui_basics module is available when declaring Process::setDockIconVisible() to fix potential linker error 5 years ago
  Tom Poole e0af085014 Fixed a typo 5 years ago
  Tom Poole e1ded7cc08 Added a macOS text alignment issue to the breaking changes doc. 5 years ago
  ed 78e2892ba9 Added some missing documentation tags 5 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 5 years ago
  ed 7484ac3dd3 Projucer: Updated all project templates to use include search path when including JuceHeader.h 5 years ago
  ed 7d330ab782 Always #include JuceHeader.h from the include search path 5 years ago
  ed a313357d39 Update DragAndDropTarget::SourceDetails::localPosition before calling DragAndDropContainer::dragOperationStarted() 5 years ago
  ed c5e515aff4 Projucer: Rescan modules after setting global path when creating a new project 5 years ago
  ed 7a25bc9961 Projucer: Updated the documentation for the "Strip Local Symbols" Xcode exporter setting 5 years ago
  ed 8ce79e20e7 macOS: Fixed a bug causing hidden NSWindows to become unhidden when the app regains focus 5 years ago
  ed e58f264c07 Added a MouseEvent::mouseWasDraggedSinceMouseDown() check in ConcertinaPanel::PanelHolder::mouseDrag() 5 years ago
  ed 44428a399d Updated the documentation for AudioProcessorGraph::addNode() 5 years ago
  Tom Poole 47f138464f macOS: Fixed a CoreGraphics text layout bug 5 years ago
  ed 161e5cd1c3 Projucer: Updated Android SDK/NDK fallback paths on Windows 5 years ago
  ed 664e08f796 Projucer: Avoid hitting an assertion when keeping windows onscreen 5 years ago
  ed 80d819ccf2 Added Assets folder as an Xcode resource in the DemoRunner 5 years ago
  ed 4b118bb45b Added a MIDI output node to the AudioPluginHost 5 years ago
  ed b2d8f45e14 Fixed a potential data race in OpenGLContext::CachedImage 5 years ago
  Tom Poole 379e8410fb AAX: Fixed a ppqPosition bug 5 years ago
  ed c8bceee365 macOS: Fixed some spurious dynamic_cast warnings when loading dynamic libraries 5 years ago
  ed 0eed5f0e33 Projucer: Update exporter paths when setting is changed 5 years ago
  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