2015 Commits (16469fefe94dea41da1422ea27b657bdbe3d0e5b)

Author SHA1 Message Date
  jules 293aedac2f Fixed spelling. Added a few simple methods to Random, BigInteger and var. 12 years ago
  jules 0796c7afbc Avoided an assertion in linux native file chooser 12 years ago
  jules 0ff1e14b8b Added assertions to some array methods to avoid false alarms from Clang static analyser. 12 years ago
  jules 0e32a71644 Fix for MinGW builds. 12 years ago
  jules c24082ae49 ASIO: now sends a reset request when the device changes its sample rate. 12 years ago
  jules f43abb9757 FilenameComponent: if partial filenames are entered, these get interpreted relative to the CWD. 12 years ago
  jules 91d08bb7af Added VST hosting workarounds for plugins that return -1 as their current program index. 12 years ago
  jules 05cd003f4b Made Times New Roman the default serif font on Windows. 12 years ago
  jules 35f2c94339 Avoided a pedantic warning in VST code. 12 years ago
  jules 18a012f7db Optimised Array with some move-operators. 12 years ago
  jules 12bf054456 Version number update 12 years ago
  jules 19425a4502 Optimised a couple of XML and memory block functions. 12 years ago
  jules 94aca67a9b Fix for linux URL stream opening. 12 years ago
  jules 5818b89b04 Altered the method by which plugin UIs re-post carbon keyboard events. 12 years ago
  jules 4198291d9a Added method XmlElement::getChildByAttribute(). 12 years ago
  jules a811a80884 (Fixed a silly typo in the last commit) 12 years ago
  jules 4c9b1eff4f Improvements to handling of sample rates and buffer sizes in iOS audio. 12 years ago
  jules c62da6c983 Cleaned up some pedantic warnings in the iOS build. 12 years ago
  jules bb98c00d0d Avoided some pedantic compiler warnings in the audio plugin code. 12 years ago
  jules a97921a561 Changed the Slider popup component to get its colour settings from its parent slider. 12 years ago
  jules d43bcc09fe Removed a few pedantic warnings from the audio plugin build. 12 years ago
  jules b5d3582580 Added missing cast in float vec ops. 12 years ago
  jules b9198f4f88 Tweaked the Uuid class to make it compatible with RFC 4122 version 4. 12 years ago
  jules 5f9552c4ec Version number update 12 years ago
  jules a9aae9651b Big refactoring of the introjucer's module handling - removed the global module path, and each module now stores its path for each exporter. Rewrote all the UI for downloading + updating modules. 12 years ago
  jules 35286f06be Added a method FloatVectorOperations::negate(). 12 years ago
  jules ddf5394108 Renamed the folder containing the browser plugin module, to make the folder name match the module ID. 12 years ago
  jules 98f17ab4dc A few tweaks to support the MSVC DLL build. 12 years ago
  jules ec52acc609 Minor clean ups inside Random class and introjucer. 12 years ago
  jules c7cab8e020 Cleaned up some table look+feel code. 12 years ago
  jules 3e233c2f24 Updated LADSPA and plugin host demo for latest changes. 12 years ago
  jules 06a01c9497 Changed AudioPluginFormat::createInstanceFromDescription() to take sample rate + block size parameters. This allows it to pass them to the plugin earlier in its construction, as some plugins seem to be flaky if this doesn't happen. 12 years ago
  jules 278c5d0cb5 Added a bool PluginDescription::hasSharedContainer 12 years ago
  jules bfbc7d843a arm64 compile fix. 12 years ago
  jules 672283a1e4 Fix for iOS audio device closing. 12 years ago
  jules 354b5d38ae Added method MidiMessage::keySignatureMetaEvent 12 years ago
  jules 329127ad87 Changes to ResizableWindow to avoid flicker when first adding to desktop. 12 years ago
  jules b05c8413cf Tidied up some docs and added an AudioFormat constructor. 12 years ago
  jules 8a66ec83f0 Minor clean-ups. 12 years ago
  jules e7141058b7 Tab button background colour fix when no tabs present. 12 years ago
  jules 81c87652db Removed an incorrect assertion. 12 years ago
  jules 8809efcb7a A few tweaks to help the clang static analyser avoid false alarms. 12 years ago
  jules a9d15e04da Tightened up some array const-ness in AudioFormatWriter. 12 years ago
  jules 6aae0c798c Added sanity-checking in AudioProcessor to block parameter change calls with nonsense indexes (as seen being sent by some buggy plugins). Also improved AudioProcessor::copyXmlToBinary method. 12 years ago
  jules 4aa931def3 Improved locking on InterprocessConnection. 12 years ago
  jules 1451d555c1 Fix for arm-64 iOS. 12 years ago
  jules e9d5dec7bd Linux keyboard locale fix. 12 years ago
  jules 1c8a03c05e Fix for edgetable rendering. 12 years ago
  jules eed99767d0 Documentation updates. 12 years ago
  jules c485fae6d9 Made copied DrawableText objects update their bounds. 12 years ago