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 b65b34ad40 More openGL refactoring, completion of all-shader graphic pipeline. 14 years ago
..
containers More openGL refactoring, completion of all-shader graphic pipeline. 14 years ago
files New method: FileOutputStream::truncate() 14 years ago
json Added a unit-test, and removed constness from a couple more return types. 14 years ago
logging First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 14 years ago
maths Straightened out some confusion with the Point::getAngleToPoint and Line::getAngle methods, where the description didn't actually match the behaviour. The behaviour and descriptions of these functions have now changed, but should now match up! 14 years ago
memory Android updates to support NDK r7. 14 years ago
misc Created c++11 move constructors and operator= methods for a bunch of classes (only enabled for c++11 compilers, of course) 14 years ago
native Cleaned up a few 64-bit VC++ warnings. 14 years ago
network AlertWindow text colour fix. URL::getPort() method. Image::createCopy() method. 14 years ago
streams Cleaned up a few 64-bit VC++ warnings. 14 years ago
system Refactored the dynamically-loaded OpenGL extension functions from being static to being members of a specific context object. This entails lots of OpenGLContext references being passed around all over the place, and has meant that a few static helper functions are no longer available. 14 years ago
text Improvements to WindowsMediaAudioFormat. Added some functionality to LocalisedStrings, and added some translate() functions that can be used instead of the old TRANS macro. 14 years ago
threads New class: ThreadLocalValue. 14 years ago
time Minor additions to ValueTree, Time. OpenGL work. Update to introjucer MSVC .sln file generation. 14 years ago
unit_tests Optimised and tidied up some ValueTree methods. Added a method to MultiDocumentPanel. 14 years ago
xml Removed the (broken) String::Concatenator class - this awful class should never have existed. Instead, for fast string concatenation, write to a MemoryOutputStream and get the result with MemoryOutputStream::toString(). 14 years ago
zip Cleaned up a few 64-bit VC++ warnings. 14 years ago
juce_core.cpp Finally turned off the T wide-char string macro by default. If you've used it in your code, I'd recommend just skimming through and simply removing it. Any ascii strings will work fine without it; any strings containing extended chars are NOT PORTABLE and shouldn't be embedded anyway, but will work just as well if you replace the T with an 'L' prefix (much better to re-encode them as escaped UTF-8 though). If you really must keep using the macro, you can set the JUCE_DEFINE_T_MACRO flag to 1, and it will still be available as before. 14 years ago
juce_core.h New class: ThreadLocalValue. 14 years ago
juce_core.mm Added new module wrappers. 14 years ago
juce_module_info Refactored the dynamically-loaded OpenGL extension functions from being static to being members of a specific context object. This entails lots of OpenGLContext references being passed around all over the place, and has meant that a few static helper functions are no longer available. 14 years ago