987 Commits (61c638106f84bdadd7b9ef380b30bdee9b51da05)

Author SHA1 Message Date
  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
  reuk 31a7c62baf
Windows: Fix and suppress some analysis warnings 4 years ago
  ed 8a6a520026 iOS: Check if text entry caused TextInputTarget deletion before calling updateHiddenTextContent() 4 years ago
  ed a192e27961 macOS: Set NSWindow accessibilityElement property to prevent VoiceOver reading out notifications for inaccessible windows 4 years ago
  ed 02c5ad29db macOS: Disable accessibility on deployment targets < 10.10 4 years ago
  reuk 3b93d5d7eb FileChooser: Allow multiple directory selection on Linux/Zenity 4 years ago
  reuk bad031aa03 iOS: Enable support for layered/async drawing 4 years ago
  reuk 73523cd6a5
UIViewComponentPeer: Add support for hover and scroll events from external mice and trackpads 4 years ago
  ed b34e798f39 Accessibility: Fixed some bugs in Windows text navigation and readouts, improved selection and focus navigation 4 years ago
  ed c359f99fb5 Accessibility: Improved macOS support for offscreen rows/cells 4 years ago
  reuk c19cd73306
HWNDComponentPeer: Avoid dismissing modals from peer-initiated messages 4 years ago
  ed 8b74ec2fb7 MinGW: Exclude native accessibility code 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
  reuk 19821db2a3
HWNDComponentPeer: Dismiss modals when windows are moved 4 years ago
  reuk e9b26887dd
NSViewComponentPeer: Fix bug where components could draw with unwanted translation 4 years ago
  reuk 6e5645bf8f
macOS Windowing: Revert unnecessary change which produced incorrect monitor bounds 4 years ago
  reuk f73f8ee849
NSViewComponentPeer: Use JUCE-style coordinates to position subviews 4 years ago
  reuk ec43c7f61c
FileChooser: Remember previous file location on Windows 4 years ago
  reuk 1e606ddb32
MainMenu: Allow components to directly handle shortcut keys which trigger menu items 4 years ago
  reuk 146c8573ca
X11: Fix drag-n-drop bug in the XWindowSystem class 4 years ago
  ed 11d872ea1b MessageMananger: Made dispatchNextMessageOnSystemQueue() accessible by internal code 4 years ago
  ed 58761a44c1 Linux: Made X11Symbols singleton thread-safe 4 years ago
  reuk a10cc6faff
FileChooser: Improve MinGW compatibility 4 years ago
  reuk 98d5dc84e6
FileChooser: Get rid of unnecessary shared-ptr in win32 native implementation 4 years ago
  reuk b952d0204e
FileChooser: Pump message thread in destructor 4 years ago
  ed faf5ed4023 Linux/X11: Prefer CLIPBOARD selection to PRIMARY 4 years ago
  Tom Poole 765eafb1eb Fixed some file permissions 4 years ago
  ed 762cf327be macOS: Removed static display change callback 4 years ago
  ed bb94767e3b Linux: Fixed a compile error when JUCE_USE_XRENDER=1 4 years ago
  Tom Poole a9ad07a945 Use RAII for CFTypes 4 years ago
  reuk 767f63dfb0
UIViewComponentPeer: Fix issue where heavyweight windows could "drift" when resized slowly 4 years ago
  reuk 92ca22c080
UIViewComponentPeer: Fix issue where view may be accessed after deletion 4 years ago
  reuk 5bcd2b0dfb
NSViewComponentPeer: Force repaint when window becomes key 4 years ago
  reuk 8fb4541fdb
iOS: Avoid unnecessary numeric conversion 4 years ago
  reuk d4e802016a VST3: Fix issue where Ardour would repeatedly try to resize editors 4 years ago
  ed 40c86d6b2f Linux: Fail more gracefully on systems which don't support 32-, 24-, or 16-bit RGB displays 4 years ago
  reuk 3afaaa48be FileChooser: Fix IFileDialogEvents leak 4 years ago
  ed c32142a215 Windows: Fixed a build error and some unreachable code warnings when JUCE_WIN_PER_MONITOR_DPI_AWARE=0 4 years ago
  reuk 7a0b17c0d3 LinuxComponentPeer: Fix scaling in custom windows created by plugins 4 years ago
  reuk fd2f866dd1 FileChooser: Avoid throwing bad_weak_ptr 4 years ago