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_opengl
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
..
geometry Matrix3D: Fixed an ordering bug in the multiplication operator 2022-07-28 21:31:47 +01:00
native OpenGL: Add support for a few more OpenGL profiles 2022-08-31 17:42:47 +01:00
opengl OpenGL: Allow setting window bounds from repaint callback 2022-08-31 17:42:47 +01:00
utils Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_opengl.cpp OpenGL: Add support for a few more OpenGL profiles 2022-08-31 17:42:47 +01:00
juce_opengl.h Bump version number to 7.0.2 2022-08-15 17:26:35 +01:00
juce_opengl.mm Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00