6785 Commits (e5f893708258a216073a9b6c4e90ecffe2ca249d)

Author SHA1 Message Date
  jules e5f8937082 Workaround for VS warning 6 years ago
  jules 002dc803a1 Refactored the JSON parser to produce error messages which contain the line + column 6 years ago
  ed 922730f685 Whitespace 6 years ago
  Tom Poole 18cda401c7 AAX: Tidied up an unused variable 6 years ago
  Tom Poole 1b4042217a macOS: Fixed an issue unregistering fonts 6 years ago
  Tom Poole 79d3e8b3f5 Windows: Removed some VS2013 workarounds 6 years ago
  ed e206bbecc4 Linux: Fix DPI factor in getScaleForDisplay() 6 years ago
  ed 74f52b6a15 Linux: Return a sensible default value for screen DPI if DisplayWidthMM or DisplayHeightMM return 0 6 years ago
  ed e0caba805a Cancel any pending async updates in DuplicateParamIDCheck destructor 6 years ago
  ed 49c82b6ca3 Made the check for empty Strings more robust to fix a symbol collision crash 6 years ago
  ed c8d8201aba Use a GenericAudioProcessorEditor in the standalone wrapper if no editor is provided 6 years ago
  ed 1951714776 Linux: Only add libcurl dependency when JUCE_USE_CURL is enabled 6 years ago
  ed a093112c05 Fixed some compiler warnings 6 years ago
  Tom Poole 29508fac70 Fixed an issue maintaining kiosk mode on Android 6 years ago
  ed 869a9fd994 CoreAudio: Handle ExtAudioFileRead() reading fewer frames than expected 6 years ago
  ed a529fbbf47 Don't reset Drawable's AffineTransform when using DrawableButton::ButtonStyle::ImageRaw 6 years ago
  ed 77e93e35e4 Linux: Set POLLOUT flag for fds to receive XShm completion events 6 years ago
  jules ac519e541a Added a constructor to MemoryInputStream that will move from a MemoryBlock 6 years ago
  Tom Poole 0e00e83944 Removed some `extern "C"` declarations from libpng 6 years ago
  Tom Poole 5935040d78 Fixed a crash when fetching large content in URL::FallbackDownloadTask 6 years ago
  ed f9dad9d608 Linux: Improved XEmbed support 6 years ago
  ed fd76cbc70d Linux: Refactored InternalMessageQueue 6 years ago
  Tom Poole d8e07dca91 Fixed a data race in an example 6 years ago
  Tom Poole 1c9cea431d PNG: Switched to inline libpng linkage to prevent symbol collisions 6 years ago
  Tom Poole 0239c0cb7e iOS: Fixed a crash in InAppPurchases 6 years ago
  ed 19cebf8927 VST3: Fixed a mismatch in VST3PluginInstance::setCurrentProgram() 6 years ago
  Tom Poole 3e5a3b2cca Tightened up an assertion in AudioParameterChoice 6 years ago
  Tom Poole 5a511cab4d Updated some license header text 6 years ago
  ed da0401f124 VST3: Fixed a floating-point truncation error in ProgramChangeParameter::toString() 6 years ago
  ed c429bf53ce Removed some unnecessary static_casts in the URL class 6 years ago
  jules 375f11d91b Fixed some compatibility problems with older clang versions 6 years ago
  Tom Poole bc3e330f97 AUv3: Fixed a potential crash when producing MIDI from plug-ins 6 years ago
  dimitri 85f07d9ec8 Fix some spelling mistakes in comments 6 years ago
  ed 718712a5a5 Ensure that the button background is drawn for DrawableButton::ButtonStyle::ImageOnButtonBackgroundOriginalSize 6 years ago
  Tom Poole 7e52198ee1 Updated the internal PNG library 6 years ago
  jules 69c3474012 Added method PopupMenu::Options::withDeletionCheck() to help avoid dangling pointers when triggering async menus 6 years ago
  ed bdeaeaf368 macOS: Fixed some deprecation warnings and silenced some others for the time being 6 years ago
  Tom Poole e88228a036 SVG: Fixed a couple of parsing bugs 6 years ago
  ed b5a2d03a8c Added DrawableButton::ButtonStyle::ImageOnButtonBackgroundOriginalSize 6 years ago
  ed 9b48d6d516 Added DrawableText::replaceColour() 6 years ago
  ed fd4125d964 WASAPI: Fixed a double-deletion crash on older versions of Windows 6 years ago
  Tom Poole e267e8d5ad Fixed an argument forwarding bug in StdFunctionCompat 6 years ago
  jules 485feb47ed Tweaked a couple of Rectangle methods to avoid some spurious assertions triggered by rounding errors 6 years ago
  Tom Poole 6bcf80fb9e Removed a problematic unit test when running as a Windows system process 6 years ago
  jules cd4aba9e43 PopupMenu modernisation: Improved the PopupMenu::Item class to make it easy to build items by chaining calls together. 6 years ago
  jules cce26202ab Fix for using menu action lambdas in the Mac menu bar 6 years ago
  ed c88611e5c8 Made KnownPluginList::addToMenu() and ::getIndexChosenByMenu() operate on a copy of the PluginDescription array so they are in sync 6 years ago
  jules 0367d5c3a9 Added some PopupMenu::addItem overloads which let you attach a lambda callback to be invoked for a menu item. 6 years ago
  ed 08501a3705 Fixed an issue when adding plug-ins with empty paths on macOS in KnownPluginList::createTree() with sortByFileSystemLocation 6 years ago
  ed b0934f896c macOS: Prevent mac menu bar submenus with empty names being used as the recent items menu 6 years ago