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 c16c3a7c28 Fixed some documentation and minor GCC warnings. Fixed a JACK bug that would have mixed up the input/output channels. 13 years ago
..
containers Minor cleanups. 13 years ago
files Workaround for Xcode3 compiler bug. 13 years ago
json Removed some unused android code. Refactored some messaging code. 13 years ago
logging Fix for recursion in exception logger. 13 years ago
maths Fixed some documentation and minor GCC warnings. Fixed a JACK bug that would have mixed up the input/output channels. 13 years ago
memory Renamed a few old references to "iPhoneOS" as "iOS". 13 years ago
misc Changed URL::addEscapeChars to avoid use of the '+' character. Minor clean-ups. 13 years ago
native Fixed some documentation and minor GCC warnings. Fixed a JACK bug that would have mixed up the input/output channels. 13 years ago
network Fixed some more warnings. 13 years ago
streams Minor documentation updates. Added MidiMessageSequence::sort() method. 13 years ago
system Version 2.0.28 13 years ago
text Avoided some minor compiler warnings. 13 years ago
threads Added a new ChildProcess::start method that takes an argument array. 13 years ago
time Fix for Time::getCurrentTime(). 13 years ago
unit_tests Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed. 13 years ago
xml New type of mouse cursor: ParentCursor, which means "show the same cursor as the parent component". 13 years ago
zip Prevented zlib headers messing-up use of the fdopen() function. 13 years ago
juce_core.cpp New class: TextDiff 13 years ago
juce_core.h New class: TextDiff 13 years ago
juce_core.mm Added new module wrappers. 14 years ago
juce_module_info Version 2.0.28 13 years ago