8471 Commits (6406fc44661b2f7d1cbaee64066eaf33dcbc1237)
 

Author SHA1 Message Date
  Tom Poole 6406fc4466 Tweaked the JUCE analytics data 8 years ago
  jules d5bdca9695 Fixed some out-of-range channel copying in the AudioBuffer move operator 8 years ago
  jules b028f299b8 Fixed some subtle (but benign) undefined behaviour with negative bit-shifts 8 years ago
  Tom Poole beec82b8cb Improvements to the Analytics class 8 years ago
  Tom Poole cff37f5b6a Fixed some const violation errors 8 years ago
  Tom Poole 03fef746d5 Projucer: Updated the latest MacOS SDK version 8 years ago
  Lukasz Kozakiewicz 072a56cf16 Add a bunch of autos. 8 years ago
  Lukasz Kozakiewicz dd7549ef70 Add missing selector to NSViewComponentPeer. 8 years ago
  jules c4342e684d Added some get/set/addSample methods to AudioBlock 8 years ago
  jules 5e9267e5d8 Simplified the Path class by making it use an Array for starage. 8 years ago
  Tom Poole c0223ae2bc Added a missing dependency in the juce_audio_utils module 8 years ago
  jules 4797b29b27 DSP: Added Butterworth methods to the FilterDesign class 8 years ago
  jules da50695970 Fixed a typo in a comment 8 years ago
  jules d32ced157a Projucer: Added some drag+drop and copy-to-clipboard functions to the SVG helper tool 8 years ago
  Lukasz Kozakiewicz a2bbd99234 StandaloneFilterWindow: hide title bar on iOS and Android even when not in Kiosk mode. 8 years ago
  Tom Poole 2d92311116 VST3: Fixed an issue with parallel streams of parameter updates during playback 8 years ago
  jules 25d3a7f89d Added more comments to a LookAndFeel assertion that seems to be confusing people 8 years ago
  Lukasz Kozakiewicz 3b130b10fe URL: add method to get filename (most useful for Android’s content:// scheme). 8 years ago
  Lukasz Kozakiewicz 8ac29a4843 Fix typo. 8 years ago
  Lukasz Kozakiewicz 1f77b356d1 Re-saved all projects. 8 years ago
  Lukasz Kozakiewicz 360449de0b Android: ensure that navigation/status bar visibility is correctly restored when the app gets resumed. 8 years ago
  Lukasz Kozakiewicz 181f4ab7fc StandalonePluginWindow: allow to customise kiosk mode enablement. 8 years ago
  ed fa2a531365 Fixed a typo in juce_Initialisation.h 8 years ago
  ed ea23ddd69e Added a method to DatagramSocket to set whether multicast loopback should be enabled 8 years ago
  jules 934d5aee22 Fixed the typo that I introduced while fixing a different typo 8 years ago
  jules 89b4e13423 Fixed some incorrect documentation in the singleton macros 8 years ago
  jules a156d12390 Fixed a typo in AiffAudioFormat 8 years ago
  Tom Poole e14ca41087 VST3: Fixed some compilation errors when building without JUCE_VST3_CAN_REPLACE_VST2 8 years ago
  jules 72d91dd5bf Added some next/prev window commands to the projucer 8 years ago
  Tom Poole 438ab2b0f7 CoreAudio: Fixed some additional issues handling background device changes 8 years ago
  jules a4252b1407 Optimised the checking process for duplicate parameter IDs 8 years ago
  jules 25c457df39 Enabled JUCE_CONSTEXPR for older versions of clang 8 years ago
  Tom Poole f24045053d CoreAudio: Fixed some issues handling background device changes 8 years ago
  Lukasz Kozakiewicz 4a6ecffd91 ContentSharing: minor tweaks. 8 years ago
  ed f11c43d038 Fixed a bug in Windows plugins where the display bounds were not being updated when the scale factor was changed 8 years ago
  jules 6fe0358dee Whitespace 8 years ago
  jules eff880e01f Added some methods to OSCSender and OSCReceiver to allow them to use existing sockets 8 years ago
  jules faa847f443 Added a method OptionalScopedPointer::reset() 8 years ago
  Lukasz Kozakiewicz 202cad8991 DialogsDemo: flush output stream after writing to it in saving dialog demo. 8 years ago
  jules bc90a41386 Fixed a few singletons which had forgotten to call clearSingletonInstance() in their destructors 8 years ago
  jules 22ad29baba Workaround for a VS compiler warning 8 years ago
  jules 58a99ff139 Dragged the singleton macros into the 21st century.. Cleaned up their implementation and gave them new upper-case names to match juce official style. The old names are still defined to avoid breaking old code, but please update before they get deprecated! 8 years ago
  jules c6ed2626e1 Fix for the analytics singleton 8 years ago
  jules fdebb67071 DSP module: Added a Phase class 8 years ago
  Tom Poole 2215001d0c Fixed some CoreAudio errors when detecting bit depths 8 years ago
  jules 8c30808ef9 Quick tidy-up in AudioPluginFormatManager 8 years ago
  Tom Poole 8cecf0baf9 Assorted threading and undefined behaviour fixes 8 years ago
  Lukasz Kozakiewicz 36da4cde05 Add native content sharing support for iOS and Android 8 years ago
  Noah Dayan 2a5108ffc6 Fix doc typo in juce_PluginHostType.h 8 years ago
  Noah Dayan 4f8749e744 Added documentation to juce_PluginHostType.h 8 years ago