1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-18 00:54:19 +00:00
JUCE/modules/juce_gui_extra/native
reuk 0f690662d8
AutoResizingNSViewComponent: Fix display issues for certain plugin views
Previously, the following plugins were causing issues when hosting their
editors:

- Softube plugins. I used Saturation Knob for testing, which crashed when
  deleting the temporary parent view.
- KORG Gadget series, which displayed a black screen after the temporary parent
  view was deleted.
- FabFilter Pro-C, which displayed at the wrong scale when opened on a
  retina display.
2021-05-06 15:51:09 +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
juce_android_PushNotifications.cpp Android: Fixed a crash when juce_gui_extra is not present 2020-12-08 14:49:15 +00:00
juce_android_WebBrowserComponent.cpp Used MemoryBlock::isEmpty() in a few places 2021-04-22 18:22:06 +01:00
juce_AndroidViewComponent.cpp Replaced deprecated Displays methods 2020-10-27 12:38:59 +00:00
juce_ios_PushNotifications.cpp Use RAII for CFTypes 2021-03-25 15:48:35 +00:00
juce_ios_UIViewComponent.mm Updated all license headers 2020-06-29 08:30:22 +01:00
juce_linux_X11_SystemTrayIcon.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_linux_X11_WebBrowserComponent.cpp Tidied up some template statement whitespace 2021-01-29 15:40:12 +00:00
juce_linux_XEmbedComponent.cpp Replaced deprecated Displays methods 2020-10-27 12:38:59 +00:00
juce_mac_AppleRemote.mm Use RAII for CFTypes 2021-03-25 15:48:35 +00:00
juce_mac_CarbonViewWrapperComponent.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_mac_NSViewComponent.mm AutoResizingNSViewComponent: Fix display issues for certain plugin views 2021-05-06 15:51:09 +01:00
juce_mac_PushNotifications.cpp Use RAII for CFTypes 2021-03-25 15:48:35 +00:00
juce_mac_SystemTrayIcon.cpp Use RAII for CFTypes 2021-03-25 15:48:35 +00:00
juce_mac_WebBrowserComponent.mm macOS: Added support for loading local files in WebBrowserComponent 2021-02-19 19:07:13 +00:00
juce_win32_ActiveXComponent.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_win32_HWNDComponent.cpp 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_SystemTrayIcon.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_win32_WebBrowserComponent.cpp Used MemoryBlock::isEmpty() in a few places 2021-04-22 18:22:06 +01:00