1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules
reuk ea8b0a2d32
OpenGL: Ensure that GL views display at the correct scale on macOS 12
Previously, we were using the window's top-left position to determine
the scale to use for the OpenGLContext. However, on macOS the
backingScaleFactor of the window is not strictly related to the top-left
corner of the window, so the OpenGL view's scale could end up differing
from the backing scale factor when slowly moving a window between
displays with different backing scale factors.

On macOS, we now use the backing scale factor of the window's screen (as
maintained by AppKit), rather than trying to work out the correct
display and scale ourselves.
2021-12-01 15:44:07 +00:00
..
juce_analytics Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_audio_basics UMP: Make documentation private until APIs become public 2021-12-01 15:44:07 +00:00
juce_audio_devices UMP: Make documentation private until APIs become public 2021-12-01 15:44:07 +00:00
juce_audio_formats CoreAudioFormat: Only register suitable file extensions for given StreamKind 2021-11-19 16:35:21 +00:00
juce_audio_plugin_client VST3 Client: Ensure editor scale is correct immediately after creation 2021-11-24 16:20:36 +00:00
juce_audio_processors AudioChannelSet: Add 7.1.6 speaker layout 2021-11-25 11:42:40 +00:00
juce_audio_utils AudioThumbnail: Fix thread sanitizer warnings 2021-11-24 11:51:12 +00:00
juce_box2d Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_core Time: Fix duplicate '-' symbols in UTC offset string 2021-11-24 16:20:37 +00:00
juce_cryptography Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_data_structures Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_dsp ProcessorChain: Avoid runtime branching on Context::usesSeparateInputAndOutputBlocks 2021-12-01 11:01:38 +00:00
juce_events MessageManager: Correct visibility of repostCurrentNSEvent 2021-11-24 16:20:38 +00:00
juce_graphics GraphicsContext: Fix unused variable warning 2021-12-01 15:44:07 +00:00
juce_gui_basics ScaledImage: Use in a few more places 2021-12-01 15:44:07 +00:00
juce_gui_extra ScaledImage: Use in a few more places 2021-12-01 15:44:07 +00:00
juce_opengl OpenGL: Ensure that GL views display at the correct scale on macOS 12 2021-12-01 15:44:07 +00:00
juce_osc Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_product_unlocking ObjC Helpers: Automatically derive appropriate signature for function 2021-11-24 11:51:11 +00:00
juce_video macOS: Detach AVPlayer listeners before calling setPlayer 2021-11-30 17:07:31 +00:00
CMakeLists.txt BLOCKS: Remove juce_blocks_basics module 2021-05-19 16:53:01 +01:00