3480 Commits (d406cacc5fd97eedbd9fdbc4e40a1c8d9be80810)

Author SHA1 Message Date
  jules d406cacc5f Avoided some deprecation warnings when building hosts on Windows 10 years ago
  jules d0f646a9ad Fix for a problem with CoreText when laying out very long text strings 10 years ago
  jules 420f85bc5f Fixed a typo in MP3AudioFormat 10 years ago
  jules 4d34212557 Fixed a problem with AudioDeviceSelectorComponent that caused repeated refreshes of the current midi device. 10 years ago
  Timur Doumler 8c2b2a2247 Fixed iOS warning: 'applicationFrame' is deprecated: first deprecated in iOS 9.0 - Use -[UIScreen bounds] 10 years ago
  Richard Meyer 321a102a8c Fixed an iOS build warning. 10 years ago
  Felix Faire b10039587d Removed extraneous forward declaration of BluetoothMidiSelectorOverlay 10 years ago
  jules 85cd905fb4 Whitespace 10 years ago
  jules 5a5fa35368 Fixed a comment for StringArray::removeString that didn't match the behaviour 10 years ago
  jules 3b881401f1 Added some null pointer checks to createWriterFor methods 10 years ago
  jules 400cd0e3f4 Deleted the old NPAPI/ActiveX juce_browser_plugin_client module. These plugin formats have not been supported by any modern browsers for some time. 10 years ago
  hogliux 69d371d195 Make bus count non-writable or simple effect plug-ins: this seems to upset Logic 10 years ago
  jules c401515e64 Avoided a leak if the app is killed while an AudioDeviceManager is in the middle of playing a preview sound 10 years ago
  jules 47538f87a2 Fix for compatibility with the latest VST3 SDK 10 years ago
  jules a6585b1ebf Fixed a typo in FFT 10 years ago
  jules 1a7caaa58f Refactored AttributedString so that every part of the string has a single font and colour associated with it, to avoid some problems caused by fonts being undefined. 10 years ago
  jules 63df487c86 Fixed an include problem with the AAX build 10 years ago
  jules 88b1fe0d97 Better handling of OSX openGL buffer-swapping in occluded windows 10 years ago
  jules 9ab9476fbc Fix for iOS builds targeting OS versions without touch-force 10 years ago
  jules 1f433a8bfb Fix for an obscure win32 situation where a click from another app window could end up causing a click in a juce window if the other window closes with the mouse still down 10 years ago
  jules 4b4b8df491 Simplified some headers in juce_audio_plugin_client to remove direct inclusion of AppConfig.h 10 years ago
  jules a8ca80a49d Fixed a typo in some exception-logging code 10 years ago
  jules e4e78c8591 Made the AAX wrapper support the isSuspended() flag 10 years ago
  jules 923e8fabdb Removed some unnecessary includes of AppConfig.h 10 years ago
  jules c95253fad0 Cleaned out some old amalgamated build references. 10 years ago
  jules 4583fa3fbf Used the ignoreUnused() function to tidy up some old code 10 years ago
  jules 86a745dc35 Deduplicated some native code and stopped the OSX juce_isRunningUnderDebugger function from caching its result. 10 years ago
  jules 8c5f433691 Standardised the names of some old macros in PlatformDefs.h 10 years ago
  jules 2a1234b6ac Simplified some inter-module dependencies and exception-catching fallbacks 10 years ago
  jules baab7546f4 Replaced some uses of the now-deprecated AudioProcessor::getTotalNumInputChannels() 10 years ago
  jules f7524d0d09 Fixed some spelling mistakes in a comment 10 years ago
  jules edec7b34b2 Replaced some uses of AffineTransform::identity with a default-constructed object 10 years ago
  jules 21d42f346f Minor fix to the last commit 10 years ago
  jules 218a8149af Fixed several bugs in the AudioDeviceManager::playSound() mechanism that could cause feedback and other problems 10 years ago
  jules 9906788e9b Avoided a Visual Studio compiler warning in Rectangle 10 years ago
  jules 6f092d602d Rendering optimisation when filling off-screen paths 10 years ago
  jules beee911a6d Fixed some comments in ZipFile 10 years ago
  jules ae80e2b90d Fixed a compiler warning in some OSC code 10 years ago
  jules 6cceb10417 Fixed an AAX compile error 10 years ago
  jules e8bea6944f Fixed an obscure C++ syntactic blooper 10 years ago
  jules d0c4a8a4cb Fixed a Visual Studio warning 10 years ago
  jules 66a4f56cd7 Added a projucer workaround to the AAX wrapper 10 years ago
  jules a99d78318b Fixed a typo in a comment 10 years ago
  jules 5448e88f39 AU hosting: made it refresh the parameter list when names change 10 years ago
  jules ae712c72d8 Cleaned up a few String::empty uses 10 years ago
  jules 79d2a40035 Wrapped some AudioChannelSet names in NEEDS_TRANS macros 10 years ago
  jules 0af818324e Fixed a typo that caused a problem when JUCE_STRING_UTF_TYPE is set to 16 or 32 10 years ago
  jules 4ff15c1337 OSC: Extended OSCSender to be able to specify the IP address for each message 10 years ago
  Timur Doumler edefc23738 Doxygen documentation fix (wrong parameter name). 10 years ago
  hogliux c9f4949f47 Fix warnings in StandaloneFilterWindow 10 years ago