1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-05 03:50:07 +00:00
JUCE/modules/juce_gui_basics/native
reuk fdf09a6dde FileChooser: Ensure that macOS preview component always receives user events
Previously, when a file dialog was launched synchronously, the 'dummy' modal
component was preventing user input events from reaching the preview component.

Now, we explicitly allow input events to reach the file preview component, if
it exists.
2020-10-20 10:16:13 +01:00
..
java/app/com/rmsl/juce Updated all license headers 2020-06-29 08:30:22 +01:00
javaopt/app/com/rmsl/juce Updated all license headers 2020-06-29 08:30:22 +01:00
x11 GCC: Suppress cast-align warnings 2020-09-24 12:52:45 +01:00
juce_android_ContentSharer.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_android_FileChooser.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_android_Windowing.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_common_MimeTypes.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_ios_ContentSharer.cpp iOS: Fixed ContentSharer native window visibility 2020-07-31 11:21:17 +01:00
juce_ios_FileChooser.mm iOS: Make sure that native FileChooser is visible and is dismissed correctly when user taps outside the chooser window 2020-07-20 17:17:54 +01:00
juce_ios_UIViewComponentPeer.mm iOS: Don't set the font smoothing property of the graphics context on iOS so that cached Component images render the same as the default 2020-07-20 17:17:54 +01:00
juce_ios_Windowing.mm iOS: UIViewComponentPeer refactoring 2020-07-20 17:17:53 +01:00
juce_linux_FileChooser.cpp Linux: Added a workaround for kdialog FileChooser wildcard not functioning correctly on KDE 2020-08-21 09:08:31 +01:00
juce_linux_Windowing.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_mac_FileChooser.mm FileChooser: Ensure that macOS preview component always receives user events 2020-10-20 10:16:13 +01:00
juce_mac_MainMenu.mm FileChooser: Ensure that macOS preview component always receives user events 2020-10-20 10:16:13 +01:00
juce_mac_MouseCursor.mm Updated all license headers 2020-06-29 08:30:22 +01:00
juce_mac_NSViewComponentPeer.mm macOS: Call superclass constrainFrameRect for NSWindow to ensure that native title bar stays on screen 2020-07-10 17:50:11 +01:00
juce_mac_Windowing.mm macOS 11: Fix function pointer conversions 2020-07-08 09:58:01 +01:00
juce_MultiTouchMapper.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_win32_DragAndDrop.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_win32_FileChooser.cpp FileChooser: Use old-style win32 file chooser if user passes a custom preview component 2020-10-20 10:16:13 +01:00
juce_win32_Windowing.cpp Windows: Return result of ComponentPeer::handleKeyPress() in doAppCommand() to prevent JUCE apps always consuming media keys 2020-09-22 10:52:03 +01:00