1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-18 00:54:19 +00:00
JUCE/modules/juce_gui_basics/native
attila 938c66c83d Linux: Fix window positioning on HiDPI screens
In 6f3fb5a29f windowBorder member of
LinuxComponentPeer was changed to mean the logical size of the border
that is independent of the current scale factor. This was done to fix a
bug and make it consistent with the bounds member, which is also
independent from the scale factor.

This change wasn't taken into account in XWindowSystem::setBounds()
causing a positioning bug.
2022-06-30 15:10:15 +00:00
..
accessibility AccessibilityTextHelpers: Fix MSVC/C++20 build issues 2022-06-24 18:37:27 +01:00
java/app/com/rmsl/juce Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
javaopt/app/com/rmsl/juce InAppPurchases: Add support for Android BillingClient 5.0.0 2022-06-09 16:55:17 +01:00
x11 Linux: Fix window positioning on HiDPI screens 2022-06-30 15:10:15 +00:00
juce_android_ContentSharer.cpp AndroidDocument: Support file access to shared storage locations on Android 30+ 2022-05-23 13:18:08 +01:00
juce_android_FileChooser.cpp AndroidDocument: Support file access to shared storage locations on Android 30+ 2022-05-23 13:18:08 +01:00
juce_android_Windowing.cpp Android: Fix problems with accessible text navigation 2022-06-13 15:29:57 +01:00
juce_ios_ContentSharer.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_ios_FileChooser.mm Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_ios_UIViewComponentPeer.mm macOS: Fix CGMetalLayerRenderer assertions and resizing 2022-06-30 15:38:39 +01:00
juce_ios_Windowing.mm Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_linux_FileChooser.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_linux_Windowing.cpp Linux: Adjust natively reported border size by the current scale factor 2022-05-19 12:06:38 +02:00
juce_mac_CGMetalLayerRenderer.h macOS: Fix CGMetalLayerRenderer assertions and resizing 2022-06-30 15:38:39 +01:00
juce_mac_FileChooser.mm Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_mac_MainMenu.mm Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_mac_MouseCursor.mm Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_mac_NSViewComponentPeer.mm macOS: Fix CGMetalLayerRenderer assertions and resizing 2022-06-30 15:38:39 +01:00
juce_mac_Windowing.mm Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_MultiTouchMapper.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_ScopedDPIAwarenessDisabler.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_win32_DragAndDrop.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_win32_FileChooser.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_win32_ScopedThreadDPIAwarenessSetter.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_win32_Windowing.cpp Windows: Fix nullptr dereference when reopening plugin windows 2022-06-24 18:37:26 +01:00