1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
JUCE/modules/juce_gui_basics/native
2021-11-23 12:22:13 +00:00
..
accessibility Windows Accessibility: Only send window open/close events for main application windows to fix COM ref-counting leak 2021-11-23 12:22:13 +00:00
java/app/com/rmsl/juce Android Accessibility: Check for valid host pointer when calling into C++ peer code from Java accessibility callbacks 2021-09-15 14:02:15 +01:00
javaopt/app/com/rmsl/juce Updated all license headers 2020-06-29 08:30:22 +01:00
x11 X11: Correctly reset drag and drop state when drag has ended 2021-11-03 15:44:57 +00:00
juce_android_ContentSharer.cpp Use C++14 lambda capture initialisers for initialising deletion checkers 2021-07-12 11:58:29 +01:00
juce_android_FileChooser.cpp Use C++14 lambda capture initialisers for initialising deletion checkers 2021-07-12 11:58:29 +01:00
juce_android_Windowing.cpp MouseCursor: Refactor platform-specific MouseCursor internals 2021-10-27 16:33:37 +01:00
juce_common_MimeTypes.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_ios_ContentSharer.cpp iOS: Fix compatibility when targeting older SDK versions 2021-10-08 17:18:32 +01:00
juce_ios_FileChooser.mm macOS/iOS: Replace compile-time deployment target checks with runtime checks using the available keyword 2021-10-13 15:06:18 +01:00
juce_ios_UIViewComponentPeer.mm macOS/iOS: Replace compile-time deployment target checks with runtime checks using the available keyword 2021-10-13 15:06:18 +01:00
juce_ios_Windowing.mm iOS Windowing: Avoid crashing when displaying a message box from a background thread 2021-10-25 09:51:20 +01:00
juce_linux_FileChooser.cpp FileChooser: In Linux FileChoosers, prefer to open files rather than directories if both are requested 2021-09-27 12:48:59 +01:00
juce_linux_Windowing.cpp MouseCursor: Refactor platform-specific MouseCursor internals 2021-10-27 16:33:37 +01:00
juce_mac_FileChooser.mm macOS: Silence some deprecation warnings 2021-10-04 17:23:29 +01:00
juce_mac_MainMenu.mm Mac Menu: Avoid errant beeps when triggering menu items 2021-10-06 16:59:06 +01:00
juce_mac_MouseCursor.mm MouseCursor: Refactor platform-specific MouseCursor internals 2021-10-27 16:33:37 +01:00
juce_mac_NSViewComponentPeer.mm NSViewComponentPeer: Fix naming of drawRectWithContext 2021-11-01 11:10:12 +00:00
juce_mac_Windowing.mm macOS: Silence some deprecation warnings 2021-10-04 17:23:29 +01:00
juce_MultiTouchMapper.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_ScopedDPIAwarenessDisabler.h ScopedDPIAwarenessDisabler: Move to juce_gui_basics 2021-09-28 11:31:50 +01:00
juce_win32_DragAndDrop.cpp Windows: Fix and suppress some analysis warnings 2021-05-26 15:34:26 +01:00
juce_win32_FileChooser.cpp FileChooser: Always set initial directory if the initialFileOrDirectory argument is not empty 2021-07-14 15:40:58 +01:00
juce_win32_ScopedThreadDPIAwarenessSetter.h Windows: Added ScopedThreadDPIAwarenessSetter for correctly setting and resetting thread DPI-awareness for methods which interact with an HWND and removed some DPI workarounds 2021-03-02 15:56:10 +00:00
juce_win32_Windowing.cpp Windows: Ensure that new windows are brought to the front after creation 2021-10-27 16:33:37 +01:00