1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00
JUCE/modules
reuk da46ee6c7a
FileChooser: Launch chooser asynchronously
When FileChooser instances were created, launched, and hidden all inside
the same event callback on macOS 12.0.1, the chooser dialog sometimes
remained open. This could cause problems including crashes, as closing
the dialog would attempt to call a completion handler block referencing
an already-deleted FileChooser::Native instance.

Opening the chooser panel later on the message thread seems to resolve
the issue.
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 FileChooser: Launch chooser asynchronously 2021-11-24 16:20:38 +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