9964 Commits (c89194f84d0e3ed18ef53dbdfa618d6e56c48adc)
 

Author SHA1 Message Date
  Tom Poole 8782bdd6ba Fixed a bug handling queued analytics events after a failed server connection attempt 7 years ago
  hogliux 825320dafa Adding missing locks in ListenerList when the underlying array of the ListenerList uses a CriticalSection 7 years ago
  ed a7b1720df0 Fixed a couple more documentation typos 7 years ago
  ed d1ed072622 Ensure that pressing the escape key always dismisses an AlertWindow 7 years ago
  ed fef47b8f68 Fixed a documentation typo 7 years ago
  Lukasz Kozakiewicz 2dd1a80469 Camera: bring back CameraDevice::Listener for users wanting to process individual frames. Fix a typo too. 7 years ago
  hogliux b719acf3e2 DSP: Fixed various undefined behavior in SIMDRegister 7 years ago
  Rachel Susser 8281a29bc9 Bugfix: BlockTopology::operator== now does unordered connection comparison 7 years ago
  Lukasz Kozakiewicz 772185f2b0 Add camera support for iOS and Android. 7 years ago
  Lukasz Kozakiewicz bac6996d98 SparseSet: fix removeRange() and add unit tests. 7 years ago
  ed f69b9eb884 Add a config flag to juce_audio_processors for enabling LADSPA plugin hosting and enable it in AudioPluginHost 7 years ago
  hogliux f0e035f742 Fixed a compiler error in the DSP module when using clang C++17 support 7 years ago
  hogliux 269c1f27fd Win32: Fixed a bug where certain unicode characters (> 0x8000) would not be displayed correctly on Windows 7 years ago
  ed 40c948826c Added some braces in juce_Grid.cpp to work around a VS2015 compiler bug 7 years ago
  hogliux f639b7b149 macOS/iOS: Continue to use text layout fallback for fonts loaded from memory 7 years ago
  jules 13a6acfe15 Added some hashing support for the Uuid class 7 years ago
  jules aa7d7aee78 Tweaked AudioDeviceManager::getXRunCount() to take into account xruns from both the device and the manager's measurements 7 years ago
  jules 92e97624b1 ASLA: reversed the order in which input and output devices are opened, in response to reports of flaky drivers which can't handle doing the outputs first. 7 years ago
  jules f4e3eafc78 Added support for floating point modulo to the javascript interpreter 7 years ago
  ed 940a68f7fe Removed some debug statements 7 years ago
  Tom Poole cbfcb53274 Tweaked the layout of MidiInputSelectorComponentListBox 7 years ago
  Lukasz Kozakiewicz 4597aa09c9 Android: by default, embed AndroidViewComponent’s native views as children rather than siblings of an underlying peer. 7 years ago
  Tom Poole 3a373cfa06 Increased the warning level when building DemoRunner on iOS 7 years ago
  ed 1e23f5fa25 Projucer: Fixed a bug causing AAX and RTAS categories to not be recalled correctly 7 years ago
  ed d72b58467f Copy JUCE examples directories to DemoRunner resources on Mac so that they can be found when sandboxed 7 years ago
  ed eed9fdffb0 Check for custom resources folder first in DemoUtilities.h createAssetInputStream() method on Mac 7 years ago
  ed d53171f0e9 Add "Assets" folder as a custom resource folder in AUv3SynthPlugin example on Mac so that the AUv3 passes auval 7 years ago
  ed f29fa75477 Projucer: Fixed the "Don't Add Resources Folder to App Extension" setting in the iOS exporter so that it does what it says and added the option to the Mac exporter 7 years ago
  hogliux bb78ed2006 Make sure that a recent dsp compiler warnings fix is only applied to newer gcc versions 7 years ago
  Tom Poole ac5d2e22f4 Added a "plug-in can do" callback to the VSTCallbackHandler interface 7 years ago
  Tom Poole 04e9b09359 Fixed a compiler warning 7 years ago
  Tom Poole 884f03aaa3 Added a missing plug-in capability when creating the AudioPluginDemo project 7 years ago
  hogliux d7528138cb DSP SIMD: Fixed a potential compiler error and warning on some versions of gcc and added a unit-test to test some untested comparison SIMD operations 7 years ago
  Tom Poole b2f32a712f Fixed a bug handling queued analytics events after a failed server connection attempt 7 years ago
  ed 040a3168f3 Projucer: Fix formatting in previous commit 7 years ago
  hogliux 0f7c867534 MidiKeyboadComponent: Fixed an assertion when translating the mouse position to a note velocity 7 years ago
  ed 12b90421b4 Projucer: Set extra plugin formats and characteristics of PIP examples 7 years ago
  Tom Poole 9f85d53c66 Made Sliders preserve their skews when updating their range 7 years ago
  Tom Poole 6f7f264d04 Fixed a layout bug in MidiInputSelectorComponentListBox 7 years ago
  ed be8395478f Fixed a couple of warnings in juce_VSTPluginFormat.cpp 7 years ago
  jules b8b6afd9ce Made toggle buttons call their state change listeners when its toggle state is changed remotely by a connected Value 7 years ago
  jules c6c709f796 Fixed a minor documentation typo 7 years ago
  jules 8454db395e Fixed a std::unique_ptr compile error 7 years ago
  Tom Poole 036458ed0a Fixed a bug migrating ScopedPointer to std::unique_ptr for Carbon based AUs 7 years ago
  Tom Poole ab863a6dc2 Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
  Tom Poole e6104e3fed Fixed a bug parsing wav cue metadata 7 years ago
  ed 1060e3a0c2 Projucer: Use widget colour id for MultiChoicePropertyComponent button text 7 years ago
  ed 9c17e6172a Ensure that MultiChoicePropertyComponent colours are visible 7 years ago
  hogliux 89ec1375f3 Adding missing locks in ListenerList when the underlying array of the ListenerList uses a CriticalSection 7 years ago
  Tom Poole 8ec069cabe Fixed a race condition in AudioProcessorGraph 7 years ago