2638 Commits (cdbefa3b51e2084b51e7ec506984f263708f8537)

Author SHA1 Message Date
  reuk 3c1393ecb6 ChoicePropertyComponent: Allow slightly more relaxed matching in getValue 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 5d7f59a19d Accessibility: Fix focus transfer issue when hiding modal components 3 years ago
  ed c66e8baf7e Whitespace 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 17ca903aaa Accessibility: Don't give focus to currently keyboard focused component in AccessibilityHandler::giveAwayFocusInternal() 3 years ago
  ed 1028b6e5d1 Accessibility: Fix inaccessible MenuBarComponent items 3 years ago
  ed a2f7aaab2f Accessibility: Don't create AccessibilityHandler for Components without a native window handle 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 ddb59d1361 Docs: Fix typo in Component child adding methods 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
  reuk 19e1488e18
Slider: Add getScrollWheelEnabled function 3 years ago
  ed 88d2edf189 ModalCallbackFunction: Use NullCheckedInvocation helper to fix potential crash due to calling null std::function 3 years ago
  ed 3d4d0caca8 ModalCallbackFunction: Fix crash due to dangling reference 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
  ed db2036e81a ChoicePropertyComponent: Return default index if value is not found in value source mapper 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
  ed 5a78b06f5c Update Button state after sending click callback in Button::mouseUp() 3 years ago
  Tom Poole d53388097b AudioProcessorGraph: Improve performance when building large graphs 4 years ago
  ed 09c06fb946 macOS Accessibility: Fixed an incorrect deployment target check 4 years ago
  attila e867d1dbb4 Linux: Fix maximise when not using native titlebar 4 years ago
  ed 90ea4cc2ab Accessibility: Return button tooltip from ButtonAccessibilityHandler::getHelp() 4 years ago
  Tom Poole 61c638106f Clarify some FileChooser example code 4 years ago
  reuk 630afbda54 NSViewComponentPeer: Avoid processing mouse events from tracking areas 4 years ago
  ed a9d17d860c macOS Accessibility: Fixed crash due to availability of NSAccessibilityLayoutChangedNotification on < 10.9 4 years ago
  ed 3321ff231d Accessibility: Fall back to RowComponent AccessibilityHandler if no custom cell component handler has been set in TableListBox 4 years ago
  ed c559d31e90 Accessibility: Override Accessibility::getHelp() for JUCE widgets that support tooltips 4 years ago
  ed 422c8f8114 Accessibility: Disable accessibility for TooltipWindows to prevent them from interfering with focus 4 years ago
  ed f6ceba3e5b Accessibility: Disable accessibility for Drawable base class 4 years ago
  ed e119178b5b Check BailOutChecker before sending accessibility moved/resized event in Component::sendMovedResizedMessages() 4 years ago
  Tom Poole 845631c762 Linux: Fix bug restoring window positions from saved state 4 years ago
  Tom Poole fe4ba9071b Set the default value of JUCE_MODAL_LOOPS_PERMITTED to 0 4 years ago
  Tom Poole 78be43888e Update the minimum C++ standard to C++14 4 years ago
  ed e2d41dfa0a Accessibility: Fixed slider step size for sliders with no interval explicitly set 4 years ago
  Tom Poole 8ce68447bb DrawableImage: Remove a message thread dependency 4 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 399f8d5bf6 Accessibility: Use AccessibilityRole::editableText role when Label is editable 4 years ago
  ed 94fb4a20e3 Restored previous behaviour of Label::focusGained() to just show editor on tab focus change 4 years ago
  reuk 5db072b483 Component: Avoid calling native APIs from background threads 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