1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-20 01:14:20 +00:00
JUCE/modules/juce_graphics/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
..
juce_android_Fonts.cpp Android: Fix numeric conversion warnings 2021-02-03 16:09:54 +00:00
juce_android_GraphicsContext.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_android_IconHelpers.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_freetype_Fonts.cpp Clang: Fix warnings when building with clang 10 2020-07-01 10:00:43 +01:00
juce_linux_Fonts.cpp Added preliminary support for FreeBSD 2021-03-29 14:16:46 +01:00
juce_linux_IconHelpers.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_mac_CoreGraphicsContext.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_mac_CoreGraphicsContext.mm Used MemoryBlock::isEmpty() in a few places 2021-04-22 18:22:06 +01:00
juce_mac_CoreGraphicsHelpers.h AutoResizingNSViewComponent: Fix display issues for certain plugin views 2021-05-06 15:51:09 +01:00
juce_mac_Fonts.mm CoreGraphics: Added convertToPointFloat() helper 2021-04-28 15:38:09 +01:00
juce_mac_IconHelpers.cpp Use RAII for CFTypes 2021-03-25 15:48:35 +00:00
juce_RenderingHelpers.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_win32_Direct2DGraphicsContext.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_win32_Direct2DGraphicsContext.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_win32_DirectWriteTypeface.cpp Removed some unnecessary angled brackets 2021-04-27 15:56:01 +01:00
juce_win32_DirectWriteTypeLayout.cpp Removed some unnecessary angled brackets 2021-04-27 15:56:01 +01:00
juce_win32_Fonts.cpp Font: Fix issue where style changes may also affect the typeface of a Font 2021-01-27 15:57:52 +00:00
juce_win32_IconHelpers.cpp Updated all license headers 2020-06-29 08:30:22 +01:00