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 1e1e4ae848 Removed the ComponentDeletionWatcher class - use Component::SafePointer or Component::BailOutChecker instead. 16 years ago
amalgamation Internal refactoring of mouse-event classes, as the first step towards multi-touch support. 16 years ago
bin Updated .gitignore 16 years ago
build Removed the ComponentDeletionWatcher class - use Component::SafePointer or Component::BailOutChecker instead. 16 years ago
docs Updated the API documentation 16 years ago
extras Added XRender support for semi-transparent windows in linux. Fixed a couple of vst build errors. 16 years ago
src Removed the ComponentDeletionWatcher class - use Component::SafePointer or Component::BailOutChecker instead. 16 years ago
.gitignore Added mac NSException catching and tidied up some warnings. 16 years ago
juce.h Refactored some String operators to bring them into line with c++ best practices. Removed the JUCE_STRINGS_ARE_UNICODE flag - all strings are now unicode by default. Removed the String class's implicit cast to const char* and copyToBuffer() method, replacing them with toCString(), toUTF8(), copyToCString(), copyToUnicode(), etc., so that it'll force users to think about the encoding they want to use in a particular context. Added the ability to pass a String directly to a std::ostream. Extended the juce version number to include a build number. 16 years ago
juce_Config.h Added XRender support for semi-transparent windows in linux. Fixed a couple of vst build errors. 16 years ago
juce_amalgamated.cpp Removed the ComponentDeletionWatcher class - use Component::SafePointer or Component::BailOutChecker instead. 16 years ago
juce_amalgamated.h Removed the ComponentDeletionWatcher class - use Component::SafePointer or Component::BailOutChecker instead. 16 years ago
juce_amalgamated.mm fix for a mac file bug introduced in the last check-in.. 16 years ago