7111 Commits (cbc0ed304b32b26ec1ada94c368f458c3d22ca5c)
 

Author SHA1 Message Date
  hogliux b729764ba6 Fix a bug in URL::findEndOfScheme 9 years ago
  jules 6fc1242ca5 Added some constructors to ReferenceCountedObjectPtr and ScopedPointer that specialise for std::nullptr_t. As well as being more optimal, this has the added bonus of forcing people to correctly use nullptr instead of '0'. 9 years ago
  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 e4592d132f Projucer: tweak to the way GCC -D flags are generated 9 years ago
  jules 8a9fbc38f9 Resaved some project files 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 b46be0f871 Change projucer version to match JUCE version 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 2be34b312a Added some linux build files to the .gitignore 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 1f6fa5cc3b Re-save all projects 9 years ago
  hogliux b1a7441bcc Align manufacturer code of sample plug-ins in JUCE repo ('ROLI') 9 years ago
  hogliux 70ed6eb69c Add original four-char code as comment next to hex literal in AppConfig.h 9 years ago
  hogliux adfc6e9e80 Re-save projects 9 years ago
  hogliux b6f4d353e8 Avoid char literals in auto-generated AppConfig.h files 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