4848 Commits (39c4bb56f0ae59eef71bc075a3e021069085c64e)

Author SHA1 Message Date
  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
  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
  hogliux c7e8475f57 Andorid: Removed some android video stubs which could cause a crash on application startup 8 years ago
  hogliux b2576d288a Added a sourceComponent parameter to the performExternalDragDropOfFiles/performExternalDragDropOfText methods of DragAndDropContainer 8 years ago