7381 Commits (1870e2d5fd0df930c49dff2bd9a7dff18c339f6b)

Author SHA1 Message Date
  ed 6195a5ab60 Windows: Added support for IAudioClient3 shared stream low latency mode in the WASAPI audio device, removed JUCE_WASAPI_EXCLUSIVE config flag and refactored AudioIODeviceType creation 5 years ago
  ed b01e9276ba Windows: Added support for sample rate conversion between input/output in the WASAPI audio device 5 years ago
  ed 44412bb0a8 VST: Don't remove empty standard VST plug-in folders in VSTPluginFormat::getDefaultLocationsToSearch() 5 years ago
  ed 268ac3d5c8 Modernised some code in CallOutBox and added some logic to scale the window with its content component's transform 5 years ago
  ed 333f98d204 Squashed some compiler warnings with -Wmissing-prototypes enabled 5 years ago
  ed cc0da9527a DSP: Fixed some lambda capture lists that trip up GCC 5 in the convolution tests 5 years ago
  ed 1da5d33a4c VST3: Added a comment to a suspicious-looking else clause when opening plug-in handles 5 years ago
  reuk 58652ce490 DLL: Fix warnings in Windows DLL build 5 years ago
  reuk 4b24ccd51f macOS: Remove older macOS versions from OperatingSystemType enum 5 years ago
  reuk 3ad4835854 macOS: Fix getOperatingSystemType when getOSXVersion returns 11.0 instead of 10.16 5 years ago
  ed a5c86be57a VST3: Fixed a bug introduced in the recent DLLHandleCache changes when hosting plug-ins on Windows and Linux 5 years ago
  ed a840b48b75 Linux: Added a workaround for kdialog FileChooser wildcard not functioning correctly on KDE 5 years ago
  ed 876aceed99 Windows: Made the behaviour of the new native FileChooser consistent with the old when saving a file with no extension specified 5 years ago
  ed 7c46c45dcd iOS: Fixed a warning about MobileCoreServices framework being replaced by CoreServices 5 years ago
  ed 35d0a8c814 Updated bundled Ogg Vorbis library to 1.3.7 5 years ago
  ed 44c92e95c0 Defined AudioPlayHead::CurrentPositionInfo methods inline 5 years ago
  ed 9f68aff35b macOS: Fixed some symbol clashes when building 32-bit plug-ins 5 years ago
  reuk 8fc1c1abae
JACK: Fix bug where input and output devices were reversed 5 years ago
  ed 33f34273d4 VST3: Added DLLHandleCache singleton pool to hold and dispose of opened plug-in handles when hosting 5 years ago
  ed 452c3e6e64 macOS: Fixed warnings about NSKVONotifying subclasses on shutdown 5 years ago
  reuk c4f41de21d
ASIO: Fix warnings when building with ClangCL 5 years ago
  reuk 994ba04d7e
FileChooser: Use a newer friendlier filebrowser on Windows 5 years ago
  ed a4d43c16e3 Added an underline toggle to FontsDemo 5 years ago
  ed 508d6de04e Underline whitespace atoms in TextEditor when font is underlined 5 years ago
  ed 4ddcc7bb61 macOS: Set CoreText underline property when creating native text layout 5 years ago
  ed 12bff68e34 Added vertical justification support to TextEditor 5 years ago
  ed f85d362c9f iOS: Fixed ContentSharer native window visibility 5 years ago
  ed c73d215cc0 Linux: Use return code of `which` to determine whether executable is available instead of parsing output 5 years ago
  Tom Poole f6782fe25b Revert "XML: Added an additional assertion when parsing/creating malformed namespaced tag names" 5 years ago
  Tom Poole 56f11e8611 XML: Added an additional assertion when parsing/creating malformed namespaced tag names 6 years ago
  ed 21e4522891 Ensure that audio device is always stopped before modifying in AudioDeviceManager::setAudioDeviceSetup() 5 years ago
  ed 00ed43e29a Linux: Fixed a UTF-8 conversion issue in the system clipboard code 5 years ago
  ed e92749e7ca Linux: Fixed a bug in detecting which native file browser to use on Manjaro where `which` returns a non-empty string on failure and fixed a bug in zenity wildcard args 5 years ago
  ed 9db01c4362 Linux: Set class hint for windows so they behave correctly in the dock 5 years ago
  ed 5b5554b7eb macOS/iOS: Fixed a leak in the VideoComponent code when loading videos asynchronously 5 years ago
  ed 1b2c9c154b iOS: Don't set the font smoothing property of the graphics context on iOS so that cached Component images render the same as the default 5 years ago
  ed dd3c96b7e7 iOS: Make sure that native FileChooser is visible and is dismissed correctly when user taps outside the chooser window 5 years ago
  ed 8152b21bf2 iOS: Fixed warning about adding rootViewController view to view hierarchy 5 years ago
  ed 54f65256e2 Cleaned up some whitespace 5 years ago
  ed 301f4f5437 iOS: UIViewComponentPeer refactoring 5 years ago
  ed ccfee61773 iOS: Removed some unused deployment target checks 5 years ago
  Ivan Cohen 2f9b301cb7 DSP: Fixed a logarithmic conversion issue in Phaser 5 years ago
  Tom Poole 6e99a435ed Whitespace 5 years ago
  reuk 5ab6042c04
Convolution: Fix issue where old convolution engines were sometimes used after calling prepare 5 years ago
  ed 94d853b00d Fixed some issues when navigating PopupMenus with the keyboard 5 years ago
  ed 6e9261ea66 macOS: Don't pass native menu key events to currently focused Component 5 years ago
  ed 757556d1ac Fixed a positioning bug in the standalone plug-in window 5 years ago
  ed a5d26db341 macOS: Call superclass constrainFrameRect for NSWindow to ensure that native title bar stays on screen 5 years ago
  ed c8a416f476 Obj-C++: Added obc_msgSendSuper_stret overloads for ObjCMsgSendSuper() and refactored the superclass messaging a bit 5 years ago
  reuk 754ec66b42
Point: Fix incorrect type conversions in operator* and operator/ 5 years ago