1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-02 03:20:06 +00:00
JUCE/modules/juce_opengl/native
reuk c2ba24b4d0
OpenGL: Fix listener deregistration when removing child components
Previously, if parent.removeChildComponent (child) was called, passing a
child component that was attached to an OpenGL context, the child
component would fail to inform its old peer that it no longer wanted to
receive scale notification callbacks. This in turn could result in the
peer continuing to send callbacks to a dangling pointer.
2026-01-29 15:02:56 +00:00
..
java/app/com/rmsl/juce OpenGL (Android): Use a simpler approach to register SurfaceHolder callbacks 2025-07-09 11:30:28 +01:00
juce_OpenGL_android.h Android: Update bytecode minimum version requirements 2025-09-17 12:50:06 +01:00
juce_OpenGL_ios.h OpenGLFrameBuffer: Automatically save/restore content when the context is paused/resumed 2025-07-09 11:24:43 +01:00
juce_OpenGL_linux.h OpenGLFrameBuffer: Automatically save/restore content when the context is paused/resumed 2025-07-09 11:24:43 +01:00
juce_OpenGL_mac.h OpenGLFrameBuffer: Automatically save/restore content when the context is paused/resumed 2025-07-09 11:24:43 +01:00
juce_OpenGL_windows.h OpenGL: Fix listener deregistration when removing child components 2026-01-29 15:02:56 +00:00
juce_OpenGLExtensions.h Docs: Replace doxygen preprocessor conditionals with @cond and @endconds 2025-07-21 18:11:43 +02:00