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 3b88555140 Replaced the old, badly-named and badly-implemented String::compareLexicographically() method with String::compareNatural(), which uses a smarter algorithm. Also added a method StringArray::sortNatural() which uses this. 11 years ago
..
Demo Replaced the old, badly-named and badly-implemented String::compareLexicographically() method with String::compareNatural(), which uses a smarter algorithm. Also added a method StringArray::sortNatural() which uses this. 11 years ago
Introjucer Replaced the old, badly-named and badly-implemented String::compareLexicographically() method with String::compareNatural(), which uses a smarter algorithm. Also added a method StringArray::sortNatural() which uses this. 11 years ago
audio plugin demo Changed the demo plugin OSX build to be 32/64-bit. 11 years ago
audio plugin host Introjucer: avoiding an Xcode warning when quicktime is explicitly disabled. 11 years ago
binarybuilder Introjucer: tweaked Xcode project structure to avoid warning about architectures. 11 years ago
browser plugin demo Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 12 years ago
example projects Introjucer: tweaked Xcode project structure to avoid warning about architectures. 11 years ago
windows dll New class: SharedResourcePointer 11 years ago