6338 Commits (2be34b312a9d599a83ef17cde238314dd1b8fe0b)
 

Author SHA1 Message Date
  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
  hogliux 6810791645 Make sure that the legacy AU rez file is correct for midi effect AUs 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 3ddd2db037 Allow access to all URLs in the JUCE Demo 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
  Timur Doumler 94817734a6 Added *.xcscmblueprint to gitignore (a type of file generated by Xcode). 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
  Timur Doumler 920c19daab UnitTest: added new functions expectNotEquals, expectGreaterThan, expectLessThan, expectGreaterOrEquals, expectLessOrEquals. 9 years ago
  jules 58ca0673c4 Avoided spacer components in a ToolBar getting keyboard focus 9 years ago
  jules 7abbf67a1a Tweaked the iOS audio device to make the default buffer size play in the simulator 9 years ago
  stefan.graenitz 61e71eb1dc Add incremental linking option for Visual Studio exporters 9 years ago
  stefan.graenitz e8da23d43b Enable live comilation for Windows 9 years ago
  jules b841406324 Fixed a compiler warning 9 years ago
  Timur Doumler b4e1e68869 UnitTest: added method expectWithinAbsoluteError for floating point comparisons. 9 years ago
  jules 74554a206c Improved performance of some BigInteger methods by adding Montgomery Multiplication and extended Euclidan algorithms 9 years ago
  jules 565d664c58 Fixed a typo in a comment 9 years ago