2975 Commits (3bc4eb3efb8501edcbdf0e93cb2dec7b6920c1cf)

Author SHA1 Message Date
  jules 3bc4eb3efb Fix for PPC build 11 years ago
  Fabian Renn-Giles ad3c04cdac Remove colour swizzle to fix inverted colour bug on Samsung phones 11 years ago
  Fabian Renn-Giles 6d38e890f7 Fix Android compile error with recent isfinite patch 11 years ago
  jules 904dd784fa Fix for an obscure Visual Studio warning. 11 years ago
  jules 82b4581d2d Fixed a warning in juce_isfinite 11 years ago
  jules 05d15e83da Added assertions to RectangleList to warn about rectangles containing INFs. 11 years ago
  jules 769c2f4b46 Added isFinite() methods to Point and Rectangle. 11 years ago
  jules 5ce5d95064 Added some template specialisation to the juce_isfinite method, so that it can safely be called for integer types too. 11 years ago
  jules 2b5c9b43cf Made AudioDeviceManager prefer to use a device's current sample rate if asked to use a default rate. 11 years ago
  jules 2c3c5c793b More refinements to the Synthesiser class voice-stealing algorithm. 11 years ago
  jules f6395d4cda Raised the warnings level in the introjucer, and fixed a few warnings that were thrown up by this. 11 years ago
  jules 452a1f3475 Made the VST host classes support the "sizeWindow" canDo. The code has always supported the sizing callback, but for some reason the canDo wasn't responded to correctly. 11 years ago
  jules c0ccc756e4 Made it possible to build plugins with JUCE_MODAL_LOOPS_PERMITTED turned off 11 years ago
  jules 8fb779e2fb Minor change to avoid a compiler warning. 11 years ago
  jules 4eecccfd92 Fix for Ableton plugin window resizing issues. 11 years ago
  jules 12f318d3d0 Added an option to allow use of GZIPDecompressorInputStream on gzip format data. 11 years ago
  jules fbdacb87b1 Added notes to some AudioProcessor methods which will eventually be deprecated. 11 years ago
  jules 95b4198e2c Removed a couple of superfluous methods from AudioProcessor. 11 years ago
  jules dd249faae4 Fix for linux desktop scale on hi-res displays. 11 years ago
  jules 058f8102f8 Added a method to DatagramSocket that can return the sender address when reading. Also updated some internal code in the socket classes. 11 years ago
  jules c66f412224 Optimised performance of String::isEmpty() 11 years ago
  jules c240ca4eaf Added a method OpenGLContext::setImageCacheSize to provide explicit control over the amount of GPU space that is used for the internal image cache. 11 years ago
  jules 0217203b50 Fixed a problem when calling JUCEApplication::quit() from a background thread on OSX 11 years ago
  jules 6225b5de49 Added support for parameter value<->text conversion in VST and VST3 plugin formats. Also updated the JUCE demo audio plugin code to use the new AudioProcessorParameter class for its params. 11 years ago
  jules 18dd0af6c1 Removed assertions about invalid characters in Identifier constructors. 11 years ago
  jules af3dc800e4 Added a callback method LabelListener::editorHidden(). 11 years ago
  jules fe4398754f Added a couple of vDSP optimisations inside FloatVectorOperations 11 years ago
  jules 604044188c Fixed an edge-case when expliticly enabling ARM NEON ops on linux. 11 years ago
  jules 72b49689bf Fix to make sure that ResizableWindow can't accidentally be dragged without first getting a mouseDown event. 11 years ago
  jules e3dfaff0db Replaced the old LookAndFeel method getTooltipSize() with getTooltipBounds(), which can return a position as well as a size. 11 years ago
  jules eccfffdc6e Added a method PluginListComponent::setScanDialogText() for customising the scan dialog. 11 years ago
  jules 21fa6e850e Fixed very minor code style imperfection! 11 years ago
  jules 426c8fad0b Avoided out-of-range values in OSX magnify gesture callbacks. 11 years ago
  jules 3bcc182fe9 Fix for blank windows when closing VST windows on Cubase 7 or later. 11 years ago
  jules a4f5faec2d Fix for a crash when deleting FileBrowserComponent under certain circumstances. 11 years ago
  jules 7086f673ac Fix for a problem in applying openness to FileBrowserComponent treeviews. 11 years ago
  jules 8cacb499f1 Documentation correction. 11 years ago
  jules dccd4f0393 Added a flag JUCE_DISABLE_AUDIOPROCESSOR_BEGIN_END_GESTURE_CHECKING which can be used to avoid sanity-checks on plugin parameter gestures 11 years ago
  jules 90c88ec416 Tweaked the Label class to take its border into account when positioning relative to a target component. 11 years ago
  jules 53314f8eda Fix for plugin resize/repaint glitch when running in Ableton. 11 years ago
  jules 14c7f8f90a Minor comment correction 11 years ago
  jules 0bb60f9c76 VST3 parameter begin/end workaround for problems in Cubase. 11 years ago
  jules 710aec4503 Fixed a couple of broken unit tests 11 years ago
  jules 8ce3099d93 Reverted a recent linux sub-window event change. 11 years ago
  jules 3825467af7 Added method Synthesiser::setMinimumRenderingSubdivisionSize() to allow control over the resolution of block size that the synthesiser class uses. 11 years ago
  jules f02562f2c4 Fixed some documentation. 11 years ago
  jules cfb3c5459a Improved the way juce_isRunningUnderDebugger() works on linux. 11 years ago
  jules 4e4a9968a3 Reverted my typo that had changed the minimum font horizontal scale from the old default 0.7 11 years ago
  jules 0049fdb39c Fix for linux window repaint problems on the Raspberry Pi. 11 years ago
  jules 4058c25da3 Added a missing namespace in the AAX code. 11 years ago