8073 Commits (d6fd33b38de10716c0208df044ecb51b64d701eb)

Author SHA1 Message Date
  reuk ecfa339032
Build: Update minimum build requirements for VS 2015 4 years ago
  reuk 2096a6e50f
UMP: Make the UMPIterator a forward iterator instead of an input iterator 4 years ago
  reuk feb9ebb485
ComSmartPtr: Allow compilation on VS2015 4 years ago
  reuk 22d935ad3e
dsp::IIRFilter: Allow computing filter coefficients without allocating 4 years ago
  reuk ba2cd6cc34
IIRFilter: Provide a new SingleThreadedIIRFilter which does not lock internally 4 years ago
  reuk 03b86d3fb8
GenericInterpolator: Fix use of non-existent valueAtOffset overload 4 years ago
  reuk 36ca0e0fc1
DSP: Avoid forward declaration of IIR::Coefficients 4 years ago
  reuk 2c1081d2a8
VST Host: Fix graphical artefacts when resizing editor views on Windows 4 years ago
  reuk 63284e783d
AAX Client: Fix potential out-of-bounds array access 4 years ago
  reuk f0c02529ef
Colour: Avoid divisions by zero 4 years ago
  reuk c3ab3eb77f
VST3 Client: Implement IProcessContextRequirements 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 efd0373525 macOS: Support infinite timeouts for URL connections 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 3f914b667e VST Host: Respect the editor size requested by plugin 4 years ago
  reuk 5db072b483 Component: Avoid calling native APIs from background threads 4 years ago
  ed dc61bd63e7 macOS: Manually reset repaint WaitableEvent when using CVDisplayLink 4 years ago
  ed 76e9a767ec WaitableEvent: Release lock before calling notify_all() on condition variable 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 928cc5f80c Accessibility: Moved Component::isCurrentlyBlockedByAnotherModalComponent() check into AccessibilityHandler::getCurrentState() to determine whether handler is considered focusable and removed Component::inputAttemptWhenModal() call 4 years ago
  reuk a37f5f23c1
VST3 Host: Avoid re-sending parameter values after loading a preset 4 years ago
  ed f69095746a Windows Accessibility: Only support ExpandCollapsePattern for expandable elements 4 years ago
  ed 7aff57c461 Accessibility: Fixed some focus issues with modal components 4 years ago
  ed c29ddf7681 Accessibility: Return non-focusable AccessibleState from LabelAccessibilityHandler::getCurrentState() when the TextEditor is showing and active so focus is passed through correctly 4 years ago
  ed d16657ab53 macOS Accessibility: Fixed crashes on macOS < 10.10 when posting notifications 4 years ago
  ed cdee88c003 Accessibility: Set TreeViewItem expanded/collapsed state only when it has sub-items 4 years ago
  ed a7f33da900 Accessibility: Set caret position when passed an empty range selection in CodeEditorComponent and TextEditor AccessibilityTextInterface implementations 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 ce9ab1430f Accessibility: Disable accessibility for JUCESplashScreen 4 years ago
  reuk bfb521b610
AudioProcessorEditor: Allow showing a host-provided parameter menu in VST3 plugins 4 years ago
  reuk 63a40188d9
AudioProcessor: Add extensions API for VST3 clients 4 years ago
  reuk 442369bd6b
AudioPluginInstance: Add new API to query properties of hosted plugins 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
  ed 7d349fd68f CoreAudio: Pass AudioDeviceIOProcID to AudioDeviceStart()/AudioDeviceStop() functions 4 years ago
  Attila Szarvas fbc1a51a67 Windows: replace deprecated OS calls in SystemStats::getDisplayLanguage() 4 years ago
  reuk 1ee106d730
PopupMenu: Avoid dismissing PopupMenus in bridged plugin editors 4 years ago
  ed 550127945d Added floating-point implementations for some Component hit-testing methods to improve reliability when dealing with scaled Components 4 years ago
  ed e2aa2a2048 Accessibility: Throttle TreeView/ListBox Viewport move AccessibilityEvent::structureChanged notifications 4 years ago
  ed 521faf2dc6 macOS Accessibility: Send NSArray for NSAccessibilityLayoutChangedNotification 4 years ago
  ed bbc05adb17 Docs: Updated Viewport scrollbar docs 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