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/widgets
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_ComboBox.cpp Accessibility: Update ComboBox label accessibility when editable state changed 2021-10-15 10:11:13 +01:00
juce_ComboBox.h Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_ImageComponent.cpp Accessibility: Override Accessibility::getHelp() for JUCE widgets that support tooltips 2021-07-05 12:07:30 +01:00
juce_ImageComponent.h Accessibility: Make createAccessibilityHandler() private in Component subclasses 2021-09-07 11:23:17 +01:00
juce_Label.cpp Fix bug in LabelKeyboardFocusTraverser causing editable labels to consume focus traversal events 2021-10-25 08:20:21 +01:00
juce_Label.h Accessibility: Make createAccessibilityHandler() private in Component subclasses 2021-09-07 11:23:17 +01:00
juce_ListBox.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_ListBox.h DragAndDropContainer: Allow custom scaling 2021-12-01 15:35:54 +00:00
juce_ProgressBar.cpp Accessibility: Override Accessibility::getHelp() for JUCE widgets that support tooltips 2021-07-05 12:07:30 +01:00
juce_ProgressBar.h Accessibility: Make createAccessibilityHandler() private in Component subclasses 2021-09-07 11:23:17 +01:00
juce_Slider.cpp Accessibility: Use ignored AccessibilityHandler for slider text boxes to fix keyboard focus/accessible focus sync issue 2021-12-13 12:56:15 +00:00
juce_Slider.h Fix some typos 2022-01-25 11:48:46 +00:00
juce_TableHeaderComponent.cpp TableHeaderComponent: Avoid repainting in setColumnWidth if requested size is outside limits 2021-09-22 10:23:04 +01:00
juce_TableHeaderComponent.h Accessibility: Make createAccessibilityHandler() private in Component subclasses 2021-09-07 11:23:17 +01:00
juce_TableListBox.cpp Accessibility: Fall back to RowComponent AccessibilityHandler if no custom cell component handler has been set in TableListBox 2021-07-05 12:07:30 +01:00
juce_TableListBox.h Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_TextEditor.cpp MacOS: Fix TextEditor when using marked text (e.g. Korean) 2022-01-04 17:20:11 +01:00
juce_TextEditor.h Accessibility: Make createAccessibilityHandler() private in Component subclasses 2021-09-07 11:23:17 +01:00
juce_Toolbar.cpp Windows: Fix and suppress some analysis warnings 2021-05-26 15:34:26 +01:00
juce_Toolbar.h Accessibility: Make createAccessibilityHandler() private in Component subclasses 2021-09-07 11:23:17 +01:00
juce_ToolbarItemComponent.cpp DragAndDropContainer: Allow custom scaling 2021-12-01 15:35:54 +00:00
juce_ToolbarItemComponent.h Accessibility: Make createAccessibilityHandler() private in Component subclasses 2021-09-07 11:23:17 +01:00
juce_ToolbarItemFactory.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_ToolbarItemPalette.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_ToolbarItemPalette.h Accessibility: Make createAccessibilityHandler() private in Component subclasses 2021-09-07 11:23:17 +01:00
juce_TreeView.cpp TreeView: Allow built-in mouse handling to be enabled/disabled for custom components 2022-01-28 16:09:59 +00:00
juce_TreeView.h TreeView: Allow built-in mouse handling to be enabled/disabled for custom components 2022-01-28 16:09:59 +00:00