7951 Commits (61c638106f84bdadd7b9ef380b30bdee9b51da05)

Author SHA1 Message Date
  ed 6a36af2a11 Fixed a lambda capture lifetime issue when setting up IncDecButtons style sliders 4 years ago
  ed 533f68219b Fixed some Doxygen issues 4 years ago
  Tom Poole a1a65707f6 Fixed a documentation typo 4 years ago
  ed ec990202b1 Accessibility: Added VoiceOver (macOS) and Narrator (Windows) accessibility screen reader support to juce_gui_basics 4 years ago
  reuk 1df59f7469
VST3 Host: Only send updates for modified parameters 4 years ago
  reuk f35c2d90e2
VST3 Host: Ensure AudioProcessor parameter indices are used when appropriate 4 years ago
  reuk 32f99d2615
AudioPlayHead: Tidy up implementation 4 years ago
  reuk 0f690662d8
AutoResizingNSViewComponent: Fix display issues for certain plugin views 4 years ago
  reuk a7ce9aab98
MidiBuffer: Allow addEvent to report success or failure 4 years ago
  reuk 12df164127
Allow VST and LADSPA plugins to load properly from old PluginDescriptions 4 years ago
  reuk 19821db2a3
HWNDComponentPeer: Dismiss modals when windows are moved 4 years ago
  reuk 15305e69af VST3 hosting: Fix issue where MIDI controller changes were not passed on to plugins 4 years ago
  ed 51a593abac CodeEditorComponent: Avoid dereferencing a nullptr when recreating caret component 4 years ago
  reuk 22189f7aa4
ArrayBase: Avoid undefined behaviour when trying to copy a range of 0 elements 4 years ago
  reuk e9b26887dd
NSViewComponentPeer: Fix bug where components could draw with unwanted translation 4 years ago
  reuk 6e5645bf8f
macOS Windowing: Revert unnecessary change which produced incorrect monitor bounds 4 years ago
  ed d6baa1570d Docs: Removed reference to Graphics::getClipRegion() method which no longer exists 4 years ago
  ed c9731d4827 AUv3: Removed a duplicate statement in getCurrentPosition() 4 years ago
  ed 665fac678f TextEditor: Enable horizontal scrollbars for multi-line editors with word wrapping disabled 4 years ago
  reuk f73f8ee849
NSViewComponentPeer: Use JUCE-style coordinates to position subviews 4 years ago
  ed a747f7c47f
CoreGraphics: Added convertToPointFloat() helper 4 years ago
  reuk ec43c7f61c
FileChooser: Remember previous file location on Windows 4 years ago
  reuk 0e7fd1b909
StandalonePluginHolder: Fix out-of-bounds read when audio callbacks use larger-than-expected buffers 4 years ago
  reuk 0e47da1474
VST Client: Ensure audioMasterIOChanged is sent when latency is updated 4 years ago
  ed d6ac6b543b Removed some unnecessary angled brackets 4 years ago
  ed a8aafed53d Removed some unnecessary virtual keywords 4 years ago
  ed bd17993caa SidePanel: Call onPanelShowHide when animation has completed 4 years ago
  ed 8aa84abd7c Oboe: Updated to release 1.5.1 4 years ago
  ed 433750941b MemoryBlock: Added a new replaceAll() method and deprecated the replaceWith() method 4 years ago
  ed f5dac0780d TextEditor: Only start new lines when shouldStartNewLine == true when splitting long atoms 4 years ago
  ed 7fb45db0d2 TextEditor: Always return positive integers from getMaximumTextWidth/Height() 4 years ago
  ed b9c8a1475f TextEditor: New line atoms should have zero width 4 years ago
  ed b644d7b675 TextEditor: Fixed a wrapping bug when right-justified 4 years ago
  ed 0fc1ede50f Used MemoryBlock::isEmpty() in a few places 4 years ago
  ed b2b1685ca6 Added MemoryBlock::isEmpty() 4 years ago
  ed 76993469ea CoreGraphics: Fixed a leak when loading an empty MemoryBlock in juce_loadWithCoreImage() 4 years ago
  ed 5bff5dc9c8 Whitespace 4 years ago
  ed 547dc7712c Fixed a potential crash in DropShadower when the component is deleted before the shadower 4 years ago
  reuk 327fc86ff2
PluginDescription: Also check deprecatedUid when matching plugin identifier strings 4 years ago
  reuk 36653e8b30
VST Host: Correctly retrieve results of effGetSpeakerArrangement 4 years ago
  ed a1337a3863 VST3: Workaround incorrect VST3 editor ref-count bug in Adobe Audition 4 years ago
  ed 3c48207d15 PluginHostType: Added Adobe Audition on macOS 4 years ago
  ed 1ab54a9438 PluginHostType: Added AU Lab 4 years ago
  ed b5c0c75a5b ASIO: Read buffer size after setting device sample rate 4 years ago
  ed 27af34af8b ASIO: Support larger buffer sizes 4 years ago
  ed b5bb5273c1 TextEditor: Use caret position relative to the Component top-left when calculating scroll amounts in scrollEditorToPositionCaret() and scrollToMakeSureCursorIsVisible() 4 years ago
  ed 24c2953369 TextEditor: Call checkLayout() before moving caret and repainting text in remove() 4 years ago
  ed 841aae5b18 TextEditor: Call scrollToMakeSureCursorIsVisible() after updating layout when undoing/redoing 4 years ago
  ed c145434adf TextEditor: Fixed a bug causing the caret to disappear at the end of lines 4 years ago
  reuk 1e606ddb32
MainMenu: Allow components to directly handle shortcut keys which trigger menu items 4 years ago