2929 Commits (cfb3c5459a80da4e10f63b316b1babaad81bbb15)

Author SHA1 Message Date
  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
  jules 65da989cd0 Added a couple of methods to PluginListComponent to allow deletion of selected plugins and access to the listbox. 11 years ago
  jules 611abe7812 Tweaked the flags used when linux windows are created within a parent. 11 years ago
  jules 11ca405d4f Added ability for PropertyPanel to insert/remove panels. (And tidied up the class internally a bit) 11 years ago
  jules 844d9e8d86 Added method Font::getDefaultMinimumHorizontalScaleFactor() to make it possible to change the global minimum font squashing amount. 11 years ago
  jules 251a059644 Fixes for AAX yesterday's chunk improvements. 11 years ago
  jules bb14c94af2 Added missing virtual destructor to StandalonePluginHolder. 11 years ago
  jules ab018dbe38 Virtualised a couple of methods in StandalonePluginHolder 11 years ago
  jules 61293f590e Fix for an AAX problem involving chunks on multiple threads 11 years ago
  jules 6bbe61f024 Compiler warning fix in iOS build. 11 years ago
  jules 44daeecae8 Fixed a compiler warning 11 years ago
  jules 43252dc605 Tidied-up a few stray sign-conversion warnings. 11 years ago
  jules 995839429e Tweaked JUCE_UNDENORMALISE to add/subtract a different constant, as this seems to lead to values that snap to zero better. 11 years ago
  jules 05cc54abf6 Improved AAX support for parameter value<->string conversion, and fix for some problems with AAX parameter highlighting. 11 years ago
  jules 0a977b5589 Added a template specialisation for juce_hypot when used with float parameters. 11 years ago
  jules b8696a0ecd Minor tidying-up. 11 years ago
  jules 8f51420c8d Minor documentation fix. 11 years ago
  jules d723d58b16 Documentation fix. 11 years ago
  jules 2044141216 Added a Synthesiser::handleProgramChange method 11 years ago
  jules 3dc8a96265 Made the JUCE_UNDENORMALISE macro active on 64-bit intel, because apparently it actually is still an issue on that platform. 11 years ago
  jules 726279be09 Fixes for iOS build with modal components disabled, and for some obj C problems with older SDKs. 11 years ago
  jules f6139cee55 Minor documentation cleanups. 11 years ago
  jules 7e51302069 Minor optimisation in AudioSampleBuffer 11 years ago
  jules 1359a6b895 Fixed an uninitialised member of BufferingAudioReader 11 years ago
  jules f799bb0d6b Another fix for Windows builds with modal comps disabled. 11 years ago
  jules 5fc76082e2 Fix for Windows builds with modal components disabled. 11 years ago
  jules 3e947f1612 Fixes for unused parameter warnings when modal loops are disabled. 11 years ago
  jules 19cd517bac (Oops - last Path check-in should have been used float, not int) 11 years ago
  jules 3cee0e2c19 Updates to Slider to keep the text box editability in sync when the parent is enabled. 11 years ago
  jules cd48446e89 Added an alternative version of Path::addPieSegment() 11 years ago
  jules 5775d62810 Fix to FFT::performFrequencyOnlyForwardTransform 11 years ago
  jules e1dcd96892 Workarounds to allow building with Xcode option "strict checking of objc_msgSend calls" enabled. 11 years ago
  jules 968a9eb392 Modified MidiMessageSequence::createControllerUpdatesForTime() to use an Array<MidiMessage> instead of an OwnedArray. There are almost no situations where you'd get better performance out of an OwnedArray so if this change broke your code, it's a good idea to have a re-think! 11 years ago
  jules f98e97b9a2 Fixed a typo. 11 years ago
  jules 7d4273f9d4 A couple of small changes that seem to be needed for some Android builds. 11 years ago
  jules 0f77ff056d Added new class ValueTreeSynchroniser 11 years ago
  jules 1b3d7e9f3e Avoided an arithmetic overflow in OpenSLAudioIODevice when buffer sizes are very big. 11 years ago
  jules 6bc4d7627f Modified the ValueTree::Listener::valueTreeChildRemoved() and ValueTree::Listener::valueTreeChildOrderChanged() methods to include some extra parameters that give more detailed info about exactly what changed. 11 years ago
  jules 17863a45b6 Workaround for problems on Android when the OS reuses a posix thread for the openGL thread. 11 years ago
  jules 2022663c6b Compiler warning fix. 11 years ago
  jules ca87ff64d1 Tweak to the values that ResamplingAudioSource passes to its input source. 11 years ago
  jules c87463cad1 Added support for in-memory fonts on Android. 11 years ago
  jules a0af60a179 Increased the precision with which var converts double values to strings. It now uses 20 decimal places, which matches the way XmlElement does this. 11 years ago
  jules 74f8c9b9ef Added some initialisation to the CoreGraphics context to counteract hosts that disable font anti-aliasing. 11 years ago
  jules 5d6c37ed69 Cranked-up the warning level in the introjucer Xcode build, and fixed a few minor warnings. 11 years ago
  jules d117082fd8 Whitespace. 11 years ago
  jules 8eb2fef209 Updated gradient rendering on OSX to use newer APIs. 11 years ago