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 a4e611222d Various build housekeeping. 11 years ago
..
containers Made a couple of OwnedArray methods return the object that they are passed. 11 years ago
files Removed unwise assertion from File. 11 years ago
javascript Various build housekeeping. 11 years ago
logging Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 11 years ago
maths Added some trigonometry functions that are missing from MSVC's C library. 11 years ago
memory Removed some old iOS workarounds from the atomic class. 11 years ago
misc Tweaked the Uuid class to make it compatible with RFC 4122 version 4. 11 years ago
native Fix for file searches returning non-precomposed unicode chars on OSX. 11 years ago
network Made a few constant string arrays static to help compilers to optimise their initialisation. 11 years ago
streams Avoiding a few MSVC warnings 11 years ago
system Version number update 11 years ago
text Provided public access to the Array<String> that's inside StringArray. 11 years ago
threads Fixed a few compiler warnings. 11 years ago
time Added some functionality to PerformanceCounter. 11 years ago
unit_tests Updated the UnitTest class to provide a shared, reproducible random seed for each run, to allow failures to be re-created. Also converted a few Strings to StringRefs. 11 years ago
xml Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F). 11 years ago
zip Avoided some pedantic GCC warnings. 11 years ago
juce_core.cpp New class: JavascriptEngine! 11 years ago
juce_core.h New class: JavascriptEngine! 11 years ago
juce_core.mm Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 12 years ago
juce_module_info Version number update 11 years ago