8219 Commits (d59230aeccadece5e311ab290abfa2febc30ab05)

Author SHA1 Message Date
  reuk d59230aecc
AudioPluginFormat: Remove canScanOnBackgroundThread(), as it is not generally useful 4 years ago
  reuk d36c8b4c55
NamedPipe: Avoid early exits from writes on unavailable pipes 4 years ago
  reuk b41aeec9b1
Build: Fix arm64 gcc build warnings 4 years ago
  ed 428260a6fd Whitespace 4 years ago
  ed 7d1918b385 macOS/iOS: Replace compile-time deployment target checks with runtime checks using the available keyword 4 years ago
  ed 70968d46c8 TreeView: Coalesce item position recalculation to fix performance issues with large trees 4 years ago
  ed e612481771 HeapBlock: Relax size constructor constraints to allow enums 4 years ago
  ed d9eb2022ed POSIX: Fix overflow when setting hi-res timer thread period on macOS/iOS 4 years ago
  attila 175de90c49 DropShadower: Fix issue with shadows disappearing in TabbedComponent 4 years ago
  Attila Szarvas 50f3415885 ExtensionsVisitor: use forward declared types instead of void* for format-specific pointers 4 years ago
  ed b3a6e796f9 Fix potential nullptr dereference in Slider::ScopedDragNotification destructor 4 years ago
  ed 3fac215534 Component: Give away keyboard focus when disabled 4 years ago
  ed a852f4f45f Component: Only pass mouse wheel and magnify events up to enabled parents 4 years ago
  ed 7a8a4944cb ComboBox: Hide active menu when disabled 4 years ago
  ed 0000771751 Accessibility: Report Button on/off state via AccessibilityValueInterface 4 years ago
  ed e6360ca4cf Accessibility: Send AccessibilityEvent::valueChanged when ComboBox selection is changed 4 years ago
  ed 0b844b7d88 Windows Accessibility: Implement AccessibilityEvent::valueChanged 4 years ago
  ed f70fd14065 iOS Accessibility: Implement accessibilityPerformEscape gesture to dismiss modals 4 years ago
  ed bc64c30df6 Accessibility: Use more specific AccessibilityRole::dialogWindow for CallOutBox 4 years ago
  ed b8aa237463 Accessibility: Add Button::setToggleable() method for manually specifying that a button's on/off state is toggleable and should be exposed to accessibility clients 4 years ago
  ed e1d1dd380c iOS: Fix compatibility when targeting older SDK versions 4 years ago
  reuk f5f834f758
CompilerWarnings: Update minimum supported clang version for JUCE_BEGIN_NO_SANITIZE 4 years ago
  reuk d286e690b2
PluginListComponent: Disallow scanning VST3 plugins on background threads 4 years ago
  reuk 47dcc31e77
VST3 Client: Allow setting latency from inside prepareToPlay 4 years ago
  ed ca16bf44b8 Add comment above AppleClang workaround in FloatVectorOperations::setFpStatusRegister() 4 years ago
  ed 051e0ed6d6 Fix leak on MultiDocumentPanel destruction 4 years ago
  ed f2b9ab15d8 iOS: Use UIPasteboard string property in SystemClipboard::getTextFromClipboard() to ensure that only NSStrings are retrieved 4 years ago
  reuk 96612b12d8
VST Host: Ensure parent window is showing before attempting to open an editor 4 years ago
  reuk 28a1bc54f9
ProcessSpec: Add equality operators 4 years ago
  reuk e797c993a8
AAX Client: Add dirty state reporting via updateHostDisplay 4 years ago
  reuk 294caba2b5
VST3: Add dirty-state set/get 4 years ago
  reuk 832bbed8c3
VST3: Fix error when building VST3 plugins 4 years ago
  reuk 752a676fa6
ImageCache: Avoid data race on impl when accessing cache from a background thread 4 years ago
  reuk 4b57909fb0
Singleton: Fix thread sanitizer warning about race on "instance" data member 4 years ago
  reuk eb3c3ed27c
AudioTransportSource: Fix thread sanitizer warnings 4 years ago
  reuk a62d4c6a5a
CoreAudioFormat: Allow specifying stream kind hints 4 years ago
  reuk 4a3ea2721d
Refactoring: Use any_of(), all_of() or, none_of() instead of find_if() where possible 4 years ago
  reuk c1cd432703
Mac Menu: Avoid errant beeps when triggering menu items 4 years ago
  ed 69d4e0186f Update code to use new AudioData interleaving/deinterleaving API 4 years ago
  ed d9a3a2605d Improve AudioData interleaving/deinterleaving helper methods API and add docs 4 years ago
  ed 3e606cc378 Update code to use new AudioData interleaving/deinterleaving helper methods 4 years ago
  ed 52025f9756 AudioData: Add helper methods for interleaving/deinterleaving samples 4 years ago
  ed f899b65315 Docs: Exclude top-level std namespace when building docs 4 years ago
  ed 05b49da0fe macOS: Silence some deprecation warnings 4 years ago
  ed 6da59e87a3 Fix float_Pi deprecation warning typo 4 years ago
  reuk 462c3a8dd4
VST Host: Ensure editor windows open at correct size 4 years ago
  reuk 8f1ba916ff
VST3 Host: Set content scale before opening plugin window for the first time 4 years ago
  reuk 61cdcff2e9
VST3 Host: Ensure requested size is applied, even when plugin does not support scaling 4 years ago
  reuk ebf86b5f35
VST3 Host: Correctly size unscalable editors when DPI changes 4 years ago
  reuk 9bec8e633a
VST3 Host: Ensure that plugins open with their top left corner in the right position 4 years ago