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 a8b41cb717 Linux: changed the path returned by File::userApplicationDataDirectory to be based on XDG_CONFIG_HOME if available. 11 years ago
..
java Updated some headers and URLs. 12 years ago
juce_BasicNativeHeaders.h Updated the format of the header include guard macros. 12 years ago
juce_android_Files.cpp Added File::commonDocumentsDirectory enum. 11 years ago
juce_android_JNIHelpers.h Updated the format of the header include guard macros. 12 years ago
juce_android_Misc.cpp A few android warning fixes. 11 years ago
juce_android_Network.cpp Added some JUCE_CALLTYPE flags to Process methods. 11 years ago
juce_android_SystemStats.cpp Avoided a false assertion in File. Minor clean-ups. 11 years ago
juce_android_Threads.cpp Added some JUCE_CALLTYPE flags to Process methods. 11 years ago
juce_linux_Files.cpp Linux: changed the path returned by File::userApplicationDataDirectory to be based on XDG_CONFIG_HOME if available. 11 years ago
juce_linux_Network.cpp Added some JUCE_CALLTYPE flags to Process methods. 11 years ago
juce_linux_SystemStats.cpp Avoided a false assertion in File. Minor clean-ups. 11 years ago
juce_linux_Threads.cpp Added some JUCE_CALLTYPE flags to Process methods. 11 years ago
juce_mac_Files.mm Added File::commonDocumentsDirectory enum. 11 years ago
juce_mac_Network.mm Added some JUCE_CALLTYPE flags to Process methods. 11 years ago
juce_mac_Strings.mm Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 12 years ago
juce_mac_SystemStats.mm Added tests for SSE3 capability. 11 years ago
juce_mac_Threads.mm Added some JUCE_CALLTYPE flags to Process methods. 11 years ago
juce_osx_ObjCHelpers.h iOS build fix. 11 years ago
juce_posix_NamedPipe.cpp Replaced calls to the deprecated unix siginterrupt function. 12 years ago
juce_posix_SharedCode.h Cleaned up some critical section code. 11 years ago
juce_win32_ComSmartPtr.h Updated the format of the header include guard macros. 12 years ago
juce_win32_Files.cpp Added File::commonDocumentsDirectory enum. 11 years ago
juce_win32_Network.cpp New class StringRef, to improve performance in function calls that can take either a String or a raw string literal. Modified a few other classes to take advantage of this. 11 years ago
juce_win32_Registry.cpp In WindowsRegistry::registerFileAssociation(), the icon resource number was being negated for some mysterious reason.. Corrected this, so the number you give it is now used directly. 11 years ago
juce_win32_SystemStats.cpp Added tests for SSE3 capability. 11 years ago
juce_win32_Threads.cpp Added MouseInputSource::isUnboundedMouseMovementEnabled(). Tweaks to mouse cursor snap-back in Sliders. 11 years ago