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_graphics
reuk add3a5de0d
Android: Fix issues with input stream special members
Fixes bugs in AndroidInputStreamWrapper introduced in
0d2e34f34c

- Now that AndroidInputStreamWrapper is moveable, its destructor must be
  able to handle the situation where stream is null
- The move assignment operators of AndroidInputStreamWrapper and
  AndroidContentUriInputStream could previously end up calling
  themselves recursively
2024-09-05 12:17:12 +01:00
..
colour ColourGradient: Fix assertion in ColourGradient::remove 2024-05-08 17:53:52 +01:00
contexts LowLevelGraphicsPostScriptRenderer: Remove support 2024-06-27 18:10:22 +01:00
detail Fix compilation error with C++20 2024-06-24 15:07:16 +00:00
effects D2D: Add faster two-pass blur implementation 2024-04-29 16:08:24 +01:00
fonts TextLayout: Fix ignored AttributedText::getLineSpacing() parameter 2024-07-22 13:16:06 +02:00
geometry EdgeTable: Use CopyableHeapBlock in implementation 2024-09-05 12:10:33 +01:00
image_formats MinGW: Remove support 2024-06-27 18:10:21 +01:00
images D2D: Add faster two-pass blur implementation 2024-04-29 16:08:24 +01:00
native Android: Fix issues with input stream special members 2024-09-05 12:17:12 +01:00
placement Update licensing information 2024-04-16 11:39:35 +01:00
unicode UnicodeGenerated: Improve memory usage during compilation with gcc-7 2024-09-04 14:56:29 +01:00
juce_graphics.cpp Direct2D: Share more implementation headers between modules 2024-08-22 18:18:14 +01:00
juce_graphics.h Direct2D: Share more implementation headers between modules 2024-08-22 18:18:14 +01:00
juce_graphics.mm Update licensing information 2024-04-16 11:39:35 +01:00
juce_graphics_Harfbuzz.cpp Harfbuzz: Silence clang overflow warning 2024-07-29 16:11:55 +01:00