5034 Commits (71d10e750a0fb03c63c32b162c6e103600abe656)

Author SHA1 Message Date
  jules 405152fc24 Fixed a deprecation warning in OSX 10.12 8 years ago
  jules 39cb22cf5e Fixed a problem with the SVG parser 8 years ago
  hogliux c02ef79fd6 Bump version number to 5.1.1 8 years ago
  hogliux 606a81cc14 DSP: Fixed a potential crash when using the default constructor of ProcessorDuplicator 8 years ago
  jules 2bbd2b9785 Added CSS Grid classes 8 years ago
  tpoole fe134173f6 iOS: Fixed an openURL iOS 10 deprecation 8 years ago
  tpoole 6e818d42f4 Documentation fixes 8 years ago
  jules 9d692d0d8b Added some ThreadPool::addJob methods that take lambdas 8 years ago
  jules ab4013e289 Added method Thread::launch() to run lambdas on an anonymous thread 8 years ago
  jules 50183e5318 Bit of tidying up in Component 8 years ago
  tpoole 7c4a23bac7 Documentation fixes 8 years ago
  hogliux 52fb43b1a7 Windows: Added windows implementation for SystemStats::getDeviceDescription 8 years ago
  hogliux 264ccf5191 Fixed a compiler error when using the default constructor of dsp::IIR::Filter 8 years ago
  hogliux cafee4af97 Whitespace 8 years ago
  hogliux d3e4d9cc56 DSP: Added a second reset method to flush the IIR filter to a specific value 8 years ago
  hogliux a6b128affb Fixed a window naming typo in the DSP module 8 years ago
  hogliux 74fcce88ba Wav file format: Added legacy RIFF chunk tags to remain compatible with older wav files 8 years ago
  hogliux beb905df7a AlertWindow: Fixed an issue with the AlertWindow's text block having incorrect colours 8 years ago
  hogliux fb310f7876 WaveAudioFormatWriter: Don't add an extended format chunk if the wav file only has one or two channels 8 years ago
  hogliux 0cf21a4b72 WavAudioFormatWriter: Fixed an issue where wav files with large channel counts could no longer be created 8 years ago
  tpoole 5b6e482a0d JSON: Added the ability to limit the number of decimal places when serialising floating point numbers 8 years ago
  hogliux cb8f9b389c Linux: Fixed an issue where windows beneath hidden windows would not receive any clicks 8 years ago
  hogliux 4ea8c871b8 Android: Implemented Desktop::getCurrentOrientation() for Android 8 years ago
  hogliux dcfec9de3b AU: Fixed a compiler error when using the legacy channel layout field 8 years ago
  jules 2f34b90f63 Fixed a typo in comments for Oscillator 8 years ago
  jules c99b061ac4 Correct a spelling mistake in "ellipticIntegralK" 8 years ago
  hogliux ec2f7219c5 Fixed a MSVC 2013 compiler error in juce_MathsFunctions.h 8 years ago
  hogliux 3b8f33e9a8 Fix the documentation of the Oscillator class 8 years ago
  hogliux df1fe18048 Fixed missing reference in LinearSmoothedValue::applyGain 8 years ago
  tpoole 1b18a34471 Code formatting improvements 8 years ago
  tpoole 621fcf31d2 AUv3: Added support for MIDI output, host MIDI controller visibility and MPE 8 years ago
  hogliux 1089f3837c Make it easier to use a static version of fftw in the dsp module 8 years ago
  hogliux 87de30bcc5 Fixed an issue with the bypass logic of the convolution engine 8 years ago
  hogliux cb0fe20129 Fixed a missing reset implementation of the Bias processor in the DSP module 8 years ago
  tpoole ee8be93712 VST2: Fixed a bug when asking the host to resize a plug-in window 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