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 1d29665e56 FileChooser: Fix issue where preview component may not receive full filename
Some hosts (such as Reaper) weren't creating an instance of exactly
NSOpenPanel or NSSavePanel, which meant that the call to
`getSelectedPaths` was always returning an empty array.

Now, rather than trying to cast the sender to an appropriate type, we
assume that the sender is always the same panel that we opened earlier,
so that we can just query the panel directly for its selection.
2020-10-21 16:18:31 +01:00
..
juce_analytics Bump version number to 6.0.4 2020-10-14 11:40:30 +01:00
juce_audio_basics Bump version number to 6.0.4 2020-10-14 11:40:30 +01:00
juce_audio_devices Bump version number to 6.0.4 2020-10-14 11:40:30 +01:00
juce_audio_formats Bump version number to 6.0.4 2020-10-14 11:40:30 +01:00
juce_audio_plugin_client AppConfig: Ensure AppConfig is always included in plugin wrappers 2020-10-20 10:16:13 +01:00
juce_audio_processors Bump version number to 6.0.4 2020-10-14 11:40:30 +01:00
juce_audio_utils Bump version number to 6.0.4 2020-10-14 11:40:30 +01:00
juce_blocks_basics Bump version number to 6.0.4 2020-10-14 11:40:30 +01:00
juce_box2d Bump version number to 6.0.4 2020-10-14 11:40:30 +01:00
juce_core Bump version number to 6.0.4 2020-10-14 11:40:30 +01:00
juce_cryptography Bump version number to 6.0.4 2020-10-14 11:40:30 +01:00
juce_data_structures Bump version number to 6.0.4 2020-10-14 11:40:30 +01:00
juce_dsp Bump version number to 6.0.4 2020-10-14 11:40:30 +01:00
juce_events Timer: Add assertion to warn when destroying a timer from a background thread 2020-10-20 10:16:13 +01:00
juce_graphics Bump version number to 6.0.4 2020-10-14 11:40:30 +01:00
juce_gui_basics FileChooser: Fix issue where preview component may not receive full filename 2020-10-21 16:18:31 +01:00
juce_gui_extra Bump version number to 6.0.4 2020-10-14 11:40:30 +01:00
juce_opengl iOS: Convert logical to physical bounds when resolving OpenGL multisampled framebuffers 2020-10-20 10:00:35 +01:00
juce_osc Bump version number to 6.0.4 2020-10-14 11:40:30 +01:00
juce_product_unlocking Bump version number to 6.0.4 2020-10-14 11:40:30 +01:00
juce_video Bump version number to 6.0.4 2020-10-14 11:40:30 +01:00
CMakeLists.txt Updated all license headers 2020-06-29 08:30:22 +01:00