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.
Julian Storer 7bc24ae42a The Point and Rectangle classes are now templated, so can be used for either float or int co-ordinates. This means that wherever you've used these classes, you'll need to replace them with Rectangle<int> or Point<float> in your code. A couple of methods in Path have changed to take advantage of the new ability. 15 years ago
..
npapi tidied up whitespace in files 16 years ago
juce_ActiveX_GlueCode.cpp New class HeapBlock, which provides a safe and object-oriented way to allocate heap space. I've used HeapBlocks to replace almost all uses of malloc/free throughout the codebase. 15 years ago
juce_BrowserPluginComponent.h Updated the text of the copyright/license blurb at the top of each source file. 16 years ago
juce_IncludeBrowserPluginInfo.h Updated the text of the copyright/license blurb at the top of each source file. 16 years ago
juce_NPAPI_GlueCode.cpp The Point and Rectangle classes are now templated, so can be used for either float or int co-ordinates. This means that wherever you've used these classes, you'll need to replace them with Rectangle<int> or Point<float> in your code. A couple of methods in Path have changed to take advantage of the new ability. 15 years ago
juce_NPAPI_GlueCode.mm Updated the text of the copyright/license blurb at the top of each source file. 16 years ago
juce_NPAPI_MacResource.r Initial check-in of NPAPI browser plugin wrapper code. 16 years ago
juce_NPAPI_WinResource.rc Initial check-in of NPAPI browser plugin wrapper code. 16 years ago