1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00
JUCE/modules/juce_graphics
reuk 641497918c
Direct2D: Always call SetTransform for gradient/image brushes
This partly reverts commit ad28684b10.
Prior to that change, getBrush() would always end up calling
SetTransform on gradient/image brushes. This is important because, when
drawing text, we combine the current brush transform with the text
transform. If we don't reset the brush transform each time, these
transforms end up accumulating across frames.
2025-09-09 11:32:00 +01:00
..
colour Docs: Replace doxygen preprocessor conditionals with @cond and @endconds 2025-07-21 18:11:43 +02:00
contexts Graphics: Add missing JUCE_API annotation to ScopedSaveState 2025-06-03 16:12:00 +01:00
detail SimpleShapedText: Silence conversion warning 2025-09-08 11:54:30 +01:00
effects Effects: Use preferred temporary image type for DropShadow temporary image 2025-04-24 13:58:23 +01:00
fonts TextLayout: Implement better line balancing algorithm 2025-08-13 14:20:20 +01:00
geometry Docs: Replace doxygen preprocessor conditionals with @cond and @endconds 2025-07-21 18:11:43 +02:00
image_formats Jpeg: Disable "extern C" in jpeglib.h 2025-08-20 09:51:28 +01:00
images Docs: Replace doxygen preprocessor conditionals with @cond and @endconds 2025-07-21 18:11:43 +02:00
native Direct2D: Always call SetTransform for gradient/image brushes 2025-09-09 11:32:00 +01:00
placement Update licensing information 2024-04-16 11:39:35 +01:00
unicode Fix bidi ordering 2025-05-12 16:49:05 +02:00
juce_graphics.cpp Fonts: Add OpenType feature support 2025-06-17 12:38:20 +01:00
juce_graphics.h Bump version number to 8.0.9 2025-09-01 14:44:25 +01: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: Disable implicit-fallthrough warning for clang/gcc 2024-12-08 22:25:11 +00:00