3903 Commits (38c897f8a40db40bbb7071acdbb3595cbca644ba)

Author SHA1 Message Date
  hogliux 38c897f8a4 Return nullptr from URL::createInputStream if a request times out 9 years ago
  hogliux 2ca0c9200f Add beginParameterChangeGesture/endParameterChangeGesture support to GenericAudioProcessorEditor 9 years ago
  hogliux f7f35f5a28 Add fallback to legacy networking code for pre OS X 10.10 9 years ago
  hogliux 3461b12f7e Draw custom line ends if arrow width is zero 9 years ago
  jules 300485a147 Added a Javascript array indexOf method 9 years ago
  jules 31f935cc60 Added a new Graphics::drawImage method that takes a Rectangle<float> 9 years ago
  hogliux 3969000010 Avoid a compile error due to steinberg renaming a constant in their SDKs 9 years ago
  jules 14a9368506 AudioDeviceManager::initialiseFromXML(): made the default buffer size and sample rate default to ones supplied in the setup if not specified in the XML 9 years ago
  jules 5960afde1a Cleaned up a few functions in Graphics, and optimised drawEllipse when used for circles 9 years ago
  jules 6e0c1682ca Removed a defunct workaround for an obscure bug in old Windows PCI hardware 9 years ago
  jules d29608a65d Minor documentation corrections. 9 years ago
  hogliux d9a3e76518 Fix a warning in the previous commit 9 years ago
  hogliux f6cd130038 Add redirect support to NSURLSession code 9 years ago
  hogliux 1a40df99bc Revert commit d0c238d: Use getParameterText to respond to AU's kAudioUnitProperty_ParameterStringFromValue 9 years ago
  hogliux f7d7f8a204 Clear unused outputs when bypassing a plug-in 9 years ago
  jules 943c89dea6 Added some extra locking in the destructor of a Mac HTTP stream implementation 9 years ago
  jules 84810b72cc Fixed some code that used a C++11 function 9 years ago
  hogliux 1861c82a12 Add window property to JuceAppStartupDelegate 9 years ago
  jules 37cffb74ce Added a Javascript array splice method 9 years ago
  jules 16913f2cd6 Added a unit test 9 years ago
  jules 69a7506274 Made File remove any redundant "/./" subfolders of paths that it is given 9 years ago
  hogliux d0c238d41d Use getParameterText to respond to AU's kAudioUnitProperty_ParameterStringFromValue request when using the legacy parameter system 9 years ago
  jules 4097fab06c Fixed a silly typo! 9 years ago
  jules 021209e216 Changed ImagePixelData::clone to return a smart pointer rather than a raw one, to avoid a reference-count leak 9 years ago
  jules f8516f2e19 Refactored the OSX/iOS HTTP streaming code to use the newer NSURLSession API, and not older now-deprecated functions. 9 years ago
  hogliux 95c66f5659 Make sure timer is stopped before releasing a VST plugin 9 years ago
  jules a33abe657e Added method VSTPluginFormat::createCustomVSTFromMainCall() for loading in-process plugin code 9 years ago
  jules 8b1438a229 Made PopupMenu avoid overwriting a custom shortcut key description with one that comes from a command manager 9 years ago
  hogliux 329e54d21f Replace std::move with static_cast to fix errors in old compilers 9 years ago
  hogliux 58f2e1b9f2 Add support for isCurrentlyModal to detect if the current component is in a modal stack - regardless if foremost or not 9 years ago
  hogliux 042bd2be13 Fix identifying the scheme portion of a URL 9 years ago
  hogliux 72083c1bcf Do not represent the numpad divide key as a slash key character 9 years ago
  hogliux 16fde6798b Allow write access to all files if a user has effective root permissions on linux 9 years ago
  hogliux 074c90984e Fix minor typo in OS X function key mappings 9 years ago
  hogliux bb56ba4276 Add CRLF between JUCE http headers and user http headers 9 years ago
  hogliux cc6f0a1de6 Replace CR and CRLF endings with unix (LF) style endings in xml document as required by the W3 xml specification 9 years ago
  hogliux 4eec61469b Remove default keywords from MidiMessageSequence to be compatible with VS 2013 9 years ago
  hogliux 320c5b66c7 Add removeChannel to AudioChannelSet 9 years ago
  hogliux 5e0d3fdcbe Add possibility for an InterprocessConnectionServer to bind to a certain network address 9 years ago
  hogliux 54e23514dd Fix compile error in AAX wrapper 9 years ago
  hogliux 877d834c0c Fix compiler error on VS2015 in recent commit 9 years ago
  hogliux 9ecc1e9935 Fix an issue when hosting Waves plug-ins 9 years ago
  hogliux a0259ce408 Add support for plug-ins which do not want to use a resize corner 9 years ago
  hogliux c484a9ed55 Fix some minor warnings on OS X 32-bit 9 years ago
  hogliux 8cd6f49ea0 Add program change parameter to VST-3 plug-ins 9 years ago
  Timur Doumler fc69dc00db Changed addIfNotAlreadyThere method of all array classes to return a bool, indicating whether the object was added or not. 9 years ago
  jules 1a5f71b74d Added some logic to MidiDataConcatenator that avoids asserting on invalid input data 9 years ago
  jules ec40f0940c Updated version numbers in modules, and resaved example projects 9 years ago
  jules f58eda8f3e Added 32K as a supported ASIO sample rate 9 years ago
  Timur Doumler e993eb7225 Whitespace. 9 years ago