8073 Commits (d6fd33b38de10716c0208df044ecb51b64d701eb)

Author SHA1 Message Date
  ed a5c3b81f82 Use C++14 lambda capture initialisers for initialising deletion checkers 4 years ago
  ed 5a78b06f5c Update Button state after sending click callback in Button::mouseUp() 4 years ago
  Tom Poole d53388097b AudioProcessorGraph: Improve performance when building large graphs 4 years ago
  ed 81534104fb DirectWrite: Don't include trailing whitespace when calculating text layout in CustomDirectWriteTextRenderer::DrawGlyphRun() 4 years ago
  ed e1366361ed TextLayout: Skip whitespace tokens in TokenList::createLayout() to fix misalignment when using horizontally centred justification 4 years ago
  ed 09c06fb946 macOS Accessibility: Fixed an incorrect deployment target check 4 years ago
  attila e867d1dbb4 Linux: Fix maximise when not using native titlebar 4 years ago
  ed 90ea4cc2ab Accessibility: Return button tooltip from ButtonAccessibilityHandler::getHelp() 4 years ago
  Tom Poole 61c638106f Clarify some FileChooser example code 4 years ago
  reuk 1fb2203517 MidiFile: Allow reporting the type of parsed files 4 years ago
  reuk 71bc141770 AttributedString: Fix faulty font lookup when rendering text 4 years ago
  reuk 55f6f3227d TextLayout: Tidy up special member functions 4 years ago
  reuk 1cd5abe489 AudioBlock: Remove unnecessary casts 4 years ago
  reuk 6c46512e8b NSViewComponent: Ensure NSView follows size of top-level component 4 years ago
  reuk 280d97eb79 OpenGL: Check at runtime whether non-power-of-two textures are supported 4 years ago
  reuk f0b515cc73 OpenGL: Fix shader compilation on Ubuntu 18.04 4 years ago
  reuk 024a0b4a20 FileBasedDocument: Fix use-after-move bug 4 years ago
  reuk 630afbda54 NSViewComponentPeer: Avoid processing mouse events from tracking areas 4 years ago
  ed a9d17d860c macOS Accessibility: Fixed crash due to availability of NSAccessibilityLayoutChangedNotification on < 10.9 4 years ago
  ed 3321ff231d Accessibility: Fall back to RowComponent AccessibilityHandler if no custom cell component handler has been set in TableListBox 4 years ago
  ed c559d31e90 Accessibility: Override Accessibility::getHelp() for JUCE widgets that support tooltips 4 years ago
  ed 422c8f8114 Accessibility: Disable accessibility for TooltipWindows to prevent them from interfering with focus 4 years ago
  ed f6ceba3e5b Accessibility: Disable accessibility for Drawable base class 4 years ago
  ed e119178b5b Check BailOutChecker before sending accessibility moved/resized event in Component::sendMovedResizedMessages() 4 years ago
  Tom Poole 845631c762 Linux: Fix bug restoring window positions from saved state 4 years ago
  reuk dcd2ef93f9
Colour: Remove restrictions on argument to brighter() and darker() 4 years ago
  reuk 407966b2ca
Windows: Fix warnings when building with clang in 64-bit mode 4 years ago
  Tom Poole fe4ba9071b Set the default value of JUCE_MODAL_LOOPS_PERMITTED to 0 4 years ago
  ed f1768843fb StandaloneFilterWindow: Check that stored previous window position is onscreen 4 years ago
  ed 4e9521be2d ComSmartPtr: Fixed behaviour of ComBaseClassHelper::QueryInterface() in release builds 4 years ago
  ed 88ec2759cb AAX: Support unicode track names for TrackProperties 4 years ago
  ed 0c89469ab6 CoreAudio: Call AudioDeviceStop() on IO thread when stopping audio devices 4 years ago
  attila 56cf81d32b AU Client: Fix allocation on audio thread in JuceAU::audioProcessorChanged() 4 years ago
  attila 570e173583 VST3 Client: Fix allocation on audio thread caused by PluginHostType ctor 4 years ago
  ed d9f7d068ed WaitableEvent: Increased lock scope in signal() 4 years ago
  ed 750982069d BufferingAudioReader: Partially revert b3bdfdb3 to snap chunk start position to multiples of samplesPerBlock to fix stuttering MP3 playback on Windows 4 years ago
  reuk 423d46c9ba
AU Client: Avoid potential out-of-bounds read when adding buses 4 years ago
  reuk 750cb92770
AU Client: Fix AU plugins misreporting their supported channel configurations 4 years ago
  reuk bc2ad3d7c5
Build: Improve support for AU resource files on ARM Macs 4 years ago
  Tom Poole 78be43888e Update the minimum C++ standard to C++14 4 years ago
  reuk 0c56fa8fa0
Colour: Fix comparisons in HSL conversions 4 years ago
  attila 7a592bd6c2 DSP: Fix Chorus not allocating a large enough DelayLine 4 years ago
  reuk ecfa339032
Build: Update minimum build requirements for VS 2015 4 years ago
  reuk 2096a6e50f
UMP: Make the UMPIterator a forward iterator instead of an input iterator 4 years ago
  reuk feb9ebb485
ComSmartPtr: Allow compilation on VS2015 4 years ago
  reuk 22d935ad3e
dsp::IIRFilter: Allow computing filter coefficients without allocating 4 years ago
  reuk ba2cd6cc34
IIRFilter: Provide a new SingleThreadedIIRFilter which does not lock internally 4 years ago
  reuk 03b86d3fb8
GenericInterpolator: Fix use of non-existent valueAtOffset overload 4 years ago
  reuk 36ca0e0fc1
DSP: Avoid forward declaration of IIR::Coefficients 4 years ago
  reuk 2c1081d2a8
VST Host: Fix graphical artefacts when resizing editor views on Windows 4 years ago