4181 Commits (8154ccc4e5c7df0ee841e7c0804f475186cd8fdc)

Author SHA1 Message Date
  hogliux 8154ccc4e5 Added a fix for a potential wrap-around bug in BufferingAudioSource 9 years ago
  hogliux 61fd2a339d Fixed a MSVC 2015 warning in mp3 audio decoder 9 years ago
  hogliux 00c0671c6b Added sub-menu support to ComboBoxes 9 years ago
  hogliux 8a93ddc818 Fixed a typo in recent studio one parameter workaround 9 years ago
  hogliux ee373af944 Added AlertWindow LookAndFeel methods to offer more control on button widths 9 years ago
  hogliux 388251b1e2 Made message queue throttling more precise by using Time::getMillisecondCounter 9 years ago
  hogliux eba80c3258 Tweaked buffering audio source so it can more easily be used in a realtime and non-realtime setting 9 years ago
  hogliux e49022bfba Added JUCE_USE_STUDIO_ONE_COMPATIBLE_PARAMETERS option to workaround a Studio One bug 9 years ago
  hogliux 9a7ee9fdbb Added support for iOS custom delegates - use at your own risk 9 years ago
  tpoole f93b174d93 Fixed error in variable name 9 years ago
  hogliux 37f348123b Potentially fixed an issue with the message thread being flooded by repaint events 9 years ago
  tpoole cff1793d89 Exposed some functions when building JUCE as a DLL 9 years ago
  hogliux caa65e8ff1 Add new URL::downloadToFile method 9 years ago
  tpoole fd86a73407 Fixed DLL compilation of juce_tracktion_marketplace 9 years ago
  hogliux 63a71ff20d Fixed a bug where the VST3 plug-in wrapper would not respect the legacy layout field when disabling/enabling buses 9 years ago
  hogliux 1c2d1479b4 Added LookAndFeel getAlertWindowButtonWidth method to override the width of alert buttons 9 years ago
  tpoole b82773baae Fixed older MacOS compatibility for ListenerList tests 9 years ago
  hogliux 6fb0aa4527 Added a StringArray constructor to var 9 years ago
  tpoole d438fa59e8 Fixed issues with AudioProcessorValueTreeState parameter synchronization 9 years ago
  hogliux 5a2ebefa00 Fixed a bug where the bundle exit function would be called before the VST3 factory is released 9 years ago
  hogliux c3ea4f8efe Fixed a warning in MSVC 2013 in JUCE's URL class 9 years ago
  hogliux 3f72a03f30 Fixed whitespace in last commit 9 years ago
  hogliux c2caad42b5 Added missing CoInitialize when using ASIO audio device 9 years ago
  hogliux 8499e29241 Fixed a VS2013 warning in juce_URL 9 years ago
  hogliux 3b630f3281 Added new WebInputStream class for more fine-grained control on retrieving URLs 9 years ago
  jules 3fb4edb202 BLOCKS SDK: Fixed the order of south and west DNA ports in the topology 9 years ago
  jules 58bd2b130f Added a few extra FlexItem convenience methods 9 years ago
  jules aa5d1d1ec0 Tweaked CoreAudio to allow buffer sizes of 2048 9 years ago
  hogliux bfd5605dda Added comments to specify what File::create vs. FileOutputStream() will do when the parent directoy of the file does not exist 9 years ago
  hogliux 826fdfe6c9 Added callback to get number of keywaves of an on-screen seaboard view 9 years ago
  tpoole 7bb0fe4077 Update copyright and make docstrings more compatible with Doxygen 9 years ago
  hogliux 363ceb08cf Bump version number to 4.3.0 9 years ago
  hogliux b5ef6d7e37 Whitespace clean-up 9 years ago
  ed 76b3689a48 Added BLOCKS module 9 years ago
  hogliux 01380b12d6 Fixed a typo in the SSE 4.1/4.2 detection logic 9 years ago
  stefan 4aa0f311e0 Allow to specify the stack size for each thread in a thread pool explicitly, by adding an optional parameter to the constructors of ThreadPool and ThreadPoolThread. 9 years ago
  hogliux 701fd8a216 Added a workaround for a strange bug with monospace fonts in OS X sierra 9 years ago
  hogliux 6711016102 Fixed a bug that could make surround plug-ins fail AU validation in certain rare edge cases 9 years ago
  hogliux 7cdcb19d25 Added a convenient function to get all channel sets with a particular number of channels 9 years ago
  hogliux f415b09c7b Enabled cookies in the juce curl backend to align the behaviour with other platforms 9 years ago
  hogliux 15bed81f87 Fixed a flex box bug where the first item in a list of too large items would not be layouted properly 9 years ago
  hogliux ae13dd6d6c Added an option to escape round brackets in URLs 9 years ago
  hogliux 75ea6db250 Renamed bounds member variable in Component to "boundsRelativeToParent" to avoid shadowing warnings when using a local variable nambed "bounds" 9 years ago
  hogliux 5d0256982b Added a method to ThreadPool to query the number of threads assigned to the pool 9 years ago
  Timur Doumler 56c5c8e8ac Fixed an issue in CachedValue where setValue would not actually set the property if it's equal to the default. 9 years ago
  hogliux c4d36d15b1 Whitespace clean-up 9 years ago
  jules 23a248fe75 Added method VSTPluginFormat::getPluginInstanceFromVstEffectInterface() which can be used for devious purposes to retrieve a plugin's AudioPluginInstance object from an AEffect 9 years ago
  tpoole f54b7fb104 Moved the DiscRecording dependency in the module descriptions from juce_audio_devices to juce_audio_utils 9 years ago
  hogliux a931b472d0 Added a non-sense if statement to BufferingAudioSource to surpress an MSVC linker warning 9 years ago
  hogliux 3e7b5993ca Moved audio CD burner/reader to juce_audio_utils 9 years ago