1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/modules
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
..
juce_analytics Bump version number to 8.0.6 2025-01-10 09:29:00 +00:00
juce_animation Bump version number to 8.0.6 2025-01-10 09:29:00 +00:00
juce_audio_basics Bump version number to 8.0.6 2025-01-10 09:29:00 +00:00
juce_audio_devices JACK: Fix missing-prototype and unused-function warnings emitted by clang 2025-01-13 15:27:00 +00:00
juce_audio_formats Bump version number to 8.0.6 2025-01-10 09:29:00 +00:00
juce_audio_plugin_client ObjCHelpers: Rename makeCGRect from makeNSRect 2025-01-23 12:20:27 +00:00
juce_audio_processors ObjCHelpers: Rename makeCGRect from makeNSRect 2025-01-23 12:20:27 +00:00
juce_audio_utils ObjCHelpers: Rename makeCGRect from makeNSRect 2025-01-23 12:20:27 +00:00
juce_box2d Bump version number to 8.0.6 2025-01-10 09:29:00 +00:00
juce_core ObjCHelpers: Rename makeCGRect from makeNSRect 2025-01-23 12:20:27 +00:00
juce_cryptography Bump version number to 8.0.6 2025-01-10 09:29:00 +00:00
juce_data_structures Bump version number to 8.0.6 2025-01-10 09:29:00 +00:00
juce_dsp Bump version number to 8.0.6 2025-01-10 09:29:00 +00:00
juce_events Bump version number to 8.0.6 2025-01-10 09:29:00 +00:00
juce_graphics Direct2D: Remove SetDpi call in startFrame 2025-01-29 11:00:44 +00:00
juce_gui_basics Windowing: Fix mouse position in client area for maximised windows with non-native titlebar 2025-01-29 11:00:44 +00:00
juce_gui_extra ObjCHelpers: Rename makeCGRect from makeNSRect 2025-01-23 12:20:27 +00:00
juce_javascript Bump version number to 8.0.6 2025-01-10 09:29:00 +00:00
juce_midi_ci Bump version number to 8.0.6 2025-01-10 09:29:00 +00:00
juce_opengl OpenGLFrameBufferImage: Refactor and simplify BitmapData releaser 2025-01-23 12:21:33 +00:00
juce_osc Bump version number to 8.0.6 2025-01-10 09:29:00 +00:00
juce_product_unlocking Bump version number to 8.0.6 2025-01-10 09:29:00 +00:00
juce_video Bump version number to 8.0.6 2025-01-10 09:29:00 +00:00
CMakeLists.txt Javascript: Move javascript implementation into a separate module 2024-11-07 09:53:10 +00:00