4850 Commits (79110aae25ff28b0a2142feaeb194d8ec2846b5e)

Author SHA1 Message Date
  hogliux 79110aae25 WavAudioFormatWriter: Fixed an issue where wav files with large channel counts could no longer be created 8 years ago
  hogliux 1a9df22eee Linux: Fixed an issue where windows beneath hidden windows would not receive any clicks 8 years ago
  jules 969bd87599 Fixed a typo in comments for Oscillator 8 years ago
  hogliux dc4fd0c29e Fix the documentation of the Oscillator class 8 years ago
  hogliux b41a7c117f Fixed missing reference in LinearSmoothedValue::applyGain 8 years ago
  hogliux a4ffb41bff Make it easier to use a static version of fftw in the dsp module 8 years ago
  hogliux 974214afb0 Fixed an issue with the bypass logic of the convolution engine 8 years ago
  hogliux 4727eeabdc Fixed a missing reset implementation of the Bias processor in the DSP module 8 years ago
  tpoole 4f9fbccdda VST2: Fixed a bug when asking the host to resize a plug-in window 8 years ago
  hogliux 0b67a40bb9 Fixed a MSVC 2013 compiler error in juce_MathsFunctions.h 8 years ago
  tpoole f107d11630 Documentation fixes 8 years ago
  tpoole 77dd64abfa Documentation fixes 8 years ago
  hogliux 9206f8819f Fixed a window naming typo in the DSP module 8 years ago
  hogliux b5626d1507 AU: Fixed a compiler error when using the legacy channel layout field 8 years ago
  jules 5c65644171 Correct a spelling mistake in "ellipticIntegralK" 8 years ago
  hogliux c1ad53c14e Bump version number to 5.1.0 8 years ago
  hogliux 7ca5ad001e Added multichannel file io readers and writers 8 years ago
  hogliux 244a944857 Added the JUCE DSP module 8 years ago
  tpoole 281c2fe2af Narrowed the scope where -Wundeclared-selector is ignored in the AUv3 wrapper 8 years ago
  jules 99c5843c3f Worked around a situation where mouse-drag auto-repeat can create a message-queue traffic jam on windows. Also tidied up inside MouseInputSource 8 years ago
  tpoole d2175cfe86 Fixed a compiler warning in ObjCHelpers 8 years ago
  tpoole db1e79601e Fixed an intermittent JSON parsing test failure 8 years ago
  ed 58fe117260 Added a extra check in FocusRestorer to check if the last focused Component is showing before giving it keyboard focus 8 years ago
  hogliux 98b76b54de Fixed an issue in LookAndFeel v4 which would always override the combobox justification 8 years ago
  hogliux c0f69183e7 VST2 & VST3: Plug-Ins will already be scaled on retina screens - don't try scaling them again 8 years ago
  tpoole 61321d2eb9 Button: Added a getTriggeredOnMouseDown method 8 years ago
  tpoole a05362d46b Projucer: Xcode exporter: Updated to support Xcode 9 8 years ago
  jules df14b18c17 cleaned up a method in Array 8 years ago
  jules c313a55f83 Bit of minor modernisation in CharacterFunctions 8 years ago
  jules 86deea87ce Added variadic add methods to Array 8 years ago
  tpoole ebce454514 Added a compatibility fix for older compilers 8 years ago
  tpoole 7e6a650e8c Fixed some issues when parsing double strings 8 years ago
  ed 6bfcd820b4 Unit tests: Added an optional argument to the UnitTest constructor to specify a category and methods to get and run unit tests in a specified category. Updated the built-in JUCE unit tests and Demo project to use categories. 8 years ago
  jules 1044015465 Added an extra forced resize callback in linux VST hosting to avoid some repaint issues 8 years ago
  hogliux bfc5708521 VST2: Ignore scaling requests on macOS/iOS as scaling is already handled natively 8 years ago
  ed 2e81e8a0dc Projucer: Made the C++ language standard option a per-project instead of per-build configuration setting. Added an option to enable GNU compiler extensions for supported exporters. Added the option to specify a minimum C++ language standard in module declarations and added a warning to the Projucer when adding a module that has a higher standard than currently set. 8 years ago
  tpoole 60b4b7cfe5 Fixed an ISO8601 time parsing bug 8 years ago
  tpoole a5c404a155 Fixed a bug running the same unit tests successively 8 years ago
  jules 4e5f005421 Added a method Component::getChildren() to allow them to be iterated with a range-based for loop, and used this in appropriate places around the codebase 8 years ago
  hogliux 663af835f9 AUv3: Update preset list when updateHostDisplay is called 8 years ago
  Tom Waldron b5e6570a10 Blocks/api (#18) 8 years ago
  tpoole 98cb1011bb JUCE Demo: Increased the compiler warning level 8 years ago
  hogliux 0d601faae5 Android: Add workaround for devices which falsely report supporting floating point audio 8 years ago
  tpoole d6ea60b2e5 Flexbox: Fixed a bug in the integer rounding of component bounds 8 years ago
  hogliux a47dfc5969 Fixed a harmless compiler warning on MSVC in previous commit 8 years ago
  jules f0792827a4 Added Tracktion Waveform to PluginHostType 8 years ago
  hogliux 643bbdcf87 VST3: Added more VST3 speaker enums (and fallback for unknown speakers) to VST3 <-> JUCE speaker conversion functions 8 years ago
  hogliux 9daf7e26e6 AU: Fixed a typo in the AU wrapper shared code 8 years ago
  ed a68373ac44 URL: Added support for query string parameters without values 8 years ago
  hogliux 04c0fc093c Fixed a harmless compiler warning with newer versions of clang 8 years ago