1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-23 01:44:22 +00:00
JUCE/modules/juce_gui_basics/native
reuk 88285acae1
DragAndDrop: Fix drag and drop in windows optimised builds
In very optimised builds, SHCore.dll may not be automatically loaded
into the address space of the calling executable. In these cases, the
call to `GetModuleHandle` will fail. Adding the call to LoadLibrary
ensures that the dll is loaded into the program's address space, which
will allow the call to GetModuleHandle to succeed.
2021-01-06 12:31:38 +00: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 X11: Properly escape "+" symbols in dragged/dropped filenames 2020-12-17 17:49:48 +00: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 Android: Fixed a crash when juce_gui_extra is not present 2020-12-08 14:49:15 +00:00
juce_common_MimeTypes.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_ios_ContentSharer.cpp Replaced deprecated Displays methods 2020-10-27 12:38:59 +00:00
juce_ios_FileChooser.mm FileChooser: Temporarily silence deprecation warnings on iOS 2020-10-29 15:53:33 +00:00
juce_ios_UIViewComponentPeer.mm iOS: Fixed incorrect desktop window position 2020-11-30 18:27:55 +00:00
juce_ios_Windowing.mm Narrowed the scoped of some undeclared Objective-C selector warnings 2020-12-10 12:48:42 +00: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 Linux: Fixed semi-transparent windows not rendering correctly 2020-11-02 15:46:45 +00:00
juce_mac_FileChooser.mm FileChooser: Add assertion for improved safety when using modal FileChoosers 2020-10-21 16:18:31 +01:00
juce_mac_MainMenu.mm Narrowed the scoped of some undeclared Objective-C selector warnings 2020-12-10 12:48:42 +00:00
juce_mac_MouseCursor.mm Updated all license headers 2020-06-29 08:30:22 +01:00
juce_mac_NSViewComponentPeer.mm Narrowed the scoped of some undeclared Objective-C selector warnings 2020-12-10 12:48:42 +00: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: Show desktop folder if requested folder does not exist 2020-12-15 11:25:56 +00:00
juce_win32_Windowing.cpp DragAndDrop: Fix drag and drop in windows optimised builds 2021-01-06 12:31:38 +00:00