3001 Commits (f0ce8d0700898b0b2c29ddac4ee482ee2148a00f)

Author SHA1 Message Date
  jules f0ce8d0700 Fix for a performance problem in a few FloatVectorOperations calls on Windows. 10 years ago
  jules d8bf3aabca Added a method ReferenceCountedArray::clearQuick() 10 years ago
  hogliux b5f2723ef9 Fix LLVM warning in previous commit 11 years ago
  hogliux 0bac9fefc6 Add URL stream progress support on OSX/iOS 11 years ago
  hogliux 0c3023327a Get correct path for File::currentExecutableFile on Linux 11 years ago
  jules 4af50da9f7 Modified app startup code so that JUCEApplication::shutdown() will still get called even if the app is aborted during the initialise() method. 11 years ago
  jules e0556acccc Added a JucePlugin_PreferredChannelConfigurations_AAX flag which can be used as an AAX-specific alternative to JucePlugin_PreferredChannelConfigurations in edge-case situations where you need it to be different. 11 years ago
  jules c1355fa11a Minor SystemTrayIconComponent tweak to keep OSX10.3 builds happy. 11 years ago
  jules 121ce102a7 Whitespace cleanup. 11 years ago
  hogliux 41b38f59ed Re-write DatagramSocket class and general clean-up in socket code 11 years ago
  jules 1ee737c7cd Removed no-longer-necessary check in the AU code which was producing a warning. 11 years ago
  jules 9c9d10dc0a Clarified some documentation relating to the Component::setBufferedToImage, which didn't match the actual behaviour of that method. 11 years ago
  hogliux ea4262f5e1 Add ignoreUnused utility function as a tool to avoid unused variables warning 11 years ago
  jules 0496e944b1 Documentation fix. 11 years ago
  jules 12f8940de5 Added MIDI channel pressure support to the Synthesiser class. 11 years ago
  jules 30aa1f3a80 Whitespace cleanup 11 years ago
  hogliux 5b8a633108 Fix unicode input on Android 11 years ago
  hogliux 1986f9b2ad Fix TextLayout height when string is empty 11 years ago
  hogliux 7a370a9019 Fixed typo 11 years ago
  jules 7930bd92f2 Minor clean-up 11 years ago
  hogliux 63d16bb136 Fix neon compile errors and fabs vector operation support for neon 11 years ago
  jules afbec9cf3c Updates to avoid pedantic warnings in gcc. 11 years ago
  hogliux bbe1b0bc01 Do not ignore return-value of AudioPlayHead::getCurrentPosition 11 years ago
  jules 3613542330 Updates to avoid pedantic warnings in gcc. 11 years ago
  hogliux 36e5939820 Fix window ordering on mac 11 years ago
  hogliux 1eab4fe594 Do not ignore return-value of AudioPlayHead::getCurrentPosition 11 years ago
  jules 3bc4eb3efb Fix for PPC build 11 years ago
  jules 5b2aed2982 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
  Fabian Renn-Giles bb70069626 Remove colour swizzle to fix inverted colour bug on Samsung phones 11 years ago
  Fabian Renn-Giles a9278b0fb8 Fix Android compile error with recent isfinite patch 11 years ago
  Fabian Renn-Giles 1365204d66 Shorter bit operation for floating point abs operation 11 years ago
  Fabian Renn-Giles e2302a246f Add absolute value operation to FloatVectorOperations 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