1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00
Commit graph

4987 commits

Author SHA1 Message Date
jules
cd48446e89 Added an alternative version of Path::addPieSegment() 2015-03-04 14:42:18 +00:00
jules
5775d62810 Fix to FFT::performFrequencyOnlyForwardTransform 2015-03-04 11:59:25 +00:00
jules
e1dcd96892 Workarounds to allow building with Xcode option "strict checking of objc_msgSend calls" enabled. 2015-03-03 09:47:03 +00:00
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! 2015-03-02 17:55:45 +00:00
jules
bbc3a56b84 Introjucer: added module option flags for OSXLibs and iOSLibs 2015-03-02 14:54:57 +00:00
jules
f98e97b9a2 Fixed a typo. 2015-03-02 09:28:33 +00:00
jules
7d4273f9d4 A couple of small changes that seem to be needed for some Android builds. 2015-02-27 09:29:34 +00:00
jules
372ea8779b Resaved projects. 2015-02-26 16:37:31 +00:00
jules
0f77ff056d Added new class ValueTreeSynchroniser 2015-02-26 16:36:38 +00:00
jules
1b3d7e9f3e Avoided an arithmetic overflow in OpenSLAudioIODevice when buffer sizes are very big. 2015-02-26 15:34:52 +00:00
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. 2015-02-25 17:38:22 +00:00
jules
17863a45b6 Workaround for problems on Android when the OS reuses a posix thread for the openGL thread. 2015-02-24 17:59:53 +00:00
jules
2022663c6b Compiler warning fix. 2015-02-24 17:44:36 +00:00
jules
ca87ff64d1 Tweak to the values that ResamplingAudioSource passes to its input source. 2015-02-24 12:58:14 +00:00
jules
c87463cad1 Added support for in-memory fonts on Android. 2015-02-24 10:15:01 +00:00
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. 2015-02-24 09:49:25 +00:00
jules
3d9bff2f00 Minor update to binarybuilder to allow non-lowercase symbol names. 2015-02-23 13:04:29 +00:00
jules
d4a830fd65 Minor cleanup. 2015-02-23 12:30:27 +00:00
jules
a747184a35 Added a new ChangeList.txt file as an easy record of major featuresm that get added. 2015-02-23 11:50:21 +00:00
jules
946e4dc50d Added a new example project: ComponentTutorialExample, which includes a PDF tutorial describing the basics of what a Component is. 2015-02-23 10:25:59 +00:00
jules
74f8c9b9ef Added some initialisation to the CoreGraphics context to counteract hosts that disable font anti-aliasing. 2015-02-23 10:00:42 +00:00
jules
5d6c37ed69 Cranked-up the warning level in the introjucer Xcode build, and fixed a few minor warnings. 2015-02-23 09:41:34 +00:00
jules
d117082fd8 Whitespace. 2015-02-22 20:18:34 +00:00
jules
8eb2fef209 Updated gradient rendering on OSX to use newer APIs. 2015-02-22 20:16:26 +00:00
jules
cd2f7d6ffb Fixed typo in comment 2015-02-22 19:46:45 +00:00
jules
e4d1d7deed Introjucer: enabled the flag for warnings-as-errors for MSVC 2010 and later. 2015-02-21 18:45:33 +00:00
jules
e5b5a164eb Introjucer: added theme support and import-modules for Android builds. 2015-02-19 10:13:19 +00:00
jules
5908238f8a Introjucer: Added a "warnings = errors" option to the MSVC builds. 2015-02-19 10:07:02 +00:00
jules
e17c26ed03 Minor fix for treeview dragging insert position. 2015-02-18 11:33:15 +00:00
jules
7819bd39fc AAX tweak to work around a bug when loading RTAS presets in an AAX. 2015-02-18 11:07:31 +00:00
jules
b998308ccd Whitespace. 2015-02-18 11:01:05 +00:00
jules
553d46320d Added an openGL constant. 2015-02-17 17:11:44 +00:00
jules
20bd1a33ea Added some #undefs to avoid clashes with badly-chosen macros in some 3rd party libraries. 2015-02-17 16:55:45 +00:00
jules
2a120a0f72 Fix for treeview indent X positions when dragged off the bottom. 2015-02-16 14:54:58 +00:00
jules
7cfcf7940d Modified the return types of some var and DynamicObject operator[] methods to avoid a common pitfall. 2015-02-16 10:58:29 +00:00
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. 2015-02-16 10:21:12 +00:00
jules
6cee485a0a Minor update to the bouncing ball demo to increase the frame rate. 2015-02-16 10:00:27 +00:00
jules
60ccdf8bf2 Made the TreeView handle dragging and dropping to the area below the tree. 2015-02-16 09:59:53 +00:00
jules
2dc21b670e Removed an old workaround for AAX which has since been fixed in the SDK. 2015-02-13 10:59:00 +00:00
jules
1c982672e2 Minor fix to the demo treeview. 2015-02-13 09:48:14 +00:00
jules
f55371ce4b Fix for MSVC build error. 2015-02-12 09:20:23 +00:00
jules
5cbad3b30f Removed more 'final's from the android java class. 2015-02-12 09:11:25 +00:00
jules
c206793ff1 Removed 'final' from the android java activity class. 2015-02-11 16:39:07 +00:00
jules
585b202945 Setting component ID for SVG text elements. 2015-02-11 10:29:19 +00:00
jules
036c6cb4a2 Rudimentary implementation of SVG text elements. 2015-02-10 17:42:23 +00:00
jules
4570680865 Workaround for problems with literals in old compilers. 2015-02-09 14:49:16 +00:00
jules
df129087ed Resaved all project files. 2015-02-09 11:53:57 +00:00
jules
d42b687039 Added a Whirlpool hash class to the cryptography module. 2015-02-09 11:43:48 +00:00
jules
b8db6defb7 Fix for AudioFormatReader::read not filling extra channels when reading beyond the start of the source file. 2015-02-08 12:28:59 +00:00
jules
4ac7b41779 Increased accuracy of DropShadow::drawShadowSection() 2015-02-08 12:17:47 +00:00