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 0194486115 Added a method MemoryBlock::replaceWith(). Changed FileInputStream to avoid cacheing the length of the file. 13 years ago
..
java Android: fix to prevent app restarts when rotating. 13 years ago
juce_BasicNativeHeaders.h Helper class for dynamically building Obj-C classes, and conversion of internal app delegate class to use this. 13 years ago
juce_android_Files.cpp Android: added URL launching. 13 years ago
juce_android_JNIHelpers.h New methods SystemStats::getUserLanguage(), SystemStats::getUserRegion(). 13 years ago
juce_android_Misc.cpp Android: better logging, more GL work. 13 years ago
juce_android_Network.cpp Introjucer: Improved android project saving to allow the activity class to be custom-named, and to copy the java into the target tree instead of linking. Also added an option to set the android architectures. 13 years ago
juce_android_SystemStats.cpp New methods SystemStats::getUserLanguage(), SystemStats::getUserRegion(). 13 years ago
juce_android_Threads.cpp 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.. 13 years ago
juce_linux_Files.cpp 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.. 13 years ago
juce_linux_Network.cpp Linux http header fix. 13 years ago
juce_linux_SystemStats.cpp New methods SystemStats::getUserLanguage(), SystemStats::getUserRegion(). 13 years ago
juce_linux_Threads.cpp 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.. 13 years ago
juce_mac_Files.mm Purged some warnings. 13 years ago
juce_mac_Network.mm Fix for GCC syntax problem. 13 years ago
juce_mac_Strings.mm 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.. 13 years ago
juce_mac_SystemStats.mm New methods SystemStats::getUserLanguage(), SystemStats::getUserRegion(). 13 years ago
juce_mac_Threads.mm 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.. 13 years ago
juce_osx_ObjCHelpers.h Avoided a name clash with old Carbon headers. 13 years ago
juce_posix_NamedPipe.cpp Minor NamedPipe tweak. 13 years ago
juce_posix_SharedCode.h Added a method MemoryBlock::replaceWith(). Changed FileInputStream to avoid cacheing the length of the file. 13 years ago
juce_win32_ComSmartPtr.h Updated some win32 video code. 13 years ago
juce_win32_Files.cpp Added a method MemoryBlock::replaceWith(). Changed FileInputStream to avoid cacheing the length of the file. 13 years ago
juce_win32_Network.cpp Tidied up some win32 DLL loading code, and fixed a call type mismatch with the windows media format class. 13 years ago
juce_win32_Registry.cpp Added a WOW64 call to WindowsRegistry. 13 years ago
juce_win32_SystemStats.cpp New methods SystemStats::getUserLanguage(), SystemStats::getUserRegion(). 13 years ago
juce_win32_Threads.cpp Improved ThreadLocalValue to use native compiler features where available. Got rid of Thread::stopAllThreads and Thread::getNumRunningThreads (which were just a bad idea, with many safety holes). Replaced the internal RunningThreadsList class with some simpler thread-local storage. 13 years ago