12503 Commits (cdbefa3b51e2084b51e7ec506984f263708f8537)
 

Author SHA1 Message Date
  ed 70968d46c8 TreeView: Coalesce item position recalculation to fix performance issues with large trees 3 years ago
  ed e612481771 HeapBlock: Relax size constructor constraints to allow enums 3 years ago
  ed d9eb2022ed POSIX: Fix overflow when setting hi-res timer thread period on macOS/iOS 3 years ago
  attila 175de90c49 DropShadower: Fix issue with shadows disappearing in TabbedComponent 3 years ago
  Attila Szarvas 50f3415885 ExtensionsVisitor: use forward declared types instead of void* for format-specific pointers 3 years ago
  ed 0de0a2648e Projucer: Fix a crash in BinaryResources::browseForResource() 3 years ago
  ed b3a6e796f9 Fix potential nullptr dereference in Slider::ScopedDragNotification destructor 3 years ago
  ed 3fac215534 Component: Give away keyboard focus when disabled 3 years ago
  ed a852f4f45f Component: Only pass mouse wheel and magnify events up to enabled parents 3 years ago
  ed 7a8a4944cb ComboBox: Hide active menu when disabled 3 years ago
  ed 0000771751 Accessibility: Report Button on/off state via AccessibilityValueInterface 3 years ago
  ed e6360ca4cf Accessibility: Send AccessibilityEvent::valueChanged when ComboBox selection is changed 3 years ago
  ed 0b844b7d88 Windows Accessibility: Implement AccessibilityEvent::valueChanged 3 years ago
  ed f70fd14065 iOS Accessibility: Implement accessibilityPerformEscape gesture to dismiss modals 3 years ago
  ed bc64c30df6 Accessibility: Use more specific AccessibilityRole::dialogWindow for CallOutBox 3 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 3 years ago
  ed e1d1dd380c iOS: Fix compatibility when targeting older SDK versions 3 years ago
  reuk f5f834f758
CompilerWarnings: Update minimum supported clang version for JUCE_BEGIN_NO_SANITIZE 3 years ago
  reuk 64edc62ee5
CMake: Update docs to add guidance about source groups 3 years ago
  reuk d286e690b2
PluginListComponent: Disallow scanning VST3 plugins on background threads 3 years ago
  reuk 47dcc31e77
VST3 Client: Allow setting latency from inside prepareToPlay 3 years ago
  ed ca16bf44b8 Add comment above AppleClang workaround in FloatVectorOperations::setFpStatusRegister() 3 years ago
  ed 051e0ed6d6 Fix leak on MultiDocumentPanel destruction 3 years ago
  ed f2b9ab15d8 iOS: Use UIPasteboard string property in SystemClipboard::getTextFromClipboard() to ensure that only NSStrings are retrieved 3 years ago
  reuk 96612b12d8
VST Host: Ensure parent window is showing before attempting to open an editor 3 years ago
  reuk c456d0c373
Projucer: Set EXCLUDED_ARCHS for compatibility with newer Xcodes 3 years ago
  reuk 28a1bc54f9
ProcessSpec: Add equality operators 3 years ago
  reuk e797c993a8
AAX Client: Add dirty state reporting via updateHostDisplay 3 years ago
  reuk 294caba2b5
VST3: Add dirty-state set/get 3 years ago
  reuk 832bbed8c3
VST3: Fix error when building VST3 plugins 3 years ago
  reuk 752a676fa6
ImageCache: Avoid data race on impl when accessing cache from a background thread 3 years ago
  reuk 4b57909fb0
Singleton: Fix thread sanitizer warning about race on "instance" data member 3 years ago
  reuk eb3c3ed27c
AudioTransportSource: Fix thread sanitizer warnings 3 years ago
  reuk a62d4c6a5a
CoreAudioFormat: Allow specifying stream kind hints 3 years ago
  reuk 8bacf8c15c
Projucer: Default to "Sign to Run Locally" when no signing identity is specified 3 years ago
  reuk 4a3ea2721d
Refactoring: Use any_of(), all_of() or, none_of() instead of find_if() where possible 3 years ago
  reuk c1cd432703
Mac Menu: Avoid errant beeps when triggering menu items 3 years ago
  ed ad8868ad7b Demos: Update SIMDRegisterDemo to use new AudioData interleaving/deinterleaving API 3 years ago
  ed 69d4e0186f Update code to use new AudioData interleaving/deinterleaving API 3 years ago
  ed d9a3a2605d Improve AudioData interleaving/deinterleaving helper methods API and add docs 3 years ago
  ed 95b1dce49c Projucer: Fix open documents not closing when no callback is provided 3 years ago
  ed 3e606cc378 Update code to use new AudioData interleaving/deinterleaving helper methods 3 years ago
  ed de64263416 Demos: Update SIMDRegisterDemo to use new AudioData interleaving/deinterleaving helper methods 3 years ago
  ed 52025f9756 AudioData: Add helper methods for interleaving/deinterleaving samples 3 years ago
  ed bb9b24d048 Re-save all projects 3 years ago
  ed 8feec44431 Projucer: Add some required fields to the generated AndroidManifest.xml file 3 years ago
  ed f899b65315 Docs: Exclude top-level std namespace when building docs 3 years ago
  ed 05b49da0fe macOS: Silence some deprecation warnings 3 years ago
  ed 6da59e87a3 Fix float_Pi deprecation warning typo 3 years ago
  reuk 462c3a8dd4
VST Host: Ensure editor windows open at correct size 3 years ago