8207 Commits (a852f4f45f7d49fd8c800983655609a089d90959)

Author SHA1 Message Date
  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
  reuk 72f3a15616
HWNDComponentPeer: Avoid auto-scaling child hwnds 4 years ago
  reuk 7cd04f7d74
Windowing: Refactor DPI-related function loading 4 years ago
  ed a87dd82ca2 Prevent optimisation of floating-point status register value in FloatVectorOperations::setFpStatusRegister() 4 years ago
  ed 8d72e7fccc Linux: Update displays when DPI settings change 4 years ago
  ed 70d36f06db Linux: Implement dark mode detection 4 years ago
  ed 3d282c1078 Desktop: Deprecate isOSXDarkModeActive() and add isDarkModeActive() for other platforms 4 years ago
  ed ea35602f18 X11: Use XSettings to respond to window scale factor changes 4 years ago
  ed f69de31094 X11: Add XSettings class for parsing and storing display settings according to the XSETTINGS specification 4 years ago
  ed 5e44bc39e0 X11: Pass Display instance to GetXProperty constructor 4 years ago
  ed b9542ccc4c Update code to use C++14 [[deprecated]] attribute 4 years ago
  ed a435026b24 macOS: Use available keyword instead of preprocessor version checks where possible 4 years ago
  ed 291f88abb2 macOS/iOS: Suppress and fix unguarded availability warnings 4 years ago