1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules
reuk 61cdcff2e9
VST3 Host: Ensure requested size is applied, even when plugin does not support scaling
This fixes some issues with Izotope Ozone 9:
- Resizing would stutter, and could leave the view in an inconsistent
  state.
- Closing and reopening the view after resizing would display black bars
  around the editor view.

The root of the problem was that the call to Component::setSize() inside
the resizeView call checked whether the plugin supported resizing. If
not, it would force the embedded view back to the current size. This
behaviour is incorrect - if the plugin requests a resize via resizeView,
the new size should be applied whether or not the plugin "supports
resizing".
2021-09-30 14:19:27 +01:00
..
juce_analytics Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_audio_basics Prevent optimisation of floating-point status register value in FloatVectorOperations::setFpStatusRegister() 2021-09-30 14:08:23 +01:00
juce_audio_devices Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_audio_formats Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_audio_plugin_client Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_audio_processors VST3 Host: Ensure requested size is applied, even when plugin does not support scaling 2021-09-30 14:19:27 +01:00
juce_audio_utils Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_box2d Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_core Desktop: Deprecate isOSXDarkModeActive() and add isDarkModeActive() for other platforms 2021-09-29 17:40:58 +01:00
juce_cryptography Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_data_structures Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_dsp Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_events Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_graphics Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_gui_basics HWNDComponentPeer: Avoid auto-scaling child hwnds 2021-09-30 14:19:26 +01:00
juce_gui_extra X11: Pass Display instance to GetXProperty constructor 2021-09-29 17:40:57 +01:00
juce_opengl Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_osc Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_product_unlocking Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_video Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
CMakeLists.txt BLOCKS: Remove juce_blocks_basics module 2021-05-19 16:53:01 +01:00