1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-28 02:30:05 +00:00
JUCE/modules
Ricky Curtice ba03eb3fd1
Remove message manager lock assert from AudioThumbnail::setDataSource
Digging though the commit history didn't show any reason why this should exist. Reading the code didn't readily indicate any reason it should exist.  It's existence meant I couldn't _cleanly_ make my thumbnails in a separate thread.  So I've been running with the scissors and have removed it from my own copy.

Forum post located at https://forum.juce.com/t/why-does-audiothumbnail-setdatasource-need-the-message-manager-locked/34023
2019-06-26 10:48:18 -07:00
..
juce_analytics Fixed some more Linux compiler warnings 2019-06-06 10:25:19 +01:00
juce_audio_basics Fixed a potential crash when reading MIDI files with incorrect track length chunks 2019-06-12 14:53:28 +01:00
juce_audio_devices macOS: Fixed some deprecation warnings and silenced some others for the time being 2019-06-24 15:05:17 +01:00
juce_audio_formats Fixed a compiler warning 2019-06-17 14:21:01 +01:00
juce_audio_plugin_client AUv3: Fixed a potential crash when producing MIDI from plug-ins 2019-06-25 13:33:20 +01:00
juce_audio_processors Fixed some compatibility problems with older clang versions 2019-06-26 09:52:57 +01:00
juce_audio_utils Remove message manager lock assert from AudioThumbnail::setDataSource 2019-06-26 10:48:18 -07:00
juce_blocks_basics Fix some spelling mistakes in comments 2019-06-25 11:49:14 +01:00
juce_box2d Fixed some compatibility problems with older clang versions 2019-06-26 09:52:57 +01:00
juce_core macOS: Fixed some deprecation warnings and silenced some others for the time being 2019-06-24 15:05:17 +01:00
juce_cryptography Bit of tidying up in the hashing classes 2019-06-13 12:22:03 +01:00
juce_data_structures Added an overload to ValueTree::fromXml() which can take an XML string and parse it 2019-05-19 08:16:27 +01:00
juce_dsp macOS: Fixed some deprecation warnings and silenced some others for the time being 2019-06-24 15:05:17 +01:00
juce_events Added some PopupMenu::addItem overloads which let you attach a lambda callback to be invoked for a menu item. 2019-06-19 11:39:28 +01:00
juce_graphics Updated the internal PNG library 2019-06-25 10:01:36 +01:00
juce_gui_basics Ensure that the button background is drawn for DrawableButton::ButtonStyle::ImageOnButtonBackgroundOriginalSize 2019-06-25 10:53:28 +01:00
juce_gui_extra macOS: Fixed some deprecation warnings and silenced some others for the time being 2019-06-24 15:05:17 +01:00
juce_opengl macOS: Fixed some deprecation warnings and silenced some others for the time being 2019-06-24 15:05:17 +01:00
juce_osc Fixed some more Linux compiler warnings 2019-06-06 10:25:19 +01:00
juce_product_unlocking Fixed some more Linux compiler warnings 2019-06-06 10:25:19 +01:00
juce_video macOS: Fixed some deprecation warnings and silenced some others for the time being 2019-06-24 15:05:17 +01: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