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 f12d29899c
Direct2D: Remove SetDpi call in startFrame
Previously, plugins and standalone apps could produce slightly different
visual results, particularly anti-aliasing, when displaying on a display
with native scaling applied. The discrepancy was caused by SetDpi being
called with a larger-than-default value (e.g. 192 DPI on a 200% scaled
display) in a standalone app, whereas SetDpi would always be called with
the default value of 96 in a plugin.

Keeping the default value seems to produce better results, so standalone
apps will now retain the default DPI.
2025-01-29 11:00:44 +00:00
..
colour PixelRGB: Fix pixel order issue when creating CGImages on iOS 2024-12-03 11:28:07 +00:00
contexts Graphics: Use cached glyph shaping when only the position of text changes 2024-12-13 14:41:26 +00:00
detail Add Ranges::covers 2024-12-04 16:50:36 +01:00
effects Image: Add new backup-extensions interface to support images with no main-memory backup 2025-01-23 12:21:33 +00:00
fonts Fall back to default sans serif font if resolution would fail otherwise 2025-01-07 17:29:43 +01:00
geometry EdgeTable: Fix assertion caused by unnecessarily storing prepending zero levels 2024-09-05 17:36:51 +02:00
image_formats MinGW: Remove support 2024-06-27 18:10:21 +01:00
images CoreGraphics: Use Image NativeExtensions to avoid dynamic casts in graphics context 2025-01-23 12:21:33 +00:00
native Direct2D: Remove SetDpi call in startFrame 2025-01-29 11:00:44 +00:00
placement Update licensing information 2024-04-16 11:39:35 +01:00
unicode UnicodeGenerated: Remove redundant fields 2024-09-18 19:13:09 +01:00
juce_graphics.cpp Direct2D: Use Image NativeExtensions to avoid dynamic casts in graphics context 2025-01-23 12:21:33 +00:00
juce_graphics.h Bump version number to 8.0.6 2025-01-10 09:29:00 +00:00
juce_graphics.mm Update licensing information 2024-04-16 11:39:35 +01:00
juce_graphics_Harfbuzz.cpp Deprecations: Add ignore deprecation warning macros 2024-11-27 11:07:04 +00:00
juce_graphics_Sheenbidi.c SheenBidi: Disable implicit-fallthrough warning for clang/gcc 2024-12-08 22:25:11 +00:00