7651 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
  tpoole fd484e3254 Replaced curly quotes with regular " characters in BREAKING-CHANGES.txt 8 years ago
  hogliux 1a9df22eee Linux: Fixed an issue where windows beneath hidden windows would not receive any clicks 8 years ago
  tpoole ed5dc0ca3d Altered the format of BREAKING-CHANGES.txt to display better on GitHub 8 years ago
  tpoole 7a3e412cf2 Projucer: Fixed a bug in exporter tilda expansion 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 8bb611f4d3 JUCE version 5.1.0 8 years ago
  hogliux 04f459b22e Re-saved all projects 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 9f9f815208 Resaved all projects 8 years ago
  tpoole a05362d46b Projucer: Xcode exporter: Updated to support Xcode 9 8 years ago
  tpoole 9649dde424 Resaved all projects 8 years ago
  hogliux d3efd6e685 Fixed a typo in the AUv3Synth sample code 8 years ago
  ed 7582952cdf Projucer: Added a method to check old exporter settings for the C++ language standard setting and to use this value as the default if it hasn't been set 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
  ed bde34cebcb Projucer: Fixed a bug where the C++ language standard project settings wasn't being recalled correctly 8 years ago
  hogliux bfc5708521 VST2: Ignore scaling requests on macOS/iOS as scaling is already handled natively 8 years ago
  ed ebb5219581 Fix for VS build error in last commit 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