8258 Commits (cdbefa3b51e2084b51e7ec506984f263708f8537)

Author SHA1 Message Date
  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
  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