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 1e7b91b4d2
FileChooser: Avoid potential issue when viewDidDismiss and file selection callbacks are interleaved
viewDidDisappear may be called when a file is successfully selected.
presentationControllerDidDismiss is only called when the controller is
dismissed manually by the user, e.g. by tapping outside the sheet, or by
dragging it away.

Checking for sheet dismissal is necessary in iOS 15, but not in iOS 17.
In iOS 17, tapping outside the file chooser causes a callback to
documentPickerWasCancelled instead.
2024-01-03 17:42:01 +00:00
..
juce_analytics Bump version number to 7.0.9 2023-11-20 14:03:35 +00:00
juce_audio_basics UMP Tests: Remove checked iterator macro 2023-12-12 16:24:26 +00:00
juce_audio_devices Oboe: Update to 1.8.0 2023-11-29 13:56:10 +00:00
juce_audio_formats FlacAudioFormat: Use FLAC version 1.4.3 2023-12-05 17:15:36 +01:00
juce_audio_plugin_client AU Client: Use ScopedJuceInitialiser_GUI to ensure the MessageManager exists 2024-01-02 16:34:54 +01:00
juce_audio_processors ARA: Fix plugins in Logic by making the DocumentController not inherit from Timer 2024-01-02 16:34:54 +01:00
juce_audio_utils AudioDeviceSelector: Correctly display when there is no MIDI output device selected 2023-11-21 13:31:41 +00:00
juce_box2d Bump version number to 7.0.9 2023-11-20 14:03:35 +00:00
juce_core Docs: Fix a typo 2024-01-03 14:08:31 +00:00
juce_cryptography Bump version number to 7.0.9 2023-11-20 14:03:35 +00:00
juce_data_structures CachedValue: Add const accessors 2023-11-27 14:43:08 +00:00
juce_dsp Bump version number to 7.0.9 2023-11-20 14:03:35 +00:00
juce_events AU Client: Use ScopedJuceInitialiser_GUI to ensure the MessageManager exists 2024-01-02 16:34:54 +01:00
juce_graphics Bump version number to 7.0.9 2023-11-20 14:03:35 +00:00
juce_gui_basics FileChooser: Avoid potential issue when viewDidDismiss and file selection callbacks are interleaved 2024-01-03 17:42:01 +00:00
juce_gui_extra JSON: Add new JSON::Formatter for configuring JSON output 2023-12-06 20:25:22 +00:00
juce_midi_ci MIDI-CI: Simplify profile enablement API, and ensure that group/block member channels are always 0 2024-01-03 17:42:01 +00:00
juce_opengl OpenGLContext: Make getRenderingScale() sensitive to Component transforms 2024-01-03 14:02:42 +01:00
juce_osc Bump version number to 7.0.9 2023-11-20 14:03:35 +00:00
juce_product_unlocking Bump version number to 7.0.9 2023-11-20 14:03:35 +00:00
juce_video Bump version number to 7.0.9 2023-11-20 14:03:35 +00:00
CMakeLists.txt MIDI-CI: Add module 2023-10-31 11:46:49 +00:00