1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_audio_plugin_client
reuk e64f87b26c OpenGL: Allow setting window bounds from repaint callback
On Windows, the OpenGL context window sometimes receives a repaint
request after moving between screens with different scale factors.
If the screen has changed size/scale since the last paint operation,
failing to invalidate the painted area may cause the screen contents
to be drawn at the wrong scale until paint is next called.
2022-08-31 17:42:47 +01:00
..
AAX AudioPlayHead: Improve granularity of position info 2022-06-16 16:18:20 +01:00
ARA ARA: Fix ARA debug configuration 2022-08-15 12:07:40 +02:00
AU AUv3 Client: Improve const-correctness 2022-08-25 10:52:33 +01:00
LV2 LV2 Client: Use preferredChannelConfiguration if available when writing manifest 2022-08-31 17:42:47 +01:00
Standalone Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
Unity Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
utility VST3 Client: Fix missing-prototype warning 2022-06-24 18:37:27 +01:00
VST OpenGL: Allow setting window bounds from repaint callback 2022-08-31 17:42:47 +01:00
VST3 VST3 Client: Fix occasional incorrect scaling in Ableton Live when rendering with OpenGL 2022-08-31 17:42:47 +01:00
AUResources.r Build: Improve support for AU resource files on ARM Macs 2021-06-25 11:12:37 +01:00
CMakeLists.txt CMake: Avoid building juce_lv2_helper unless required for LV2 target 2022-08-23 18:10:27 +01:00
juce_audio_plugin_client.h Bump version number to 7.0.2 2022-08-15 17:26:35 +01:00
juce_audio_plugin_client_AAX.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_audio_plugin_client_AAX.mm Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_audio_plugin_client_ARA.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_audio_plugin_client_AU.r Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_audio_plugin_client_AU_1.mm Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_audio_plugin_client_AU_2.mm Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_audio_plugin_client_AUv3.mm Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_audio_plugin_client_LV2.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_audio_plugin_client_LV2.mm Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_audio_plugin_client_Standalone.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_audio_plugin_client_Unity.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_audio_plugin_client_utils.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_audio_plugin_client_VST2.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_audio_plugin_client_VST3.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_audio_plugin_client_VST_utils.mm Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00