1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-23 01:44:22 +00:00
JUCE/modules/juce_gui_basics/native/accessibility
reuk 640194c878
MinGW: Improve compatibility
With this patch applied, the DemoRunner should build under MinGW, and be
(nearly) feature-complete compared to the MSVC build.

Specifically, when building with MinGW:
- Adds support for accessibility
- Fixes build issues in the juce_video module
- Fixes a link issue in the VST3 wrapper when VST3_CAN_REPLACE_VST2 is
  defined
- Adds support for the new-style native FileChooser
- Tidies up some other low-severity warnings

Known issues:
- Direct2D rendering is still not supported when building with MinGW due
  to ABI compatibilities.
2022-01-17 10:58:18 +00:00
..
juce_AccessibilityTextHelpers.h Accessibility: Add juce_AccessibilityTextHelpers.h 2021-07-28 11:44:29 +01:00
juce_android_Accessibility.cpp Accessibility: Prefer toggle action to press action for checkable items 2022-01-17 10:58:17 +00:00
juce_ios_Accessibility.mm Accessibility: Prefer toggle action to press action for checkable items 2022-01-17 10:58:17 +00:00
juce_mac_Accessibility.mm Accessibility: Prefer toggle action to press action for checkable items 2022-01-17 10:58:17 +00:00
juce_mac_AccessibilitySharedCode.mm Accessibility: Prefer toggle action to press action for checkable items 2022-01-17 10:58:17 +00:00
juce_win32_Accessibility.cpp MinGW: Improve compatibility 2022-01-17 10:58:18 +00:00
juce_win32_AccessibilityElement.cpp MinGW: Improve compatibility 2022-01-17 10:58:18 +00:00
juce_win32_AccessibilityElement.h MinGW: Improve compatibility 2022-01-17 10:58:18 +00:00
juce_win32_ComInterfaces.h MinGW: Improve compatibility 2022-01-17 10:58:18 +00:00
juce_win32_UIAExpandCollapseProvider.h MinGW: Improve compatibility 2022-01-17 10:58:18 +00:00
juce_win32_UIAGridItemProvider.h MinGW: Improve compatibility 2022-01-17 10:58:18 +00:00
juce_win32_UIAGridProvider.h MinGW: Improve compatibility 2022-01-17 10:58:18 +00:00
juce_win32_UIAHelpers.h Accessibility: Added AccessibilityTextInterface::isReadOnly() method and AccessibilityRole::label to distinguish between navigable and selectable read-only text elements and simple labels 2021-06-07 19:38:29 +01:00
juce_win32_UIAInvokeProvider.h MinGW: Improve compatibility 2022-01-17 10:58:18 +00:00
juce_win32_UIAProviderBase.h Accessibility: Added VoiceOver (macOS) and Narrator (Windows) accessibility screen reader support to juce_gui_basics 2021-05-10 10:53:14 +01:00
juce_win32_UIAProviders.h Accessibility: Added VoiceOver (macOS) and Narrator (Windows) accessibility screen reader support to juce_gui_basics 2021-05-10 10:53:14 +01:00
juce_win32_UIARangeValueProvider.h MinGW: Improve compatibility 2022-01-17 10:58:18 +00:00
juce_win32_UIASelectionProvider.h MinGW: Improve compatibility 2022-01-17 10:58:18 +00:00
juce_win32_UIATextProvider.h MinGW: Improve compatibility 2022-01-17 10:58:18 +00:00
juce_win32_UIAToggleProvider.h MinGW: Improve compatibility 2022-01-17 10:58:18 +00:00
juce_win32_UIATransformProvider.h MinGW: Improve compatibility 2022-01-17 10:58:18 +00:00
juce_win32_UIAValueProvider.h MinGW: Improve compatibility 2022-01-17 10:58:18 +00:00
juce_win32_UIAWindowProvider.h MinGW: Improve compatibility 2022-01-17 10:58:18 +00:00
juce_win32_WindowsUIAWrapper.h MinGW: Improve compatibility 2022-01-17 10:58:18 +00:00