7111 Commits (cbc0ed304b32b26ec1ada94c368f458c3d22ca5c)
 

Author SHA1 Message Date
  ed fb08261013 Fixed VS2013 warning in File::NaturalFileComparator struct 8 years ago
  jules 3516e45b44 Fixed a typo in littlefoot function argument passing 8 years ago
  tpoole 8cd578b0c6 Added the ability to set a custom BinaryData namespace in the Projucer 8 years ago
  jules 4d48dfed9d Removed a defunct comment 8 years ago
  tpoole e8a80efa5f Added Bitwig Studio to PluginHostType 8 years ago
  ed a0ed11ebee Made File::NaturalFileComparator::compareElements() method const 8 years ago
  ed cd752ed6af MidiFile::writeTo() method now returns false if unsuccessful 8 years ago
  hogliux f6727f204b Added label parameter to all AudioParameter constructors 8 years ago
  ed 36f561a8e5 Changed FileHelpers namespace to MacFileHelpers in juce_mac_Files.mm to be consistent with other native code 8 years ago
  ed e93eee0eb1 Added NaturalFileComparator struct to File. Reverted File::compareFilenames method to old behaviour. 8 years ago
  hogliux c5d3c26af6 Added workaround to fix a false re-save warning in the Projucer when saving a .jucer file on a network drive 8 years ago
  jules 1ecc6867cb Changed order of parameters in FlexItem::Margin constructor to match web standard ordering 8 years ago
  hogliux bd9697b687 Fixed a compiler error on older gcc versions 8 years ago
  hogliux a816a44686 Disabled Ableton Live's plug-in auto-suspend if the plug-in reports an infinite tail-time 8 years ago
  jules 8e768fc083 Added method littlefoot::Runner::isProgramValid() 8 years ago
  ed d6fc589b6d Reverted File::compareFilenames() method to not compare filenames naturally and added an optional argument to use a natural comparison 8 years ago
  ed fa7768ae2e Fixed Projucer live-build error with LittleFoot compiler 8 years ago
  jules c545b58f03 Added another constructor to FlexItem::Margin 8 years ago
  ed 17600a2902 Added copy constructor and copy assignment operator to MidiFile 8 years ago
  tpoole 8e7ed3ae7d Fixed MacOS 10.12 deprecations 8 years ago
  ed 18c896f45b Changed Line::getPointAlongLineProportionally method to work properly with integers 8 years ago
  hogliux 910cab77a1 Added a WaveLab workaround by adding tmp buffers when WaveLab lies about the number of channels we are getting 8 years ago
  hogliux b86e1331ac Fixed a bug where the AU/AUv3 wrapper would create a spurious input bus when no inputs where specified in the Projucer's legacy channel configuration field 8 years ago
  tpoole a3ef455696 Ignored deprecation warnings in the OS X VST3 SDK 8 years ago
  jules 0f01433773 Fixed an uninitialised variable in OnlineUnlockStatus 8 years ago
  hogliux 0ee2398eb5 Fixed compile error in recent commit on VS2015 8 years ago
  Timur Doumler 92c219fda5 OSC: fixed bug where, if one OSCBundle contains multiple OSCBundles, the second nested bundle was not read correctly and an exception was thrown as a result. 8 years ago
  Timur Doumler 3945f1d29b OSC: added unit tests for round-trip correctness (receiver to sender). 8 years ago
  hogliux 8313ba7a23 Added a workaround for DSP Quattro 8 years ago
  hogliux d91b07ccc3 Changed depcrecated use of old dragOperationStarted/Ended to be an error instead of a warning 8 years ago
  hogliux b5fb095696 Fixed a few VS2008 build errors 8 years ago
  tpoole 267cfb8966 Fixed scoping of a conditional 8 years ago
  tpoole 2ec8fb49d7 Fixed error restoring VST3 state in FL Studio 8 years ago
  tpoole acf554a895 Fixed erroneous assertion when saving VST3 states 8 years ago
  Timur Doumler 40dfba17db MPESynthesiser: Added interface to set tracking mode for pressure/pitchbend/timbre. 8 years ago
  jules 80778a8b65 Fixed a couple of compiler warnings in the LittleFoot runner class 8 years ago
  ed 7bd5c05216 Fixed touch event bug on Windows where touches weren't being received when a modal dialog was open. 8 years ago
  hogliux 0df1e0b5a9 Added sourceDetails parameter to dragOperationStarted and dragOperationEnded 8 years ago
  tpoole 2f00cb1b75 Tidied up ListenerList tests 8 years ago
  tpoole 12256536a3 Fixed bug when setting AudioProcessorValueTreeState values before listeners are registered 8 years ago
  hogliux 6340e541f0 Fixed a bug where StreamingSocket::isLocal would only return true if it was connected to 127.0.0.1 8 years ago
  ed 1e2cb6f6f7 Changed documentation for OutputStream::setNewLineString() to remove mention of non-existent writeNewLine() method 8 years ago
  ed b517884862 Fixed MSCV2015 compiler warning in VST3 wrapper 8 years ago
  tpoole c43ca07f1c Fixed a typo in the BLOCKS documentation 8 years ago
  hogliux 284bc706c9 Added a workaround for WaveLab invisible editor bug 8 years ago
  ed 2f5b8e5f9f Changed File::compareFilenames() method to use String::compareNatural() and added argument to String::compareNatural() for case sensitivity 8 years ago
  hogliux 27dd79468c Added missing const qualifier to AudioDeviceManager::getAudioDeviceSetup 8 years ago
  hogliux da5805fb48 Fixed a race condition in iOS DownloadTask implementation 8 years ago
  tpoole 119640f55f Fixed positioning of VST3 windows in Reaper 8 years ago
  hogliux c0987f2b32 Fixed a false positive in ASAN in a recent bug fix commit to OSXTypeface 8 years ago