8195 Commits (ca16bf44b86cdfcd167bf557fd68a6d6727ed9fe)

Author SHA1 Message Date
  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 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 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 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 3e606cc378 Update code 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 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
  reuk 8f1ba916ff
VST3 Host: Set content scale before opening plugin window for the first time 3 years ago
  reuk 61cdcff2e9
VST3 Host: Ensure requested size is applied, even when plugin does not support scaling 3 years ago
  reuk ebf86b5f35
VST3 Host: Correctly size unscalable editors when DPI changes 3 years ago
  reuk 9bec8e633a
VST3 Host: Ensure that plugins open with their top left corner in the right position 3 years ago
  reuk 72f3a15616
HWNDComponentPeer: Avoid auto-scaling child hwnds 3 years ago
  reuk 7cd04f7d74
Windowing: Refactor DPI-related function loading 3 years ago
  ed a87dd82ca2 Prevent optimisation of floating-point status register value in FloatVectorOperations::setFpStatusRegister() 3 years ago
  ed 8d72e7fccc Linux: Update displays when DPI settings change 3 years ago
  ed 70d36f06db Linux: Implement dark mode detection 3 years ago
  ed 3d282c1078 Desktop: Deprecate isOSXDarkModeActive() and add isDarkModeActive() for other platforms 3 years ago
  ed ea35602f18 X11: Use XSettings to respond to window scale factor changes 3 years ago
  ed f69de31094 X11: Add XSettings class for parsing and storing display settings according to the XSETTINGS specification 3 years ago
  ed 5e44bc39e0 X11: Pass Display instance to GetXProperty constructor 3 years ago
  ed b9542ccc4c Update code to use C++14 [[deprecated]] attribute 3 years ago
  ed a435026b24 macOS: Use available keyword instead of preprocessor version checks where possible 3 years ago
  ed 291f88abb2 macOS/iOS: Suppress and fix unguarded availability warnings 3 years ago
  ed 1658d3f9ab Obj-C++: Remove JUCE_OBJC_HAS_AVAILABLE_FEATURE define 3 years ago
  ed d39d0f4885 Docs: Fix some Doxygen warnings 3 years ago
  Tom Poole 2c8ec9dae1 Fix a documentation typo 3 years ago
  ed aacca9b23c VST3 Host: Fix some issues with FabFilter plug-ins in DPI-aware Windows hosts 3 years ago
  ed 8d75a7a400 Fix auxiliary desktop windows scaling and centring when Desktop::globalScaleFactor != 1.0 3 years ago
  ed 46a4dc95a1 Accessibility: Fix potential infinite recursive component keyboard focus loop 3 years ago
  ed c933ad5a16 Accessibility: Fix issue with ListBox selection duplication 3 years ago
  ed 5801cf7d09 Accessibility: Fix issue with ListBox custom components not being accessible 3 years ago
  ed 2c02ba9723 macOS: Fix compile error when using C++20 language standard 3 years ago
  ed ef6218f6b7 Take MessageManagerLock in FocusTraverser and KeyboardFocusTraverser unit tests 3 years ago
  reuk fad3490946
DelayLine: Add function to retrieve the maximum possible delay time 3 years ago
  reuk 4c95897ad3
XWindowSystem: Only dismiss transient modal windows when other windows are moved or resized 3 years ago