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.
hogliux 7e23bf28ae Added iOS/Android native file chooser support and support for asynchronous invocation of file choosers 8 years ago
..
java Android: add WebBrowserComponent implementation. 8 years ago
juce_BasicNativeHeaders.h Android & Projucer: Use more reliable cpu-features package to get CPU SystemStats on Android 8 years ago
juce_android_Files.cpp Added URL methods to convert between local file urls (including Android content:// URLs) and JUCE's File class 8 years ago
juce_android_JNIHelpers.h Added iOS/Android native file chooser support and support for asynchronous invocation of file choosers 8 years ago
juce_android_Misc.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 8 years ago
juce_android_Network.cpp Added URL methods to convert between local file urls (including Android content:// URLs) and JUCE's File class 8 years ago
juce_android_RuntimePermissions.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 8 years ago
juce_android_SystemStats.cpp Android: move a bunch of generic Android and Java classes to JNI helpers, add Android/Java prefixes to disambiguate. 8 years ago
juce_android_Threads.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 8 years ago
juce_curl_Network.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 8 years ago
juce_linux_CommonFile.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 8 years ago
juce_linux_Files.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 8 years ago
juce_linux_Network.cpp Added a template to allow the HeapBlock class to be given signed ints or other types that are not size_t for its size parameters 8 years ago
juce_linux_SystemStats.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 8 years ago
juce_linux_Threads.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 8 years ago
juce_mac_ClangBugWorkaround.h Renamed XCode to Xcode in multiple places 8 years ago
juce_mac_Files.mm Updated the implementation of File::moveToTrash() on OSX so that it uses the newer API calls on 10.8 and above, and added a bodge for older versions that makes it blocks until the operation has completed 8 years ago
juce_mac_Network.mm Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 8 years ago
juce_mac_Strings.mm Added a template to allow the HeapBlock class to be given signed ints or other types that are not size_t for its size parameters 8 years ago
juce_mac_SystemStats.mm Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 8 years ago
juce_mac_Threads.mm Implement Process::hide for mobile platforms 8 years ago
juce_osx_ObjCHelpers.h macOS: Fixed a memory leak of native mac menu items 8 years ago
juce_posix_NamedPipe.cpp Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 8 years ago
juce_posix_SharedCode.h Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 8 years ago
juce_win32_ComSmartPtr.h Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 8 years ago
juce_win32_Files.cpp Fixed a compiler warning involving deprecated static variables when compiling with GCC 8 years ago
juce_win32_Network.cpp Added a template to allow the HeapBlock class to be given signed ints or other types that are not size_t for its size parameters 8 years ago
juce_win32_Registry.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 8 years ago
juce_win32_SystemStats.cpp MinGW: Fixed some 32 bit build errors 8 years ago
juce_win32_Threads.cpp Windows: Added a more robust way of getting the path of the current dll 8 years ago