8073 Commits (d6fd33b38de10716c0208df044ecb51b64d701eb)

Author SHA1 Message Date
  reuk 802f33b0e8
Thread: Avoid setting realtime priority on Thread instances by default on POSIX systems 4 years ago
  reuk 1de762218a
Thread: Check for realtimeAudioPriority in more locations 4 years ago
  reuk c27279b356
DryWetMixer: Make mixers with maximum delays of 0 slightly more efficient 4 years ago
  reuk 8f29b2cb83
VST3: Allow plugins to designate the first input bus as Aux rather than Main 4 years ago
  reuk 34f308bc5a
Convolution: Update docs for stylistic consistency 4 years ago
  ed 0f76c7d097 POSIX: Close file handle after mapping in MemoryMappedFile::openInternal() to avoid hitting max open file limit 4 years ago
  ed c5bcfd5c3f macOS: Use the NSOpenPanel message property to display the FileChooser title correctly 4 years ago
  ed 6d53ed3fec AUv3: Handle AURenderEventMIDIEventList 4 years ago
  ed cffb544941 UMP: Remove juce_audio_devices dependency 4 years ago
  ed bdc2334c98 AUv3: Fix unhandled enumeration warning when building against the 12.0 SDK 4 years ago
  ed d52fb9ca26 AUv3: Suppress undeclared selector warning for supportsMPE when building against the 10.11 SDK 4 years ago
  reuk 074d188239
Add ScopedLowPowerModeDisabler to suppress App Nap on macOS 4 years ago
  ed 4b5c59dbae NullCheckedInvocation: Add missing tag and namespace comment to class declaration 4 years ago
  reuk 4980788516
AudioProcessor: Add checks to ensure AAX parameter ID compatibility 4 years ago
  reuk 3c68581567
Use jassertquiet where possible 4 years ago
  reuk 46e62b9efe
PlatformDefs: Add new jassertquiet macro 4 years ago
  reuk 19e1488e18
Slider: Add getScrollWheelEnabled function 4 years ago
  ed 88d2edf189 ModalCallbackFunction: Use NullCheckedInvocation helper to fix potential crash due to calling null std::function 4 years ago
  ed a62f0f91d6 Add juce_Functional.h containing NullCheckedInvocation helper 4 years ago
  ed 3d4d0caca8 ModalCallbackFunction: Fix crash due to dangling reference 4 years ago
  ed cf79cc4724 Whitespace 4 years ago
  ed 4fd0401752 VST3: Fix editor creation in Adobe Premiere Pro 4 years ago
  attila 7c68dd3709 VST3 Client: Avoid allocation in processParameterChanges() 4 years ago
  ed 551d7b9c5b Add MessageBoxOptions class for specifying a set of AlertWindow and NativeMessageBox options 4 years ago
  Tom Poole 3ebd548aac VST3: Ignore VS2015 static analysis warning in VST3 SDK 4 years ago
  ed a2d03d2266 Fixed some warnings flagged by Clang's static analyzer 4 years ago
  ed d3556dfd7f macOS Accessibility: Fixed a memory leak when checking for active accessibility clients 4 years ago
  ed db2036e81a ChoicePropertyComponent: Return default index if value is not found in value source mapper 4 years ago
  ed e467473157 Standalone: Fixed a crash due to a dangling input muted value listener 4 years ago
  reuk 3d97343c2a
GCC: Fix redundant redeclaration warnings 4 years ago
  reuk 48659d6e9b
MIDI: Avoid data races in Linux MidiInput 4 years ago
  reuk 1d29091133
FileChooser: Always set initial directory if the initialFileOrDirectory argument is not empty 4 years ago
  reuk 90ad1877af
OpenGL: Only use vertex arrays if the GL version is greater or equal to 3 4 years ago
  reuk 85226c33d4
Mac MainMenu: Allow commands without modifiers to be passed to peer 4 years ago
  reuk aba8c8c1d3
VST Host: Allow specifying the host name for VST hosts which do not have an Application instance 4 years ago
  reuk d64c4277b4
OpenGL: Reinstate ifdef which was removed accidentally 4 years ago
  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