1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules
reuk 88285acae1
DragAndDrop: Fix drag and drop in windows optimised builds
In very optimised builds, SHCore.dll may not be automatically loaded
into the address space of the calling executable. In these cases, the
call to `GetModuleHandle` will fail. Adding the call to LoadLibrary
ensures that the dll is loaded into the program's address space, which
will allow the call to GetModuleHandle to succeed.
2021-01-06 12:31:38 +00:00
..
juce_analytics Bump version number to 6.0.5 2020-12-01 10:08:50 +00:00
juce_audio_basics MPEInstrument: Reset last received values when setting a new MPE zone layout 2020-12-02 18:58:38 +00:00
juce_audio_devices MIDI: Fix timestamps on Universal MIDI Packets 2021-01-06 11:22:39 +00:00
juce_audio_formats WAV: Fail gracefully on unsupported bit depths 2020-12-03 12:06:01 +00:00
juce_audio_plugin_client VST3: Fixed invalid AudioProcessorParameterGroup unit IDs 2020-12-21 10:50:57 +00:00
juce_audio_processors VST3: Fixed invalid AudioProcessorParameterGroup unit IDs 2020-12-21 10:50:57 +00:00
juce_audio_utils Bump version number to 6.0.5 2020-12-01 10:08:50 +00:00
juce_blocks_basics Bump version number to 6.0.5 2020-12-01 10:08:50 +00:00
juce_box2d Bump version number to 6.0.5 2020-12-01 10:08:50 +00:00
juce_core SystemStats: Fix getOperatingSystemType assertion on macOS 11.1 2020-12-15 16:00:54 +00:00
juce_cryptography Bump version number to 6.0.5 2020-12-01 10:08:50 +00:00
juce_data_structures Bump version number to 6.0.5 2020-12-01 10:08:50 +00:00
juce_dsp DSP: Ensure that IRs are loaded immediately when Convolution is prepared 2020-12-15 13:07:18 +00:00
juce_events Narrowed the scoped of some undeclared Objective-C selector warnings 2020-12-10 12:48:42 +00:00
juce_graphics Bump version number to 6.0.5 2020-12-01 10:08:50 +00:00
juce_gui_basics DragAndDrop: Fix drag and drop in windows optimised builds 2021-01-06 12:31:38 +00:00
juce_gui_extra Narrowed the scoped of some undeclared Objective-C selector warnings 2020-12-10 12:48:42 +00:00
juce_opengl Narrowed the scoped of some undeclared Objective-C selector warnings 2020-12-10 12:48:42 +00:00
juce_osc OSC: Update docs 2020-12-15 13:07:18 +00:00
juce_product_unlocking Bump version number to 6.0.5 2020-12-01 10:08:50 +00:00
juce_video Narrowed the scoped of some undeclared Objective-C selector warnings 2020-12-10 12:48:42 +00:00
CMakeLists.txt Updated all license headers 2020-06-29 08:30:22 +01:00