1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules
2020-04-03 18:56:23 +01:00
..
juce_analytics Bump version number to 5.4.7 2020-02-10 14:16:54 +00:00
juce_audio_basics Fix issue where sustain value would be reset after note off in legacy mode 2020-03-27 11:54:00 +00:00
juce_audio_devices Android: Reverted some recent Oboe buffer size changes 2020-04-03 18:56:23 +01:00
juce_audio_formats Fix mp3 file seek when seeking to previously unplayed location. 2020-03-24 09:07:08 +01:00
juce_audio_plugin_client Deprecated AffineTransform::getScaleFactor() as it was producing incorrect values for transforms containing rotations. Added getDeterminant() method for getting the determinant of the transform 2020-03-30 18:34:19 +01:00
juce_audio_processors VST3: Unload macOS bundle in destructor of DLLHandle with CFBundleUnloadExecutable() to fix crash when loading some third-party plug-ins a second time 2020-03-31 12:22:07 +01:00
juce_audio_utils Ownership: Fix some raw/unique ptr conversion issues 2020-03-20 17:07:24 +00:00
juce_blocks_basics Fixed some warnings with -Wconversion enabled 2020-03-17 09:02:57 +00:00
juce_box2d Fixed some more static analysis issues in the Box2D code 2020-03-18 13:47:49 +00:00
juce_core Made PropertySet::setValue() methods take a StringRef instead of a const String& so that Identifiers can be implicitly cast 2020-04-02 16:12:04 +01:00
juce_cryptography Fixed some warnings with -Wconversion enabled 2020-03-17 09:02:57 +00:00
juce_data_structures Replaced all instances of JUCE_CONSTEXPR with constexpr 2020-03-11 17:21:30 +00:00
juce_dsp Fixed some warnings with -Wconversion enabled 2020-03-17 09:02:57 +00:00
juce_events Linux: Revert c47c790 and instead defer modifications to the fdReadCallbacks vector when inside a read callback until after the callback has been executed 2020-03-23 14:38:09 +00:00
juce_graphics Deprecated AffineTransform::getScaleFactor() as it was producing incorrect values for transforms containing rotations. Added getDeterminant() method for getting the determinant of the transform 2020-03-30 18:34:19 +01:00
juce_gui_basics Added JUCE_CONTENT_SHARING define to conditionally compile the native content sharer code 2020-03-31 18:53:14 +01:00
juce_gui_extra Added some missing license headers 2020-03-16 14:11:06 +00:00
juce_opengl Windows: Fixed an OpenGL scale issue in high-DPI plug-ins 2020-03-17 16:22:19 +00:00
juce_osc Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough 2020-03-09 17:39:28 +00:00
juce_product_unlocking iOS: Support older SDKs 2020-03-26 14:55:53 +00:00
juce_video Added some missing license headers 2020-03-16 14:11:06 +00:00
JUCE Module Format.txt Fixed a typo 2019-09-24 12:41:33 +01:00