1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules
reuk fcaf5adb25
OpenGL: Avoid displaying OpenGL window until a frame has been drawn
This avoids an issue where, when attaching an OpenGLContext as a child
of a window rendered with Direct2D, the area covered by the OpenGL
renderer would display as a white rectangle until the context had
drawn a frame. This only affected the Direct2D renderer; when the parent
window used the software renderer, no white rectangle was shown.
2024-10-24 20:43:09 +01:00
..
juce_analytics Singleton: Add new macros to simplify singleton creation 2024-10-16 10:36:52 +01:00
juce_animation Fix some Doxygen docstrings 2024-06-12 09:35:32 +01:00
juce_audio_basics Windows: Fix DLL build 2024-10-22 13:24:46 +01:00
juce_audio_devices Windows: Fix DLL build 2024-10-22 13:24:46 +01:00
juce_audio_formats Bump version number to 8.0.3 2024-10-15 22:16:12 +01:00
juce_audio_plugin_client Standalone: Fix typo in standalone wrapper 2024-10-23 12:32:24 +01:00
juce_audio_processors Windows: Fix DLL build 2024-10-22 13:24:46 +01:00
juce_audio_utils Bump version number to 8.0.3 2024-10-15 22:16:12 +01:00
juce_box2d Bump version number to 8.0.3 2024-10-15 22:16:12 +01:00
juce_core Core: Handle Windows Arm platform definition 2024-10-21 14:11:11 +01:00
juce_cryptography Bump version number to 8.0.3 2024-10-15 22:16:12 +01:00
juce_data_structures Bump version number to 8.0.3 2024-10-15 22:16:12 +01:00
juce_dsp DSP: Simplify processor definitions and add Windows Arm support 2024-10-21 14:11:11 +01:00
juce_events Windows: Fix DLL build 2024-10-22 13:24:46 +01:00
juce_graphics TextLayout: Fix getStringBounds of empty strings 2024-10-24 19:40:42 +01:00
juce_gui_basics ResizableWindow: Remove assertion 2024-10-24 13:10:14 +02:00
juce_gui_extra Windows: Fix DLL build 2024-10-22 13:24:46 +01:00
juce_midi_ci Bump version number to 8.0.3 2024-10-15 22:16:12 +01:00
juce_opengl OpenGL: Avoid displaying OpenGL window until a frame has been drawn 2024-10-24 20:43:09 +01:00
juce_osc Bump version number to 8.0.3 2024-10-15 22:16:12 +01:00
juce_product_unlocking Windows: Fix DLL build 2024-10-22 13:24:46 +01:00
juce_video Singleton: Add new macros to simplify singleton creation 2024-10-16 10:36:52 +01:00
CMakeLists.txt Animation: Add juce_animation module 2024-04-16 17:43:21 +01:00