2551 Commits (9199fa3c5179a7d8c3a443e4068bfb1a901b62b8)

Author SHA1 Message Date
  Tom Poole 5109e30c6f Bump version number to 6.1.1 4 years ago
  ed 8370542eb2 Accessibility: Only use AccessibilityRole::toggleButton role and add AccessibilityActionType::toggle for ToggleButtons 4 years ago
  ed 90eb878d16 Accessibility: Make createAccessibilityHandler() private in Component subclasses 4 years ago
  ed dd08be6215 Android Accessibility: Guard app context calls in a few places to prevent potential nullptr dereferences 4 years ago
  ed 3739fe4829 Accessibility: Added ScopedDragNotification for sending slider drag notifications 4 years ago
  ed 8d6ba3b54e Accessibility: Use AccessibilityRole::ignored for UI elements that should not be accessible to screen readers but have accessible children 4 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 4 years ago
  ed 06ca1156e1 macOS Accessibility: Always set our NSWindow as accessible so its title bar is navigable 4 years ago
  ed 59333870f5 Accessibility: Disable accessibility of child components when calling `Component::setAccessible (false);` 4 years ago
  ed 8bb08f558e Accessibility: Fix off-by-one row index bug when using a ListBox with an accessible header component 4 years ago
  ed 945a7f4477 Accessibility: Send value change notifications from SliderAccessibilityHandler 4 years ago
  ed f5eee033ba NativeMessageBox: Return correctly mapped value when shown modally 4 years ago
  ed 3b97c40c2d iOS: Fix a crash in NativeMessageBox implementation when shown modally 4 years ago
  Tom Poole 6542446594 Update the JUCE logo 4 years ago
  Tom Poole 46fe3789fc Bump version number to 6.1.0 4 years ago
  ed c799b56b60 Fix missing prototypes warnings 4 years ago
  ed 6f8c464747 TextEditor: Fix a highlighting bug 4 years ago
  ed c3cb59d6ae TextEditor: Avoid some potential nullptr dereferences in the Iterator class 4 years ago
  ed 6d40b627ba AlertWindow: Fix incorrect return value when using modal native ok/cancel and yes/no/cancel dialogs 4 years ago
  ed d1f16f0643 Accessibility: Add missing static keyword to areAnyAccessibilityClientsActive() implementations 4 years ago
  ed dd18711493 iOS: Use UIAccessibilityContainer methods for correct accessibility hierarchy and navigation 4 years ago
  ed 17fe5a54d8 iOS: Removed private API method 4 years ago
  ed 2db1bbdc0f Add missing AlertWindow::showNativeDialogBox() implementation that was removed in 551d7b9c 4 years ago
  reuk 3c1393ecb6 ChoicePropertyComponent: Allow slightly more relaxed matching in getValue 4 years ago
  reuk 087cda7e1f
HWNDComponentPeer: Fix reentrancy bug in DPICHANGED handler 4 years ago
  reuk 20c23700e5 MinGW: Fix some build issues for 32-bit platforms 4 years ago
  ed 5d7f59a19d Accessibility: Fix focus transfer issue when hiding modal components 4 years ago
  ed c66e8baf7e Whitespace 4 years ago
  ed 8f03215a9e Accessibility: Add Android support 4 years ago
  ed 30654fb8ec Accessibility: Add iOS support 4 years ago
  ed da57f65f3f Accessibility: Add juce_AccessibilityTextHelpers.h 4 years ago
  ed 588e776bb6 Accessibility: Remove redundant method declaration and general fixups 4 years ago
  ed 17ca903aaa Accessibility: Don't give focus to currently keyboard focused component in AccessibilityHandler::giveAwayFocusInternal() 4 years ago
  ed 1028b6e5d1 Accessibility: Fix inaccessible MenuBarComponent items 4 years ago
  ed a2f7aaab2f Accessibility: Don't create AccessibilityHandler for Components without a native window handle 4 years ago
  ed d6a5156dd5 Objective-C++: Make getIvar() a free function so it can be used without a class instance 4 years ago
  ed ddb59d1361 Docs: Fix typo in Component child adding methods 4 years ago
  ed c5bcfd5c3f macOS: Use the NSOpenPanel message property to display the FileChooser title correctly 4 years ago
  reuk 3c68581567
Use jassertquiet where possible 4 years ago
  reuk 19e1488e18
Slider: Add getScrollWheelEnabled function 4 years ago
  ed 88d2edf189 ModalCallbackFunction: Use NullCheckedInvocation helper to fix potential crash due to calling null std::function 4 years ago
  ed 3d4d0caca8 ModalCallbackFunction: Fix crash due to dangling reference 4 years ago
  ed 551d7b9c5b Add MessageBoxOptions class for specifying a set of AlertWindow and NativeMessageBox options 4 years ago
  ed d3556dfd7f macOS Accessibility: Fixed a memory leak when checking for active accessibility clients 4 years ago
  ed db2036e81a ChoicePropertyComponent: Return default index if value is not found in value source mapper 4 years ago
  reuk 1d29091133
FileChooser: Always set initial directory if the initialFileOrDirectory argument is not empty 4 years ago
  reuk 85226c33d4
Mac MainMenu: Allow commands without modifiers to be passed to peer 4 years ago
  ed a5c3b81f82 Use C++14 lambda capture initialisers for initialising deletion checkers 4 years ago
  ed 5a78b06f5c Update Button state after sending click callback in Button::mouseUp() 4 years ago
  Tom Poole d53388097b AudioProcessorGraph: Improve performance when building large graphs 4 years ago