4987 Commits (cd48446e893a47b101477b8945a43d9237ebe702)
 

Author SHA1 Message Date
  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 bbc3a56b84 Introjucer: added module option flags for OSXLibs and iOSLibs 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 372ea8779b Resaved projects. 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 3d9bff2f00 Minor update to binarybuilder to allow non-lowercase symbol names. 11 years ago
  jules d4a830fd65 Minor cleanup. 11 years ago
  jules a747184a35 Added a new ChangeList.txt file as an easy record of major featuresm that get added. 11 years ago
  jules 946e4dc50d Added a new example project: ComponentTutorialExample, which includes a PDF tutorial describing the basics of what a Component is. 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
  jules cd2f7d6ffb Fixed typo in comment 11 years ago
  jules e4d1d7deed Introjucer: enabled the flag for warnings-as-errors for MSVC 2010 and later. 11 years ago
  jules e5b5a164eb Introjucer: added theme support and import-modules for Android builds. 11 years ago
  jules 5908238f8a Introjucer: Added a "warnings = errors" option to the MSVC builds. 11 years ago
  jules e17c26ed03 Minor fix for treeview dragging insert position. 11 years ago
  jules 7819bd39fc AAX tweak to work around a bug when loading RTAS presets in an AAX. 11 years ago
  jules b998308ccd Whitespace. 11 years ago
  jules 553d46320d Added an openGL constant. 11 years ago
  jules 20bd1a33ea Added some #undefs to avoid clashes with badly-chosen macros in some 3rd party libraries. 11 years ago
  jules 2a120a0f72 Fix for treeview indent X positions when dragged off the bottom. 11 years ago
  jules 7cfcf7940d Modified the return types of some var and DynamicObject operator[] methods to avoid a common pitfall. 11 years ago
  jules 24bce65869 Introjucer: modified the MSVC exporter to leave it up to MSVC to choose the default binary folder name unless you specifically set a value for it. 11 years ago
  jules 6cee485a0a Minor update to the bouncing ball demo to increase the frame rate. 11 years ago
  jules 60ccdf8bf2 Made the TreeView handle dragging and dropping to the area below the tree. 11 years ago
  jules 2dc21b670e Removed an old workaround for AAX which has since been fixed in the SDK. 11 years ago
  jules 1c982672e2 Minor fix to the demo treeview. 11 years ago
  jules f55371ce4b Fix for MSVC build error. 11 years ago
  jules 5cbad3b30f Removed more 'final's from the android java class. 11 years ago
  jules c206793ff1 Removed 'final' from the android java activity class. 11 years ago
  jules 585b202945 Setting component ID for SVG text elements. 11 years ago
  jules 036c6cb4a2 Rudimentary implementation of SVG text elements. 11 years ago
  jules 4570680865 Workaround for problems with literals in old compilers. 11 years ago
  jules df129087ed Resaved all project files. 11 years ago
  jules d42b687039 Added a Whirlpool hash class to the cryptography module. 11 years ago
  jules b8db6defb7 Fix for AudioFormatReader::read not filling extra channels when reading beyond the start of the source file. 11 years ago
  jules 4ac7b41779 Increased accuracy of DropShadow::drawShadowSection() 11 years ago