8118 Commits (f87582a01311efbad249cab2340c6d63f4e53d65)

Author SHA1 Message Date
  reuk f87582a013
URL: Allow specifying shared container for downloads on iOS 4 years ago
  reuk fb09a97be4
AudioDeviceManager: Fix and test preferredDeviceName lookup 4 years ago
  reuk 22f0f2b433
AudioDeviceManager: Refactor to avoid repetition 4 years ago
  reuk 34bda5d75b
AudioDeviceManager: Always try to pick an initial device type that has some connected devices 4 years ago
  reuk 10a26b7584
TooltipWindow: Avoid re-showing a tooltip if the mouse has not moved since it was last clicked 4 years ago
  reuk c802319241
Viewport: Stop touches on other components from interrupting scrolling 4 years ago
  reuk 7b64bd7406
DelayLine: Allow setting a new maximum delay time after construction 4 years ago
  reuk c41f64111f
FilterDesign: Add assertions to catch misuse of design functions 4 years ago
  reuk e02a09da0c
HeapBlock: Disable size-based constructor for non-integral arguments 4 years ago
  reuk 07ca7ae13b
GenericAudioProcessorEditor: Update parameter names when AudioProcessor changes 4 years ago
  reuk cfec0b5356
GenericAudioProcessorEditor: Add support for grouped parameters 4 years ago
  reuk 3d1d060317
AudioPluginInstance: Add API to retrieve parameter IDs from hosted plugins 4 years ago
  reuk fbe446eac0
ProcessorChain: Add support for C++17 structured bindings 4 years ago
  reuk 930a3299f2
Reservoir: Factor out reservoir management code 4 years ago
  reuk abd5fe4a69
DryWetMixer: Update implementation to use SingleThreadedAbstractFifo 4 years ago
  reuk b0bd1c4f63
SingleThreadedAbstractFifo: Move into juce_core 4 years ago
  reuk 7504fa065b
FileChooser: In Linux FileChoosers, prefer to open files rather than directories if both are requested 4 years ago
  Attila Szarvas 823bfb0c32 DragAndDropContainer: fix positioning when source Component is transformed 4 years ago
  ed a7915ec47e iOS/macOS Accessibility: Tidy up shared value getter 4 years ago
  ed 2abf68d866 iOS Accessibility: Create UIAccessibilityReadingContent protocol-conforming classes dynamically for text elements 4 years ago
  ed a6db2ef4ff iOS Accessibility: Fix a potential use-after-free when deallocating a container element 4 years ago
  reuk b6ab931bcf
File: Add helper function to locate shared containers on macOS and iOS 4 years ago
  reuk d738f0274e
File: Fix quoting in openDocument() on Linux 4 years ago
  reuk 9199fa3c51
Warnings: Avoid triggering missing-prototypes warnings on macOS/iOS 4 years ago
  reuk 3768349a05
Font: Make Font and TypefaceCache threadsafe 4 years ago
  ed 300f573163 PluginHostType: Add Ableton Live 11 detection 4 years ago
  ed 55ffe91db8 TreeView: Don't add MouseListener for nested custom components 4 years ago
  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