8135 Commits (ea6d095ab5884cf731d433ae0a07ced4e8a1a7e5)

Author SHA1 Message Date
  reuk ea6d095ab5
XWindowSystem: Implement createSnapshotOfNativeWindow 4 years ago
  reuk 31500551e1
Move declaration of createSnapshotOfNativeWindow to module header 4 years ago
  reuk c3c171acaf
Grid: Fix behaviour with negative row/column indices 4 years ago
  reuk 9360c3f4ff
Windows: Fix issue where minimising a window could overwrite the last "normal" window bounds 4 years ago
  reuk 6c59a31456
Win32 Windowing: Fix uninitialised data members warning 4 years ago
  reuk 20bcee5047
MidiMessageSequence: Add tests for createControllerUpdatesForTime 4 years ago
  reuk d0615041f0
Plugin clients: Avoid notifying listeners when parameters have not changed 4 years ago
  reuk 836b6edbce
Mac MainMenu: Allow main menu items to be disabled 4 years ago
  reuk ac3d1b7539
MidiKeyboardComponent: Fix potential data race on shouldCheckState data member 4 years ago
  reuk ea250b3655
VST3 Client: Change VST3 native menu so that its position is specified in logical pixels 4 years ago
  reuk 0f3e3d365a
iOS: Use safeAreaInsets API on supported platforms, even when deployment target is low 4 years ago
  reuk 3141c32a64
PopupMenu: Avoid const_cast in implementation 4 years ago
  reuk ab966fb499
PopupMenu: Add withMousePosition helper function to Options 4 years ago
  reuk 84c5627b42
PopupMenu: Ensure that menu appears at the correct position on Windows with a hi res display in standalone apps 4 years ago
  reuk c3276f436d
PopupMenu: Add some documentation to the Options class 4 years ago
  reuk 37781916e5
PopupMenu: Fix documentation typo 4 years ago
  reuk ea757cf1ea
PopupMenu: Only show menus within safe areas of the screen 4 years ago
  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