10705 Commits (cda97c65932524ab66ad9382fdb6c04edab7098c)
 

Author SHA1 Message Date
  ed 7cd71487e6 Whitespace 5 years ago
  ed 889cb627d5 Added ColourSelector::ColourSelectorOptions::editableColour flag to enable the colour preview box at the top of the component to be editable 5 years ago
  ed ce9bb8b605 Windows: Added an overflow buffer to the event loop to catch messages posted after hitting the PostMessage() limit 5 years ago
  ed 1fe5e49980 VST3: Additional thread-safety improvements 5 years ago
  ed 77529d94f3 VST3: Thread-safety improvements for parameter queue 5 years ago
  ed 621f6cb6a2 Guard against NaN errors in Component::internalRepaintUnchecked() 5 years ago
  ed 74b19b94b0 Projucer: Replaced a use of String::formatted() that was causing issues in the Android exporter 5 years ago
  ed 7b43ac0cfe VST3: Added a nullptr check before dereferencing juceVST3EditController in processParameterChanges() to fix a crash in Live 5 years ago
  ed 36187fb170 Android: Fixed a crash in PushNotifications 5 years ago
  ed 54ad9fca56 Updated some incorrect documentation for KeyPress 5 years ago
  ed b6eec9611d Android: Fixed a typo in the PushNotifications code 5 years ago
  Tom Poole 76cafd10d0 macOS: Fixed some issues targeting older operating systems 5 years ago
  ed b7c8ac3f3b Windows: Restored MinGW compatibility 5 years ago
  ed 91513f579d Removed a workaround in ADSR 5 years ago
  ed 8d75cc8064 iOS: Fixed a screen rotation bug on iOS 13 5 years ago
  ed 256b88142e Made AudioSourcePlayer::setGain() thread-safe 5 years ago
  cesare ff358fac27 Write errors to stderr 5 years ago
  Mike Toon 138ef9ff1f BLOCKS: Add LUMI 5 years ago
  Tom Poole 0b8beb7f93 Reduced the number of duplicate parameter ID check messages 5 years ago
  reuk 6a01077646 Colours: Fixed a static init order issue with predefined Colours 5 years ago
  ed 0d37bd8088 iOS: Support option and cmd keys in KeyPress::getTextDescription() and ::getTextDescriptionWithIcons() 5 years ago
  Mike Toon 58a4b94414 BLOCKS: Update default config and allow block model specific defaults 5 years ago
  Tom Poole 8b88fd7594 Projucer: Fixed an issue setting MacOS base SDKs and deployment targets 5 years ago
  ed 65be5bc9c5 macOS: Removed an SDK version guard for setting transparent window colours in the native peer code 5 years ago
  ed 288f2accc7 Projucer: Added VS2013 to the list of old exporters to be removed 5 years ago
  ed a2772569ec macOS: Added JUCE_COREGRAPHICS_DRAW_ASYNC flag to enable asynchronous drawing 5 years ago
  Tom Poole 85f76d2546 AudioBlock: Fixed an issue preventing usage with SIMDRegister 5 years ago
  ed 1237b8c831 Fixed an issue causing ComponentAnimator ProxyComponent to be blurry when transformed 5 years ago
  ed c74c9394e0 iOS: Support ModifierKeys::commandModifier flag 5 years ago
  ed d498575976 Fixed some SVG parsing bugs 5 years ago
  ed 1b001e7a76 macOS: Removed call to deprecated NSWorkspace openFile method 5 years ago
  ed 671196f13a Windows: Added fallbacks for rare occasions when the WinRTWrapper singleton has been deleted before the MidiService singleton 5 years ago
  Tom Poole e5210ae6f7 macOS: Fixed a complier warning 5 years ago
  ed 9c23f34c74 Revert "AU: Call refreshParameterList() when kAudioUnitProperty_ParameterList event is received" 5 years ago
  ed 2b53ff6c54 Added comments to clarify a24341d 5 years ago
  ed 4baf519700 Removed inconsistent asserts from Process::raisePrivilege() and ::lowerPrivilege() on macOS and Windows 5 years ago
  ed 4635e91603 AU: Support getting component description without a 'thng' resource in getComponentDescFromFile() 5 years ago
  ed 989d860428 Windows: Fixed a double-deletion when calling WebBrowserComponent::goToURL() with POST data 5 years ago
  ed e5c3837f05 Linux: Use plug-in name as preferred fallback if no JACK client name is defined 5 years ago
  ed dab4741eb3 Tidied up a few bits of graphics code with Graphics::ScopedSaveState 5 years ago
  ed 022e2e2bea Linux: Check for PointerRoot return in isFocused() 5 years ago
  ed a24341d2a7 Fixed clang -Wreturn-std-move-in-c++11 warnings 5 years ago
  ed 0da9ed11dc AU: Call refreshParameterList() when kAudioUnitProperty_ParameterList event is received 5 years ago
  ed e7dbf60fed VST2: Always set wantsMidiMessages to true for synth plug-ins 5 years ago
  ed a47dc92f51 VST3: Return kResultFalse from getMidiControllerAssignment() when JUCE_VST3_EMULATE_MIDI_CC_WITH_PARAMETERS=0 5 years ago
  ed 2b542dc701 AU: Don't set kAudioUnitProperty_AudioChannelLayout property on plug-ins that don't support it 5 years ago
  ed e86b1a8818 VST3: Don't add PluginDescription to results array if loadFrom() or initialize() fails 5 years ago
  ed 608001811f Fixed a typo in WinRT MIDI DeviceEnumerationThread 5 years ago
  Tom Poole ee4ec266e6 URL: Fixed an issue closing completed download tasks 5 years ago
  Tom Poole dff555b23a WAV: Fixed an issue parsing RF64 headers 5 years ago