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 2952b52f88 Renamed instances of FileHelpers to MacFileHelpers in iOS implementation in juce_mac_Files.mm 9 years ago
..
containers Tidied up ListenerList tests 9 years ago
files Fixed VS2013 warning in File::NaturalFileComparator struct 9 years ago
javascript Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 9 years ago
logging Update copyright notice 10 years ago
maths Removed unnecessary memory allocation when assigning a big integer with the same memory requirements 9 years ago
memory Fixed a potential leak in ScopedPointer 9 years ago
misc Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 10 years ago
native Renamed instances of FileHelpers to MacFileHelpers in iOS implementation in juce_mac_Files.mm 9 years ago
network Fixed a bug where StreamingSocket::isLocal would only return true if it was connected to 127.0.0.1 9 years ago
streams Changed documentation for OutputStream::setNewLineString() to remove mention of non-existent writeNewLine() method 9 years ago
system Fixed a few VS2008 build errors 9 years ago
text Changed File::compareFilenames() method to use String::compareNatural() and added argument to String::compareNatural() for case sensitivity 9 years ago
threads Whitespace clean-up 9 years ago
time Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 9 years ago
unit_tests Whitespace. 9 years ago
xml Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 9 years ago
zip Replace all "zeros" with "nullptr" in code documentation when referring to a pointer value 9 years ago
juce_core.cpp Fixed issues with AudioProcessorValueTreeState parameter synchronization 9 years ago
juce_core.h Added new WebInputStream class for more fine-grained control on retrieving URLs 9 years ago
juce_core.mm Update copyright notice 10 years ago