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
..
Application Minor clean-ups 11 years ago
BinaryData Added 'override' keywords to some introjucer template files 11 years ago
Code Editor Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 12 years ago
ComponentEditor Introjucer: removed an unimportant assertion 11 years ago
Project 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
Project Saving Introjucer: avoiding an Xcode warning when quicktime is explicitly disabled. 11 years ago
Utility Introjucer: clicking already-selected items in the treeview now opens their document. 11 years ago
jucer_Headers.h Updated headers in demo project files. 12 years ago