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/layout
reuk 4cf74dfff6 Viewport: Improve drag-to-scroll on devices that can accept simultaneous mouse and touch input
Some Windows 11 devices have both touch screens and mouse inputs, and
these can be used simultaneously.

The Viewport (and ListBox) now check the input source of each mouse
down. If the source is not a mouse, the viewport will always enter
drag-to-scroll mode, regardless of the result of isScrollOnDragEnabled.
2022-02-07 14:24:11 +00:00
..
juce_AnimatedPosition.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_AnimatedPositionBehaviours.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_ComponentAnimator.cpp Accessibility: Make createAccessibilityHandler() private in Component subclasses 2021-09-07 11:23:17 +01:00
juce_ComponentAnimator.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_ComponentBoundsConstrainer.cpp ComponentPeer: Deprecate getFrameSize() 2022-02-03 21:46:36 +01:00
juce_ComponentBoundsConstrainer.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_ComponentBuilder.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_ComponentBuilder.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_ComponentMovementWatcher.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_ComponentMovementWatcher.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_ConcertinaPanel.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_ConcertinaPanel.h Accessibility: Make createAccessibilityHandler() private in Component subclasses 2021-09-07 11:23:17 +01:00
juce_FlexBox.cpp FlexBox: Refactor and tidy implementation 2021-11-19 16:35:21 +00:00
juce_FlexBox.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_FlexItem.h FlexBox: Update the default value of FlexItem::alignSelf to match CSS implementations 2021-10-26 16:52:16 +01:00
juce_Grid.cpp Grid: Avoid crashing in performLayout when the grid contains no items 2021-10-14 12:40:25 +01:00
juce_Grid.h Grid: Fix behaviour with negative row/column indices 2021-09-28 11:31:49 +01:00
juce_GridItem.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_GridItem.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_GroupComponent.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_GroupComponent.h Accessibility: Make createAccessibilityHandler() private in Component subclasses 2021-09-07 11:23:17 +01:00
juce_MultiDocumentPanel.cpp Fix leak on MultiDocumentPanel destruction 2021-10-07 14:30:32 +01:00
juce_MultiDocumentPanel.h Fix some typos 2022-01-25 11:48:46 +00:00
juce_ResizableBorderComponent.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_ResizableBorderComponent.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_ResizableCornerComponent.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_ResizableCornerComponent.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_ResizableEdgeComponent.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_ResizableEdgeComponent.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_ScrollBar.cpp Accessibility: Removed widget_handlers 2021-05-20 18:24:56 +01:00
juce_ScrollBar.h Accessibility: Make createAccessibilityHandler() private in Component subclasses 2021-09-07 11:23:17 +01:00
juce_SidePanel.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_SidePanel.h Accessibility: Make createAccessibilityHandler() private in Component subclasses 2021-09-07 11:23:17 +01:00
juce_StretchableLayoutManager.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_StretchableLayoutManager.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_StretchableLayoutResizerBar.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_StretchableLayoutResizerBar.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_StretchableObjectResizer.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_StretchableObjectResizer.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_TabbedButtonBar.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_TabbedButtonBar.h Accessibility: Make createAccessibilityHandler() private in Component subclasses 2021-09-07 11:23:17 +01:00
juce_TabbedComponent.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_TabbedComponent.h Accessibility: Make createAccessibilityHandler() private in Component subclasses 2021-09-07 11:23:17 +01:00
juce_Viewport.cpp Viewport: Improve drag-to-scroll on devices that can accept simultaneous mouse and touch input 2022-02-07 14:24:11 +00:00
juce_Viewport.h Viewport: Improve drag-to-scroll on devices that can accept simultaneous mouse and touch input 2022-02-07 14:24:11 +00:00