attila
94dcad52d0
Slider: Add keyboard control even without accessibility
3 years ago
attila
7c66dc8e15
Slider: Add keyboard control even without accessibility
3 years ago
Tom Poole
2ec861d99e
Update licensing banners to JUCE 7
3 years ago
reuk
19ddbe2368
Warnings: Fix missing-prototypes warnings
3 years ago
Tom Poole
dea3fe60e4
Update copyright banners
3 years ago
attila
54ea55325f
Windows Accessibility: Only call UiaDisconnectAllProviders in
standalone apps
This change fixes a crash in Reaper when closing a plugin window
with ALT + F4.
3 years ago
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.
3 years ago
ed
ab1d18ed92
Whitespace
3 years ago
ed
9c5b76a5ac
Windows Accessibility: Ensure that UiaDisconnectProvider() is called with a valid provider pointer
3 years ago
ed
82bcad9d30
Windows Accessibility: Only send window open/close events for main application windows to fix COM ref-counting leak
3 years ago
ed
0b844b7d88
Windows Accessibility: Implement AccessibilityEvent::valueChanged
3 years ago
ed
d1f16f0643
Accessibility: Add missing static keyword to areAnyAccessibilityClientsActive() implementations
3 years ago
ed
588e776bb6
Accessibility: Remove redundant method declaration and general fixups
3 years ago
reuk
3c68581567
Use jassertquiet where possible
3 years ago
ed
d1b669e6ae
Accessibility: Added InternalAccessibilityEvent::elementMovedOrResized
3 years ago
ed
cdf3b619d8
Accessibility: Check if any accessibility clients are active before posting notifications and announcements
3 years ago
ed
9ed55a7639
Accessibility: Added AccessibilityEvent::titleChanged
4 years ago
ed
e4f9e7f79b
macOS Accessibility: Use @available keyword where possible to check if accessibility support is available at runtime
4 years ago
reuk
7ac6911ccc
Windows: Fix clang/gnu compiler warnings
4 years ago
ed
b34e798f39
Accessibility: Fixed some bugs in Windows text navigation and readouts, improved selection and focus navigation
4 years ago
ed
70d0657f00
Windows: Only load UIA functions when accessibility is active
4 years ago
ed
ec990202b1
Accessibility: Added VoiceOver (macOS) and Narrator (Windows) accessibility screen reader support to juce_gui_basics
4 years ago