1015 Commits (d6fd33b38de10716c0208df044ecb51b64d701eb)

Author SHA1 Message Date
  ed b65dc65bc2 Android Accessibility: Don't send accessibility events when inside populateNodeInfo() callback 3 years ago
  ed d8214732ed Android Accessibility: Send appropriate content change types for TYPE_WINDOW_CONTENT_CHANGED accessibility event 3 years ago
  ed 74a83440e2 Android Accessibility: Check for valid host pointer when calling into C++ peer code from Java accessibility callbacks 3 years ago
  ed dd08be6215 Android Accessibility: Guard app context calls in a few places to prevent potential nullptr dereferences 3 years ago
  ed baa1bbafdf Windows: Fall back to old-style modal dialog when showing native message box modally since TaskDialog does not support fully modal dialogs 3 years ago
  ed 06ca1156e1 macOS Accessibility: Always set our NSWindow as accessible so its title bar is navigable 3 years ago
  ed f5eee033ba NativeMessageBox: Return correctly mapped value when shown modally 3 years ago
  ed 3b97c40c2d iOS: Fix a crash in NativeMessageBox implementation when shown modally 3 years ago
  ed d1f16f0643 Accessibility: Add missing static keyword to areAnyAccessibilityClientsActive() implementations 3 years ago
  ed dd18711493 iOS: Use UIAccessibilityContainer methods for correct accessibility hierarchy and navigation 3 years ago
  ed 17fe5a54d8 iOS: Removed private API method 3 years ago
  reuk 087cda7e1f
HWNDComponentPeer: Fix reentrancy bug in DPICHANGED handler 3 years ago
  reuk 20c23700e5 MinGW: Fix some build issues for 32-bit platforms 3 years ago
  ed 8f03215a9e Accessibility: Add Android support 3 years ago
  ed 30654fb8ec Accessibility: Add iOS support 3 years ago
  ed da57f65f3f Accessibility: Add juce_AccessibilityTextHelpers.h 3 years ago
  ed 588e776bb6 Accessibility: Remove redundant method declaration and general fixups 3 years ago
  ed d6a5156dd5 Objective-C++: Make getIvar() a free function so it can be used without a class instance 3 years ago
  ed c5bcfd5c3f macOS: Use the NSOpenPanel message property to display the FileChooser title correctly 3 years ago
  reuk 3c68581567
Use jassertquiet where possible 3 years ago
  ed 551d7b9c5b Add MessageBoxOptions class for specifying a set of AlertWindow and NativeMessageBox options 3 years ago
  ed d3556dfd7f macOS Accessibility: Fixed a memory leak when checking for active accessibility clients 3 years ago
  reuk 1d29091133
FileChooser: Always set initial directory if the initialFileOrDirectory argument is not empty 3 years ago
  reuk 85226c33d4
Mac MainMenu: Allow commands without modifiers to be passed to peer 3 years ago
  ed a5c3b81f82 Use C++14 lambda capture initialisers for initialising deletion checkers 3 years ago
  Tom Poole d53388097b AudioProcessorGraph: Improve performance when building large graphs 3 years ago
  ed 09c06fb946 macOS Accessibility: Fixed an incorrect deployment target check 3 years ago
  attila e867d1dbb4 Linux: Fix maximise when not using native titlebar 3 years ago
  reuk 630afbda54 NSViewComponentPeer: Avoid processing mouse events from tracking areas 3 years ago
  ed a9d17d860c macOS Accessibility: Fixed crash due to availability of NSAccessibilityLayoutChangedNotification on < 10.9 3 years ago
  ed d1b669e6ae Accessibility: Added InternalAccessibilityEvent::elementMovedOrResized 4 years ago
  ed cdf3b619d8 Accessibility: Check if any accessibility clients are active before posting notifications and announcements 4 years ago
  ed 3195db14a4 macOS: Check subview position in ComponentPeer::toFront() and toBehind() before re-ordering subviews for shared windows 4 years ago
  ed cae59fa8b2 macOS Accessibility: Return window title for accessibilityTitle property in JuceNSWindowClass 4 years ago
  ed 8f3483d532 Whitespace 4 years ago
  ed f69095746a Windows Accessibility: Only support ExpandCollapsePattern for expandable elements 4 years ago
  ed d16657ab53 macOS Accessibility: Fixed crashes on macOS < 10.10 when posting notifications 4 years ago
  ed 005d45e0fe macOS Accessibility: Removed some unused text methods and return caret position for accessibilitySelectedTextRange when no text is selected 4 years ago
  ed d5175b6e23 Windows: Use ScopedThreadDPIAwarenessSetter in keyboard hooks to set correct thread DPI awareness 4 years ago
  reuk a70488e38e MacOS: Fix API deprecations in macOS 12.0 and iOS 15.0 4 years ago
  reuk 1ee106d730
PopupMenu: Avoid dismissing PopupMenus in bridged plugin editors 4 years ago
  ed 521faf2dc6 macOS Accessibility: Send NSArray for NSAccessibilityLayoutChangedNotification 4 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
  ed 8b2f3088d7 Accessibility: Added AccessibilityTextInterface::isReadOnly() method and AccessibilityRole::label to distinguish between navigable and selectable read-only text elements and simple labels 4 years ago
  reuk 7ac6911ccc
Windows: Fix clang/gnu compiler warnings 4 years ago
  ed 963fd79e6a Windows Accessibility: Improved support for read-only text interfaces and fixed issue causing text past 1000 characters to not be read out by Narrator 4 years ago
  ed 05f987d893 macOS Accessibility: Use value interface for accessible read-only text 4 years ago
  ed 1634d9f428 macOS: Fixed a build error when building against SDKs < 10.13 for deployment targets < 10.10 4 years ago
  reuk 35260b342c
NSViewComponentPeer: Adjust bounds before constraining when resizing 4 years ago