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
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 Android: Fix problems with accessible text navigation 2022-06-13 15:29:57 +01:00
application Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
buttons Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
commands Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
components Android: Fix a couple of accessibility-related crashes 2022-06-13 15:29:56 +01:00
desktop Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
drawables Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
filebrowser Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
keyboard Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
layout Viewport: Stop ongoing physical drag upon user interaction 2022-06-30 15:10:15 +00:00
lookandfeel Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
menus Android: Fix a couple of accessibility-related crashes 2022-06-13 15:29:56 +01:00
misc DropShadower: Fix bug when setOwner() is called with a component without a parent 2022-05-19 12:06:33 +02:00
mouse DragAndDropContainer: Fix the escape key dismissing the drag operation 2022-06-10 20:38:37 +02:00
native Linux: Fix window positioning on HiDPI screens 2022-06-30 15:10:15 +00:00
positioning Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
properties Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
widgets Accessibility: Add missing accessibility handler in TreeView Item 2022-06-24 18:37:27 +01:00
windows TextEditor: Add option to dismiss the virtual keyboard on touches outside 2022-06-09 16:55:19 +01:00
juce_gui_basics.cpp Android: Fix problems with accessible text navigation 2022-06-13 15:29:57 +01:00
juce_gui_basics.h Bump version number to 7.0.0 2022-06-21 08:38:55 +01:00
juce_gui_basics.mm Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00