7951 Commits (61c638106f84bdadd7b9ef380b30bdee9b51da05)

Author SHA1 Message Date
  Tom Poole 61c638106f Clarify some FileChooser example code 3 years ago
  reuk 1fb2203517 MidiFile: Allow reporting the type of parsed files 3 years ago
  reuk 71bc141770 AttributedString: Fix faulty font lookup when rendering text 3 years ago
  reuk 55f6f3227d TextLayout: Tidy up special member functions 3 years ago
  reuk 1cd5abe489 AudioBlock: Remove unnecessary casts 3 years ago
  reuk 6c46512e8b NSViewComponent: Ensure NSView follows size of top-level component 3 years ago
  reuk 280d97eb79 OpenGL: Check at runtime whether non-power-of-two textures are supported 3 years ago
  reuk f0b515cc73 OpenGL: Fix shader compilation on Ubuntu 18.04 3 years ago
  reuk 024a0b4a20 FileBasedDocument: Fix use-after-move bug 3 years ago
  reuk 630afbda54 NSViewComponentPeer: Avoid processing mouse events from tracking areas 3 years ago
  ed a9d17d860c macOS Accessibility: Fixed crash due to availability of NSAccessibilityLayoutChangedNotification on < 10.9 3 years ago
  ed 3321ff231d Accessibility: Fall back to RowComponent AccessibilityHandler if no custom cell component handler has been set in TableListBox 3 years ago
  ed c559d31e90 Accessibility: Override Accessibility::getHelp() for JUCE widgets that support tooltips 3 years ago
  ed 422c8f8114 Accessibility: Disable accessibility for TooltipWindows to prevent them from interfering with focus 3 years ago
  ed f6ceba3e5b Accessibility: Disable accessibility for Drawable base class 3 years ago
  ed e119178b5b Check BailOutChecker before sending accessibility moved/resized event in Component::sendMovedResizedMessages() 3 years ago
  Tom Poole 845631c762 Linux: Fix bug restoring window positions from saved state 3 years ago
  reuk dcd2ef93f9
Colour: Remove restrictions on argument to brighter() and darker() 3 years ago
  reuk 407966b2ca
Windows: Fix warnings when building with clang in 64-bit mode 3 years ago
  Tom Poole fe4ba9071b Set the default value of JUCE_MODAL_LOOPS_PERMITTED to 0 3 years ago
  ed f1768843fb StandaloneFilterWindow: Check that stored previous window position is onscreen 3 years ago
  ed 4e9521be2d ComSmartPtr: Fixed behaviour of ComBaseClassHelper::QueryInterface() in release builds 3 years ago
  ed 88ec2759cb AAX: Support unicode track names for TrackProperties 3 years ago
  ed 0c89469ab6 CoreAudio: Call AudioDeviceStop() on IO thread when stopping audio devices 3 years ago
  attila 56cf81d32b AU Client: Fix allocation on audio thread in JuceAU::audioProcessorChanged() 3 years ago
  attila 570e173583 VST3 Client: Fix allocation on audio thread caused by PluginHostType ctor 3 years ago
  ed d9f7d068ed WaitableEvent: Increased lock scope in signal() 3 years ago
  ed 750982069d BufferingAudioReader: Partially revert b3bdfdb3 to snap chunk start position to multiples of samplesPerBlock to fix stuttering MP3 playback on Windows 3 years ago
  reuk 423d46c9ba
AU Client: Avoid potential out-of-bounds read when adding buses 3 years ago
  reuk 750cb92770
AU Client: Fix AU plugins misreporting their supported channel configurations 3 years ago
  reuk bc2ad3d7c5
Build: Improve support for AU resource files on ARM Macs 3 years ago
  Tom Poole 78be43888e Update the minimum C++ standard to C++14 3 years ago
  reuk 0c56fa8fa0
Colour: Fix comparisons in HSL conversions 3 years ago
  attila 7a592bd6c2 DSP: Fix Chorus not allocating a large enough DelayLine 3 years ago
  reuk ecfa339032
Build: Update minimum build requirements for VS 2015 3 years ago
  reuk 2096a6e50f
UMP: Make the UMPIterator a forward iterator instead of an input iterator 3 years ago
  reuk feb9ebb485
ComSmartPtr: Allow compilation on VS2015 3 years ago
  reuk 22d935ad3e
dsp::IIRFilter: Allow computing filter coefficients without allocating 3 years ago
  reuk ba2cd6cc34
IIRFilter: Provide a new SingleThreadedIIRFilter which does not lock internally 3 years ago
  reuk 03b86d3fb8
GenericInterpolator: Fix use of non-existent valueAtOffset overload 3 years ago
  reuk 36ca0e0fc1
DSP: Avoid forward declaration of IIR::Coefficients 3 years ago
  reuk 2c1081d2a8
VST Host: Fix graphical artefacts when resizing editor views on Windows 3 years ago
  reuk 63284e783d
AAX Client: Fix potential out-of-bounds array access 3 years ago
  reuk f0c02529ef
Colour: Avoid divisions by zero 3 years ago
  reuk c3ab3eb77f
VST3 Client: Implement IProcessContextRequirements 3 years ago
  ed e2d41dfa0a Accessibility: Fixed slider step size for sliders with no interval explicitly set 3 years ago
  Tom Poole 8ce68447bb DrawableImage: Remove a message thread dependency 3 years ago
  ed efd0373525 macOS: Support infinite timeouts for URL connections 3 years ago
  ed d1b669e6ae Accessibility: Added InternalAccessibilityEvent::elementMovedOrResized 3 years ago
  ed cdf3b619d8 Accessibility: Check if any accessibility clients are active before posting notifications and announcements 3 years ago