8091 Commits (d589f65b368bb76c02469e15ee94429f42d55368)

Author SHA1 Message Date
  ed d589f65b36 AUv3: Fall back to view size if AUViewControllerBase preferredContentSize property has a zero size when opening plug-in editor 4 years ago
  ed ada1b2d693 AU: Reset plug-in host callbacks in prepareToPlay() in case they were removed when uninitialising or resetting the audio unit 4 years ago
  ed 4649bc1b13 Windows: Add WebView2Preferences struct to modify aspects of WebView2 behaviour 4 years ago
  reuk 056700572c
OpenGLPixelFormat: Tidy up equality function 4 years ago
  reuk abf493122f
OpenGL: Attempt to enable multisampling on Android 4 years ago
  reuk 75258a4ba6
OpenGL: Add multisampling support on Linux 4 years ago
  reuk f0d11f961b
OpenGLContext: Avoid reading from component on background thread 4 years ago
  reuk ceae64dd40
AudioDeviceSelectorComponent: Always show the actual samplerate of the device 4 years ago
  reuk fd87195941
iOS Audio: Allow specifying a fixed set of preferred sample rates 4 years ago
  reuk 3f5862cf17
WASAPI: Tidy up internal buffering mechanism 4 years ago
  reuk 32322a51e8
TableHeaderComponent: Avoid repainting in setColumnWidth if requested size is outside limits 4 years ago
  reuk c49e18cad4
Projucer: Add option to automatically set up oneMKL in VS exporters 4 years ago
  reuk f989182f32
Linux windowing: Display utf-8 native window titles correctly 4 years ago
  attila cea889d311 macOS OpenGL: Use display refresh rate when rate limiting swapBuffers() 4 years ago
  Tom Poole bc75010116 Bump version number to 6.1.2 4 years ago
  Tom Poole f1fecfdc88 Add some missing Doxygen tags 4 years ago
  ed a46c484afb Fix some conversion warnings flagged up by Android Studio 4 years ago
  ed ae8662ce6d macOS Accessibility: Silence some unguarded-selector warnings 4 years ago
  ed 30b37da39b Accessibility: Fix parent handler traversal when hit test handler is ignored in AccessibilityHandler::getChildAt() 4 years ago
  ed d6fd33b38d Accessibility: Disable accessibility for PopupMenu windows on the desktop when their parent window or target component have accessibility disabled 4 years ago
  ed b65dc65bc2 Android Accessibility: Don't send accessibility events when inside populateNodeInfo() callback 4 years ago
  ed d8214732ed Android Accessibility: Send appropriate content change types for TYPE_WINDOW_CONTENT_CHANGED accessibility event 4 years ago
  ed 74a83440e2 Android Accessibility: Check for valid host pointer when calling into C++ peer code from Java accessibility callbacks 4 years ago
  reuk 0a288fc71e
AU Host: Fix bug where modifying parameters from a custom editor would sometimes update incorrect parameters in the host 4 years ago
  ed 9db2647971 Docs: Fix a typo 4 years ago
  ed 24910cc4b4 Fix GCC Wshadow warnings 4 years ago
  ed 1d55452b78 VST3 Host: Ensure that plug-ins without IPlugViewContentScaleSupport support are resized correctly when the native scale factor changes 4 years ago
  ed f17425c880 VST3 Host: Be more forgiving of internal parameter IDs in beginEdit/performEdit/endEdit methods 4 years ago
  ed 3f699f5b14 VST3 Host: Only call onSize() in resizeView() if the size has changed 4 years ago
  ed 598748c825 VST3 Host: Call updateMidiMapping() after enabling plug-in MIDI busses in setupIO() 4 years ago
  attila 5c933d4c4e macOS OpenGL: Use display refresh rate when rate limiting swapBuffers() 4 years ago
  Tom Poole 5109e30c6f Bump version number to 6.1.1 4 years ago
  ed f0002845d5 OpenGL: Correctly reset repaintEvent 4 years ago
  ed 7bc696cd28 Windows: Use Component::ScaleFactorListener in ActiveXComponent, OpenGL and video native code and remove some unnecessary JUCE_WIN_PER_MONITOR_DPI_AWARE checks 4 years ago
  reuk 65396f986d
OpenGL: Use correct reference to glResolveMultisampleFramebufferAPPLE 4 years ago
  ed 8370542eb2 Accessibility: Only use AccessibilityRole::toggleButton role and add AccessibilityActionType::toggle for ToggleButtons 4 years ago
  reuk 4f5c559ce2
VST3 Host: Ensure that program parameter is updated in response to program change requests 4 years ago
  reuk b2a51eb253
VST3 Client: Avoid segfaults when updating program and bypass parameters 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 b760620e05 TextLayout: Ensure that line origin is set correctly when line starts with whitespace or newline glyphs 4 years ago
  ed c26ff2da6b DirectWrite: Don't skip newline glyph runs when performing text layout 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