More refinements to the Synthesiser class voice...
Raised the warnings level in the introjucer, an...
Made the VST host classes support the "sizeWind...
Made it possible to build plugins with ...
Minor change to avoid a compiler warning.
Fix for Ableton plugin window resizing issues.
Introjucer: added options for specifying shared...
Added an option to allow use of GZIPDecompresso...
Added notes to some AudioProcessor methods whic...
Removed a couple of superfluous methods from Au...
Removed the -march flag from the introjucer mak...
Fix for linux desktop scale on hi-res displays.
Added a method to DatagramSocket that can retur...
Optimised performance of String::isEmpty()
Added a method OpenGLContext::setImageCacheSize...
Fixed a problem when calling JUCEApplication::q...
Added support for parameter value<->text conver...
Removed assertions about invalid characters in ...
Resaved some example project iOS files.
Introjucer: added more options for optimisation...
Added a callback method LabelListener::editorHi...
Introjucer: Fix iOS 8.1 orientation by adding d...
Added a couple of vDSP optimisations inside Flo...
Fixed an edge-case when expliticly enabling ARM...
Fix to make sure that ResizableWindow can't acc...
Replaced the old LookAndFeel method getTooltipS...
Added a method PluginListComponent::setScanDial...
Introjucer: added a field for setting the plugi...
Fixed very minor code style imperfection!
Introjucer: prevented copying hidden source-con...
Avoided out-of-range values in OSX magnify gest...
Added a [Constructor_pre] section to introjucer...
Fix for blank windows when closing VST windows ...
Fix for a crash when deleting FileBrowserCompon...
Documentation correction.
Added a flag JUCE_DISABLE_AUDIOPROCESSOR_BEGIN_...
Fix for a problem in applying openness to FileB...
Introjucer: Stripped a couple of defunct values...
Introjucer: made the Xcode exporter delete .rsr...
Tweaked the Label class to take its border into...
Fix for plugin resize/repaint glitch when runni...
Minor comment correction
VST3 parameter begin/end workaround for problem...
Fixed a couple of broken unit tests
Reverted a recent linux sub-window event change.
Added method Synthesiser::setMinimumRenderingSu...
Fixed some documentation.
Improved the way juce_isRunningUnderDebugger() ...
Reverted my typo that had changed the minimum f...
Fix for linux window repaint problems on the Ra...
Added a missing namespace in the AAX code.
Added a couple of methods to PluginListComponen...
Added method Font::getDefaultMinimumHorizontalS...
Added ability for PropertyPanel to insert/remov...
Tweaked the flags used when linux windows are c...
Fixes for AAX yesterday's chunk improvements.
Added missing virtual destructor to StandaloneP...
Virtualised a couple of methods in StandalonePl...
Fix for an AAX problem involving chunks on mult...
Compiler warning fix in iOS build.
Fixed table demo sort order
Fixed a compiler warning
Tidied-up a few stray sign-conversion warnings.
Tweaked JUCE_UNDENORMALISE to add/subtract a di...
Improved AAX support for parameter value<->stri...
Added a template specialisation for juce_hypot ...
Minor tidying-up.
Minor documentation fix.
Documentation fix.
Added a Synthesiser::handleProgramChange method
Made the JUCE_UNDENORMALISE macro active on 64-...
Fixes for iOS build with modal components disab...
Minor documentation cleanups.
Minor optimisation in AudioSampleBuffer
Introjucer: reporting of errors when resource f...
Introjucer: fix for stuck sliding panels in new...
Fixed an uninitialised member of BufferingAudio...
Another fix for Windows builds with modal comps...
Introjucer: Updated the default android NDK ver...
Fix for Windows builds with modal components di...
Fixes for unused parameter warnings when modal ...
(Oops - last Path check-in should have been use...
Updates to Slider to keep the text box editabil...
Added an alternative version of Path::addPieSeg...
Fix to FFT::performFrequencyOnlyForwardTransform
Workarounds to allow building with Xcode option...
Modified MidiMessageSequence::createControllerU...
Introjucer: added module option flags for OSXLi...
Fixed a typo.
A couple of small changes that seem to be neede...
Resaved projects.
Added new class ValueTreeSynchroniser
Avoided an arithmetic overflow in OpenSLAudioIO...
Modified the ValueTree::Listener::valueTreeChil...
Workaround for problems on Android when the OS ...
Compiler warning fix.
Tweak to the values that ResamplingAudioSource ...
Added support for in-memory fonts on Android.
Increased the precision with which var converts...
Minor cleanup.