The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jules deeab7f818 Minor tidying-up. 13 years ago
..
juce_AbstractFifo.cpp (automated whitespace clean-up) 13 years ago
juce_AbstractFifo.h Added better constructors for AudioSourceChannelInfo. 13 years ago
juce_Array.h Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed. 13 years ago
juce_ArrayAllocationBase.h Fixed an obscure utf8 string comparison problem. Added a few C++11 tweaks. Improved VST host default folder detection. Win32 file browser filter fix. Introjucer VS2005 compiler bug workaround. 13 years ago
juce_DynamicObject.cpp (automated whitespace clean-up) 13 years ago
juce_DynamicObject.h First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 13 years ago
juce_ElementComparator.h First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 13 years ago
juce_HashMap.h Minor HashMap clean-up. 13 years ago
juce_LinkedListPointer.h StringArray fix + additional unit tests. AudioFormatManager tweak for iOS. Minor clean-ups. 13 years ago
juce_NamedValueSet.cpp (automated whitespace clean-up) 13 years ago
juce_NamedValueSet.h RTAS mac window position fix. Introjucer fixes for Windows. 13 years ago
juce_OwnedArray.h Rolled back an array comparator change which could cause unexpected problems with ScopedPointers. 13 years ago
juce_PropertySet.cpp (automated whitespace clean-up) 13 years ago
juce_PropertySet.h Minor tidying-up. 13 years ago
juce_ReferenceCountedArray.h Purged some warnings. 13 years ago
juce_ScopedValueSetter.h First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 13 years ago
juce_SortedSet.h Tidied up SortedSet. 13 years ago
juce_SparseSet.h RTAS mac window position fix. Introjucer fixes for Windows. 13 years ago
juce_Variant.cpp better double comparisons for var. Fix for VS2005/VS2010 RTAS exporting. Minor GL cleanups and project updates. 13 years ago
juce_Variant.h RTAS mac window position fix. Introjucer fixes for Windows. 13 years ago