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_extra
reuk d4d9740037
Android: Fix problems with accessible text navigation
Previously, when navigating in a text editor by words, the cursor would
get 'stuck' after moving a single word. This issue should now be
resolved.

Additionally, the cursor position was not updated properly when
adjusting a selection, and would instead be moved to the end of the
selected range. With this patch applied, the cursor should now be set to
the correct position when modifying selections. When extending a
selection backwards, the cursor will display at the beginning of the
selected range, rather than the end.

Finally, most Android apps announce the 'skipped' characters or words
whenever the cursor is moved, but this feature was broken in JUCE. This
patch enables this feature.
2022-06-13 11:36:51 +01:00
..
code_editor Android: Fix problems with accessible text navigation 2022-06-13 11:36:51 +01:00
documents Docs: Fix typo 2021-12-20 09:24:01 +00:00
embedding ScopedDPIAwarenessDisabler: Move to juce_gui_basics 2021-09-28 11:31:50 +01:00
misc Build: Add -Wdeprecated to recommended flags and fix new warnings 2022-02-23 10:56:10 +00:00
native macOS/iOS: Fix unguarded availability warnings 2022-04-19 11:54:55 +01:00
juce_gui_extra.cpp NSViewFrameWatcher: Extract from NSViewComponent implementation 2022-02-18 16:43:25 +00:00
juce_gui_extra.h Bump version number to 6.1.6 2022-02-28 12:53:10 +00:00
juce_gui_extra.mm Updated all license headers 2020-06-29 08:30:22 +01:00