12503 Commits (cdbefa3b51e2084b51e7ec506984f263708f8537)
 

Author SHA1 Message Date
  reuk ac3d1b7539
MidiKeyboardComponent: Fix potential data race on shouldCheckState data member 3 years ago
  reuk ea250b3655
VST3 Client: Change VST3 native menu so that its position is specified in logical pixels 3 years ago
  reuk 0f3e3d365a
iOS: Use safeAreaInsets API on supported platforms, even when deployment target is low 3 years ago
  reuk 3141c32a64
PopupMenu: Avoid const_cast in implementation 3 years ago
  reuk ab966fb499
PopupMenu: Add withMousePosition helper function to Options 3 years ago
  reuk 84c5627b42
PopupMenu: Ensure that menu appears at the correct position on Windows with a hi res display in standalone apps 3 years ago
  reuk c3276f436d
PopupMenu: Add some documentation to the Options class 3 years ago
  reuk 37781916e5
PopupMenu: Fix documentation typo 3 years ago
  reuk ea757cf1ea
PopupMenu: Only show menus within safe areas of the screen 3 years ago
  reuk f87582a013
URL: Allow specifying shared container for downloads on iOS 3 years ago
  reuk fb09a97be4
AudioDeviceManager: Fix and test preferredDeviceName lookup 3 years ago
  reuk 22f0f2b433
AudioDeviceManager: Refactor to avoid repetition 3 years ago
  reuk 34bda5d75b
AudioDeviceManager: Always try to pick an initial device type that has some connected devices 3 years ago
  reuk 10a26b7584
TooltipWindow: Avoid re-showing a tooltip if the mouse has not moved since it was last clicked 3 years ago
  reuk c802319241
Viewport: Stop touches on other components from interrupting scrolling 3 years ago
  reuk 7b64bd7406
DelayLine: Allow setting a new maximum delay time after construction 3 years ago
  reuk c41f64111f
FilterDesign: Add assertions to catch misuse of design functions 3 years ago
  reuk e02a09da0c
HeapBlock: Disable size-based constructor for non-integral arguments 3 years ago
  reuk ef0b1ec1ef
DSPModulePluginDemo: Add parameter groups 3 years ago
  reuk 07ca7ae13b
GenericAudioProcessorEditor: Update parameter names when AudioProcessor changes 3 years ago
  reuk cfec0b5356
GenericAudioProcessorEditor: Add support for grouped parameters 3 years ago
  reuk 12fd1479a8
AudioPluginHost: Only add editor menu item for plugins with editors 3 years ago
  reuk 31c7f42e55
AudioPluginHost: Only allow editor window resizing when this is supported by the plugin 3 years ago
  reuk 3d1d060317
AudioPluginInstance: Add API to retrieve parameter IDs from hosted plugins 3 years ago
  reuk fbe446eac0
ProcessorChain: Add support for C++17 structured bindings 3 years ago
  reuk 930a3299f2
Reservoir: Factor out reservoir management code 3 years ago
  reuk abd5fe4a69
DryWetMixer: Update implementation to use SingleThreadedAbstractFifo 3 years ago
  reuk b0bd1c4f63
SingleThreadedAbstractFifo: Move into juce_core 3 years ago
  reuk 7504fa065b
FileChooser: In Linux FileChoosers, prefer to open files rather than directories if both are requested 3 years ago
  reuk 0feda541e7
Projucer: Escape external library paths correctly 3 years ago
  Attila Szarvas 823bfb0c32 DragAndDropContainer: fix positioning when source Component is transformed 3 years ago
  ed a7915ec47e iOS/macOS Accessibility: Tidy up shared value getter 3 years ago
  ed 2abf68d866 iOS Accessibility: Create UIAccessibilityReadingContent protocol-conforming classes dynamically for text elements 3 years ago
  ed a6db2ef4ff iOS Accessibility: Fix a potential use-after-free when deallocating a container element 3 years ago
  ed 49fdf1a4d3 Re-save all projects 3 years ago
  reuk b6ab931bcf
File: Add helper function to locate shared containers on macOS and iOS 3 years ago
  reuk d738f0274e
File: Fix quoting in openDocument() on Linux 3 years ago
  reuk 9199fa3c51
Warnings: Avoid triggering missing-prototypes warnings on macOS/iOS 3 years ago
  reuk d396bdb97f
CMake: Allow setting the network multicast entitlement 3 years ago
  reuk 0d716ab647
CMake: Enable program database output by default for debug builds 3 years ago
  reuk 3768349a05
Font: Make Font and TypefaceCache threadsafe 3 years ago
  ed 300f573163 PluginHostType: Add Ableton Live 11 detection 3 years ago
  ed 55ffe91db8 TreeView: Don't add MouseListener for nested custom components 3 years ago
  ed d589f65b36 AUv3: Fall back to view size if AUViewControllerBase preferredContentSize property has a zero size when opening plug-in editor 3 years ago
  ed ada1b2d693 AU: Reset plug-in host callbacks in prepareToPlay() in case they were removed when uninitialising or resetting the audio unit 3 years ago
  ed 4649bc1b13 Windows: Add WebView2Preferences struct to modify aspects of WebView2 behaviour 3 years ago
  ed 315f6d8fcd Projucer: Bump WebView2 package version to latest stable 3 years ago
  reuk 056700572c
OpenGLPixelFormat: Tidy up equality function 3 years ago
  reuk abf493122f
OpenGL: Attempt to enable multisampling on Android 3 years ago
  reuk 75258a4ba6
OpenGL: Add multisampling support on Linux 3 years ago