7494 Commits (1fbd6dff9b005c4e33ac302e00aef24c3afedf14)

Author SHA1 Message Date
  Tom Poole 1fbd6dff9b VST3: Fixed invalid AudioProcessorParameterGroup unit IDs 5 years ago
  reuk 5354d01a89 X11: Properly escape "+" symbols in dragged/dropped filenames 5 years ago
  reuk dc3e0d1571
SystemStats: Fix `getOperatingSystemType` assertion on macOS 11.1 5 years ago
  reuk f3a69664d6
OSC: Update docs 5 years ago
  reuk cd41e31cb5
DSP: Ensure that IRs are loaded immediately when Convolution is prepared 5 years ago
  reuk 41ec486dd0
FileChooser: Show desktop folder if requested folder does not exist 5 years ago
  reuk e403e330ef
DSP: Make FixedSizeFunction public 5 years ago
  reuk dadac11ffd
MIDI: Fix naming to match JCS in SysEx7::Kind enum 5 years ago
  reuk c540fa4241
DSP: Slightly tidied filter-design function 5 years ago
  Ivan Cohen b2e49bc7e8
DSP: Solved an issue with FilterDesign::designFIRLowpassHalfBandEquirippleMethod for low amplitudedB and normalisationTransitionWidth close to 0.5 5 years ago
  ed 088e100c1f Narrowed the scoped of some undeclared Objective-C selector warnings 5 years ago
  ed 30f8594ecf macOS: Fixed an incorrect selector in JuceNSViewClass 5 years ago
  ed 3a908f848a macOS: Fixed an incorrect selector in the WKWebView delegate class 5 years ago
  ed dc21f6fdad macOS: Fixed 10.11 compatibility in the WKWebView code 5 years ago
  Tom Poole 56373bcc07 Restricted some disabled warning regions 5 years ago
  ed a7667077f8 Android: Fixed a crash when juce_gui_extra is not present 5 years ago
  ed 47a0dc81f6 macOS: Fixed 10.7 compatibility 5 years ago
  ed 0f975ee482 Added a way to specify some space between PropertyComponents in a PropertyPanel 5 years ago
  reuk 9032f589eb
CoreMIDI: Enable support for new API 5 years ago
  reuk 051f49c52e
WAV: Fail gracefully on unsupported bit depths 5 years ago
  reuk 17dc5f7a92
MP3: Fail gracefully on unsupported mp3 formats 5 years ago
  reuk 5d26b6a20f
Aiff: Fix extremely slow loads of pathological files 5 years ago
  reuk f59785606c
MPEInstrument: Reset last received values when setting a new MPE zone layout 5 years ago
  reuk eaf82243a2
WebBrowser: Fix deprecation warnings on macOS 5 years ago
  ed 9d0a97c33c Ensure that modal components set auto-delete when dismissed are properly cleaned up 5 years ago
  Tom Poole 5929103a29 Bump version number to 6.0.5 5 years ago
  reuk 6ac0e90e58
FileChooser: Allow new filechooser to load paths containing unicode characters 5 years ago
  ed 7053df4b5b iOS: Fixed incorrect desktop window position 5 years ago
  ed 45a2e57bf9 macOS: Add Foundation to juce_core OSXFrameworks 5 years ago
  ed 142a52f9b8 Unquote command-line arguments when adding them to ArgumentList 5 years ago
  ed 3a3ef41ad5 Added <array> to juce_StandardHeader.h and removed some unnecessary includes from juce_analytics and juce_dsp 5 years ago
  ed 4de5726775 Android: Don't assert on device type 25 which seems to be valid when debugging from Android Studio (although undocumented) 5 years ago
  ed e4c3d53c7a Android: Request ACCESS_FINE_LOCATION permission when using Bluetooth 5 years ago
  ed 9005c81f47 Windows: Fixed a potential crash in the DirectWrite TextLayout::createNativeLayout() implementation 5 years ago
  reuk 5a19a7c8e8 IPC: Fix potential deadlock in win32 NamedPipe implementation 5 years ago
  reuk c5136d28b7 NamedPipe: Avoid spurious test failures due to pipe name collisions 5 years ago
  reuk ac612693aa NamedPipe: Fix potential vptr data-race in unit tests 5 years ago
  reuk 389e7436ef
IPC: Add some missing locks in native NamedPipe implementations 5 years ago
  reuk 9b90398cf9
IPC: Fix occasional windows crash 5 years ago
  reuk 84be2fea9a
IPC: Avoid deadlocks when destroying pipes 5 years ago
  reuk 472fac976b
IPC: Prevent disconnection while a read is in progress 5 years ago
  reuk a70101e3ec
IPC: Allow setting custom timeouts in disconnect 5 years ago
  reuk 750c982c1d
Camera: Warn when adding a preview component after starting capture on macOS 5 years ago
  reuk f1362dbb93
Camera: Make `addListener` trigger continuous photo capture on iOS 5 years ago
  ed 8ee13b78ba Avoid drawing TextEditor "empty" text when it isn't visible 5 years ago
  ed e0883ace58 macOS: Updated the required deployment target for WKWebView 5 years ago
  reuk 43c692e20d
DSP: Fix typo in Convolution docs 5 years ago
  ed 36f1197536 macOS: Forward key events from WKWebView correctly 5 years ago
  ed 5ae32084a7 Made the assertion in the Timer destructor slightly less strict 5 years ago
  ed 884f2c1332 Windows: Use Thread::sleep() instead of yield() when waiting for ChildProcess output to avoid eating CPU 5 years ago