1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-26 02:14:22 +00:00
JUCE/modules/juce_gui_basics
attila a662e5584b PopupMenu: Add explicit focus order to menu items
Without this VoiceOver will iterate over menu items left to right first,
and iteration order will be affected by whether the PopupMenu gets
broken up into multiple columns due to not enough screen space.
2023-02-03 16:11:11 +01:00
..
accessibility Build: Replace JUCE_NODISCARD with [[nodiscard]] 2022-09-12 16:14:57 +01:00
application Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
buttons HyperlinkButton: Use AccessibilityHandler with hyperlink role 2022-07-28 21:58:52 +01:00
commands Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
components Add default return value for Component::exitModalState 2023-01-03 14:21:34 +00:00
desktop Make it possible to attach Component updates to vblank events 2022-10-17 12:32:55 +02:00
drawables Drawable: Fix clobbering Component transform when setDrawableTransform() isn't called 2022-07-22 15:21:59 +02:00
filebrowser FileSearchPath: Allow working with paths that are not necessarily absolute 2023-02-01 23:05:51 +00:00
keyboard TextInputTarget: Improve IME support on Android 2022-12-07 13:12:02 +00:00
layout SidePanel: Fix shadow drawing artefact on hi-res screens 2022-12-14 18:59:44 +00:00
lookandfeel Convert ignoreUnused to [[maybe_unused]] 2022-12-01 11:41:50 +00:00
menus PopupMenu: Add explicit focus order to menu items 2023-02-03 16:11:11 +01:00
misc Convert ignoreUnused to [[maybe_unused]] 2022-12-01 11:41:50 +00:00
mouse Docs: Add a link to TooltipWindow from SettableTooltipClient 2022-12-22 10:43:34 +00:00
native Android: Add simulated mouse exit event to the mouse up callback 2023-02-03 16:11:11 +01:00
positioning Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
properties Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
widgets TreeView: Fix getAllVisibleItems() when only the final row of the tree fits in the viewport 2023-01-25 17:12:34 +00:00
windows Docs: Fix some Doxygen warnings 2022-12-22 14:00:38 +00:00
juce_gui_basics.cpp XWindowSystem: Use ScopedWindowAssociation for improved DRYness 2022-12-14 11:12:32 +00:00
juce_gui_basics.h Bump version number to 7.0.5 2023-01-25 11:37:31 +00:00
juce_gui_basics.mm Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00