1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-20 01:14:20 +00:00
JUCE/modules/juce_gui_basics/components
reuk 1c2abc80d7
Component: Ensure getScreenPosition result is in terms of the logical coordinate space of the screen
Previously, getScreenPosition would return a result in the component's
coordinate space if it was called on a component that was not directly
or indirectly on the desktop. This behaviour is surprising and difficult
to program around. This change should ensure that the result is always
in the screen's coordinate space.
2021-05-24 14:57:26 +01:00
..
juce_CachedComponentImage.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_Component.cpp Component: Ensure getScreenPosition result is in terms of the logical coordinate space of the screen 2021-05-24 14:57:26 +01:00
juce_Component.h Fixed some Doxygen issues 2021-05-11 11:48:52 +01:00
juce_ComponentListener.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_ComponentListener.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_ComponentTraverser.h Accessibility: Added VoiceOver (macOS) and Narrator (Windows) accessibility screen reader support to juce_gui_basics 2021-05-10 10:53:14 +01:00
juce_FocusTraverser.cpp Accessibility: Added VoiceOver (macOS) and Narrator (Windows) accessibility screen reader support to juce_gui_basics 2021-05-10 10:53:14 +01:00
juce_FocusTraverser.h Accessibility: Added VoiceOver (macOS) and Narrator (Windows) accessibility screen reader support to juce_gui_basics 2021-05-10 10:53:14 +01:00
juce_ModalComponentManager.cpp Ensure that modal components set auto-delete when dismissed are properly cleaned up 2020-12-01 19:13:11 +00:00
juce_ModalComponentManager.h Added checks for DOXYGEN #define when excluding modal methods in headers 2021-02-05 14:17:19 +00:00