1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-01 03:10:06 +00:00
JUCE/modules/juce_opengl
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
..
geometry Update licensing information 2024-04-16 11:39:35 +01:00
native OpenGL: Fix listener deregistration when removing child components 2026-01-29 15:02:56 +00:00
opengl OpenGLContext: Fix scaling mismatch between opengl peer and desktop 2026-01-21 18:26:09 +00:00
utils Update licensing information 2024-04-16 11:39:35 +01:00
juce_opengl.cpp Graphics: Hide rendering helpers from public API 2025-12-22 09:54:33 +00:00
juce_opengl.h Bump version number to 8.0.12 2025-12-16 08:48:49 +00:00
juce_opengl.mm Update licensing information 2024-04-16 11:39:35 +01:00