1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
JUCE/modules
reuk 8458ac0186
MessageManager: Correct visibility of repostCurrentNSEvent
This commit reverts c34f13a02d

In stripped plugin builds, the repostCurrentNSEvent function was still
public. There doesn't seem to be a good reason for this, as no host
should need to call the function.

It looks like the shared code component of a Projucer-generated plugin
project was briefly built as a framework that was shared by the
different plugin wrappers. In this scenario, the framework would need to
make repostCurrentNSEvent public so that the wrappers could locate the
function. However, now that the shared code target is built as a static
library, standard external linkage should be sufficient for the symbol
to be located from the wrapper's TUs.
2021-11-24 16:20:38 +00:00
..
juce_analytics Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_audio_basics CoreAudioLayouts: Fix SDK version guards 2021-11-24 11:51:11 +00:00
juce_audio_devices AudioDeviceManager: Avoid overwriting user-specified devices in initialise unless absolutely necessary 2021-11-24 11:51:12 +00:00
juce_audio_formats CoreAudioFormat: Only register suitable file extensions for given StreamKind 2021-11-19 16:35:21 +00:00
juce_audio_plugin_client VST3 Client: Ensure editor scale is correct immediately after creation 2021-11-24 16:20:36 +00:00
juce_audio_processors SliderParameterAttachment: Allow right-click to change parameter value 2021-11-24 16:20:36 +00:00
juce_audio_utils AudioThumbnail: Fix thread sanitizer warnings 2021-11-24 11:51:12 +00:00
juce_box2d Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_core Time: Fix duplicate '-' symbols in UTC offset string 2021-11-24 16:20:37 +00:00
juce_cryptography Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_data_structures Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_dsp FFT: Remove unnecessary check in IPP FFT wrapper 2021-11-19 16:35:23 +00:00
juce_events MessageManager: Correct visibility of repostCurrentNSEvent 2021-11-24 16:20:38 +00:00
juce_graphics Rectangle: Add string conversion functions for floats and doubles 2021-11-24 16:20:37 +00:00
juce_gui_basics Component: Avoid calling member functions on objects destroyed when exiting modal state 2021-11-24 16:20:37 +00:00
juce_gui_extra ObjC Helpers: Automatically derive appropriate signature for function 2021-11-24 11:51:11 +00:00
juce_opengl OpenGL: Make version number parsing slightly more robust 2021-11-24 16:20:37 +00:00
juce_osc Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_product_unlocking ObjC Helpers: Automatically derive appropriate signature for function 2021-11-24 11:51:11 +00:00
juce_video ObjC Helpers: Automatically derive appropriate signature for function 2021-11-24 11:51:11 +00:00
CMakeLists.txt BLOCKS: Remove juce_blocks_basics module 2021-05-19 16:53:01 +01:00