8073 Commits (d6fd33b38de10716c0208df044ecb51b64d701eb)

Author SHA1 Message Date
  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
  reuk 75ed712b19 AU Wrapper: Fix build errors when using PreferredChannelConfigurations 4 years ago
  reuk 965f14311d
AUv3 Wrapper: Tidy up sample rate detection 4 years ago
  reuk 8f74f3624c
AU Format: Enable output channels in MIDI FX 4 years ago
  reuk cafb437762
AU Wrapper: Use correct sample rate for MIDI FX with no buses 4 years ago
  ed d30c0502bf ASIO: Update buffer size list when opening a device 4 years ago
  Tom Poole ee76137441 Fixed some compiler warnings 4 years ago
  reuk 4cefb3707c
AudioDeviceManager: Ensure current state is updated correctly when device settings are updated 4 years ago
  reuk 146c8573ca
X11: Fix drag-n-drop bug in the XWindowSystem class 4 years ago
  ed a06063dfd7 VST3: Added a missing return in the previous commit 4 years ago
  ed b1294fdadb VST3: Call setComponentState() on message thread on Linux 4 years ago
  ed dbf5789cda Linux: Fixed a compile error when building VST3 plug-ins with JUCE_MODAL_LOOPS_PERMITTED=0 4 years ago
  ed 11d872ea1b MessageMananger: Made dispatchNextMessageOnSystemQueue() accessible by internal code 4 years ago
  reuk c3a98d44c5
DSP: Fix uses of "snap to zero" preprocessor definition 4 years ago
  reuk 6832dca430 StandaloneFilterWindow: Auto-resize settings dialog when IO options change 4 years ago
  ed 04fdc4c209 Standalone: Add a dummy output channel to MIDI effect plug-ins 4 years ago
  ed 107a2cfe27 AudioProcessorPlayer: Support MIDI effect processors 4 years ago
  reuk 9f03bbc358
VST3 Host: Ensure IEditController::setParamNormalized is only called from the message thread 4 years ago
  reuk 4cfe27af08
VST3 Host: Avoid using Array with a non-dummy CriticalSection 4 years ago
  reuk 361f839546
VST3 Client: Avoid calling performEdit from the audio thread 4 years ago
  reuk c507ec9e73
VST3 Client: Ensure IComponentHandler::restartComponent is only called from the UI thread 4 years ago
  reuk 1f21ce5f30
VST3: Add CachedParamValues helper type 4 years ago
  reuk e4659fd8f2
File: Use unit test random instance to generate unique filename 4 years ago
  reuk 44441d3d79
VST2: Prefer unique_ptr to manual `delete` calls 4 years ago
  reuk d50c3920ef
FirstOrderTPTFilter: Ensure state is updated properly when samplerate is changed 4 years ago
  reuk cfd85ad4ee
UnitTestRunner: Fix bug in File tests when multiple test instances are run simultaneously 4 years ago
  ed 1a5fb5992a BufferingAudioReader: Added some tests 4 years ago
  ed c4a9c7876f BufferedAudioReader: Fixed a bug reading past the end of the input source 4 years ago