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 97e9095933 Minor iPhone GL updates, fix for juce_WithoutMacros.h 15 years ago
..
Jucer (experimental) Added openGL support for the iPhone. 15 years ago
amalgamator 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. 15 years ago
audio plugin host Moved cursor update and unbounded mouse movement handling code into MouseInputSource. 15 years ago
audio plugins Couple of optimisations to text rendering. Removed various printfs from the codebase. 15 years ago
binarybuilder 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. 15 years ago
browser plugins Eradicated the last vestiges of printf from the library. String::formatted and String::printf are now gone - please use the << operators instead! 15 years ago
example projects Minor code clean-ups. 15 years ago
juce demo Minor iPhone GL updates, fix for juce_WithoutMacros.h 15 years ago
prebuilt Checked in some new binaries for the juce demo 16 years ago
the jucer Minor Jucer compilation fixes. 15 years ago