1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-21 01:24:21 +00:00
JUCE/modules/juce_graphics
reuk cf3dbc8d88
UpdateRegion: Validate window on receiving NULLREGION
This fixes a bug where opening a foreground window could occasionally
prevent background windows from repainting. The symptom seems to be
caused by the system repeatedly sending WM_PAINT messages to the
foreground window and ignoring the background window. It seems that the
system will repeatedly call WM_PAINT until the entire region has been
validated - even if that region is null.
2026-01-20 10:55:13 +00:00
..
colour tie: Hide tie implementations from public API 2025-12-22 09:54:33 +00:00
contexts Graphics: Hide rendering helpers from public API 2025-12-22 09:54:33 +00:00
detail tie: Hide tie implementations from public API 2025-12-22 09:54:33 +00:00
effects Effects: Use preferred temporary image type for DropShadow temporary image 2025-04-24 13:58:23 +01:00
fonts tie: Hide tie implementations from public API 2025-12-22 09:54:33 +00:00
geometry Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
image_formats Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
images Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
native UpdateRegion: Validate window on receiving NULLREGION 2026-01-20 10:55:13 +00:00
placement Update licensing information 2024-04-16 11:39:35 +01:00
unicode SheenBidi: Update internal include paths 2025-10-20 17:34:47 +01:00
juce_graphics.cpp Graphics: Hide rendering helpers from public API 2025-12-22 09:54:33 +00:00
juce_graphics.h Graphics: Hide rendering helpers from public API 2025-12-22 09:54:33 +00:00
juce_graphics.mm Update licensing information 2024-04-16 11:39:35 +01:00
juce_graphics_Harfbuzz.cpp HarfBuzz: Silence nontrivial-memcall warnings 2025-03-19 11:06:17 +00:00
juce_graphics_Sheenbidi.c SheenBidi: Update internal include paths 2025-10-20 17:34:47 +01:00