1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules
2019-01-09 09:36:05 +00:00
..
juce_analytics Bump version number to 5.4.1 2018-11-12 11:26:11 +00:00
juce_audio_basics Fixed an error in the ADSR::calculateRates() method 2019-01-07 10:27:54 +00:00
juce_audio_devices WASAPI: Re-open the audio device when waking up 2018-12-21 16:12:08 +00:00
juce_audio_formats Updated the sampler synthesiser classes to use the new ADSR class 2018-11-14 14:07:05 +00:00
juce_audio_plugin_client VST3: More resizing fixes when using a fixed aspect ratio 2019-01-08 17:11:20 +00:00
juce_audio_processors APVTS: Use an interval of 0.01 for AudioParameterFloats created using the simple constructor 2019-01-09 09:36:05 +00:00
juce_audio_utils Fixed a bug in the AudioDeviceSelectorComponent when selecting zero channels 2018-12-04 14:47:25 +00:00
juce_blocks_basics BLOCKS: Fix potential race conditions in Topology 2018-12-19 14:10:07 +00:00
juce_box2d Bump version number to 5.4.1 2018-11-12 11:26:11 +00:00
juce_core Made it possible to provide a user-supplied definition for JUCE_LOG_CURRENT_ASSERTION to enable custom behaviour when an assertion fails 2019-01-08 10:14:12 +00:00
juce_cryptography Bump version number to 5.4.1 2018-11-12 11:26:11 +00:00
juce_data_structures Fixed an incorrect return value from ValueWithDefault::isUsingDefault() 2019-01-02 16:34:54 +00:00
juce_dsp Replaced all uses of static_cast<Type&&> with std::move 2018-11-28 17:29:20 +00:00
juce_events Replaced all uses of static_cast<Type&&> with std::move 2018-11-28 17:29:20 +00:00
juce_graphics macOS: Fixed an issue rendering memory based fonts 2018-12-04 14:55:25 +00:00
juce_gui_basics Revert previous commit and instead call ComponentHelpers::releaseAllCachedImageResources() from Component::removeFromDesktop() 2018-12-14 12:13:39 +00:00
juce_gui_extra Android: Updated the code in PushNotifications and InAppPurchases to the recent low-level API changes 2018-12-19 10:46:15 +00:00
juce_opengl Windows: Fixed an OpenGL bug in non-DPI aware windows with a global scale factor != 1.0 2018-12-03 17:15:58 +00:00
juce_osc Increased the OSC message buffer size in OSCReceiver 2019-01-03 14:29:42 +00:00
juce_product_unlocking Replaced some clumsy buffer handling code in the TracktionMarketplaceStatus class 2018-12-22 14:32:51 +00:00
juce_video Whitespace 2018-12-03 17:02:26 +00:00
JUCE Module Format.txt Projucer: Made the C++ language standard option a per-project instead of per-build configuration setting. Added an option to enable GNU compiler extensions for supported exporters. Added the option to specify a minimum C++ language standard in module declarations and added a warning to the Projucer when adding a module that has a higher standard than currently set. 2017-07-19 17:23:20 +01:00