1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00
JUCE/modules/juce_gui_basics
reuk c9950e3801
Accessibility: Avoid allowing TextEditor and Viewport internal components to be accessibility-focused
The TextHolderComponent and Viewport::componentHolder don't have any
accessible semantics, so they shouldn't be included in the accessible
component hierarchy.
2022-06-13 11:36:52 +01:00
..
accessibility Android: Fix problems with accessible text navigation 2022-06-13 11:36:51 +01:00
application Updated all license headers 2020-06-29 08:30:22 +01:00
buttons Accessibility: Report Button on/off state via AccessibilityValueInterface 2021-10-08 17:19:04 +01:00
commands Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
components Android: Fix a couple of accessibility-related crashes 2022-06-13 11:36:51 +01:00
desktop Fix some deprecation warnings 2022-03-22 17:27:54 +00:00
drawables Fix some deprecation warnings 2022-03-22 17:27:54 +00:00
filebrowser DirectoryContentsList: Fix a bug in isStillLoading 2022-04-21 12:05:41 +01:00
keyboard Nodiscard: Add to builder-pattern functions 2022-01-27 18:43:21 +00:00
layout Accessibility: Avoid allowing TextEditor and Viewport internal components to be accessibility-focused 2022-06-13 11:36:52 +01:00
lookandfeel LookAndFeel: Update default name for tab/toolbar missing-item button 2022-02-23 10:56:10 +00:00
menus Android: Fix a couple of accessibility-related crashes 2022-06-13 11:36:51 +01:00
misc DropShadower: Fix bug when setOwner() is called with a component without a parent 2022-05-18 18:41:14 +02:00
mouse DragAndDropContainer: Fix the escape key dismissing the drag operation 2022-06-10 19:16:37 +02:00
native Android: Fix problems with accessible text navigation 2022-06-13 11:36:51 +01:00
positioning CharacterFunctions: Add new function to move pointer past whitespace 2021-02-18 10:54:29 +00:00
properties Update property component constructors to allow temporary ValueTreePropertyWithDefault objects 2021-12-10 15:49:01 +00:00
widgets Accessibility: Avoid allowing TextEditor and Viewport internal components to be accessibility-focused 2022-06-13 11:36:52 +01:00
windows TextEditor: Add option to dismiss the virtual keyboard on touches outside 2022-06-08 19:51:11 +01:00
juce_gui_basics.cpp Android: Fix problems with accessible text navigation 2022-06-13 11:36:51 +01:00
juce_gui_basics.h Bump version number to 6.1.6 2022-02-28 12:53:10 +00:00
juce_gui_basics.mm Updated all license headers 2020-06-29 08:30:22 +01:00