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.
ed 1951714776 Linux: Only add libcurl dependency when JUCE_USE_CURL is enabled 6 years ago
..
containers Fixed a const access issue in OwnedArray 6 years ago
files Removed a problematic unit test when running as a Windows system process 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 7 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 an argument forwarding bug in StdFunctionCompat 6 years ago
native Fixed an issue maintaining kiosk mode on Android 6 years ago
network Fixed a crash when fetching large content in URL::FallbackDownloadTask 6 years ago
streams Added a constructor to MemoryInputStream that will move from a MemoryBlock 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 Linux: Only add libcurl dependency when JUCE_USE_CURL is enabled 6 years ago
juce_core.h Linux: Only add libcurl dependency when JUCE_USE_CURL is enabled 6 years ago
juce_core.mm Updated file headers and the README with the JUCE 5 license 8 years ago