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 cd4aba9e43 PopupMenu modernisation: Improved the PopupMenu::Item class to make it easy to build items by chaining calls together. 6 years ago
..
containers Fixed a const access issue in OwnedArray 6 years ago
files Fixed some more Android compiler warnings 6 years ago
javascript Added some overloads to OwnedArray to let items be added from std::unique_ptrs. Also removed OwnedArray::addIfNotAlreadyThere because it's ambiguous about whether the object should be deleted if it fails to be added! 6 years ago
logging Removed unused method 6 years ago
maths Added some PopupMenu::addItem overloads which let you attach a lambda callback to be invoked for a menu item. 6 years ago
memory Fixed some more Linux compiler warnings 6 years ago
misc Fixed some Android compiler warnings 6 years ago
native Fixed some Android compiler warnings 6 years ago
network Refactored AudioPluginFormat::createPluginInstance to use lambdas for the callback 6 years ago
streams Added an overloaded read method to InputStream which takes a size_t as the size parameter, rather than an int 6 years ago
system PopupMenu modernisation: Improved the PopupMenu::Item class to make it easy to build items by chaining calls together. 6 years ago
text Fixed some GCC compiler warnings and removed deprecated functions 6 years ago
threads Fixed some more Linux compiler warnings 6 years ago
time Added juce_UnitTestCategories.h to replace raw strings used for test categories 6 years ago
unit_tests Added juce_UnitTestCategories.h to replace raw strings used for test categories 6 years ago
xml Updated some documentation 6 years ago
zip Fixed some GCC compiler warnings and removed deprecated functions 6 years ago
juce_core.cpp Prevented the Apple system headers from including some unnecessary C library headers 6 years ago
juce_core.h Projucer: Fixed the default value of JUCE_CATCH_UNHANDLED_EXCEPTIONS 6 years ago
juce_core.mm Updated file headers and the README with the JUCE 5 license 8 years ago