1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-21 01:24:21 +00:00
JUCE/modules/juce_gui_basics
reuk 61c9456010
HWNDComponentPeer: Fix scaling bug in contains()
This bug was introduced in b4c28db765.

The argument to contains() is in peer space (logical pixels relative to
the peer's top left). To convert to relative physical pixels, logical
pixels should be multiplied by the peer's scale factor, *not* divided.
2026-01-20 10:55:13 +00:00
..
accessibility Accessibility: Add AccessibilityHandler::postSystemNotification() function for posting an OS-specific accessible notification 2024-12-04 11:11:21 +00:00
application Update licensing information 2024-04-16 11:39:35 +01:00
buttons Button: Make setToggleState effective even when disabled 2026-01-13 15:58:22 +01:00
commands Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
components Component: Improve performance and opaque checks 2025-12-22 09:50:25 +00:00
desktop AUv3: Fix an issue in detecting the available screen user area 2025-10-10 18:07:52 +01:00
detail Button: Make setToggleState effective even when disabled 2026-01-13 15:58:22 +01:00
drawables DrawableText: 0-initialise fontHeight and fontHScale variables 2025-12-08 17:19:57 +00:00
filebrowser Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
keyboard Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
layout Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
lookandfeel Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
menus Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
misc Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
mouse Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
native HWNDComponentPeer: Fix scaling bug in contains() 2026-01-20 10:55:13 +00:00
positioning Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
properties Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
widgets Fix bug where a disabled ComboBox could be displayed using screen readers 2025-11-26 10:17:06 +01:00
windows ComponentPeer: Add method for overriding native scale factor 2025-12-16 12:23:58 +00:00
juce_gui_basics.cpp GUI Basics: Split module into multiple compilation units 2025-12-22 09:54:33 +00:00
juce_gui_basics.h Bump version number to 8.0.12 2025-12-16 08:48:49 +00:00
juce_gui_basics.mm Update licensing information 2024-04-16 11:39:35 +01:00
juce_gui_basics_2.cpp GUI Basics: Split module into multiple compilation units 2025-12-22 09:54:33 +00:00
juce_gui_basics_3.cpp GUI Basics: Split module into multiple compilation units 2025-12-22 09:54:33 +00:00
juce_gui_basics_4.cpp GUI Basics: Split module into multiple compilation units 2025-12-22 09:54:33 +00:00
juce_gui_basics_5.cpp GUI Basics: Split module into multiple compilation units 2025-12-22 09:54:33 +00:00