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 c4af628d14 Avoided repeated calls to dladdr(), which could cause problems in some plugin situations. 13 years ago
..
java OpenGL refactoring (stage 1) 13 years ago
juce_BasicNativeHeaders.h Minor tweaks to help support mingw, and to avoid namespace issues with assertions. 13 years ago
juce_android_Files.cpp Android: added URL launching. 13 years ago
juce_android_JNIHelpers.h Message leak fix. Android repaint fix. Minor clean-ups. 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 Thread-local value fix for plugins on XP. Android startup tweaks. Minor component changes. 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.. 14 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.. 14 years ago
juce_linux_Network.cpp Linux http header fix. 13 years ago
juce_linux_SystemStats.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.. 14 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.. 14 years ago
juce_mac_Files.mm iOS URL opening fix. 13 years ago
juce_mac_Network.mm Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code. 13 years ago
juce_mac_ObjCSuffix.h 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
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.. 14 years ago
juce_mac_SystemStats.mm Fixed a minor leak in CoreAudioFormat. Fixed incorrect OSX and iOS version reporting. Added Xext library to linux introjucer build. Mac menu shortcut key fix. 14 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.. 14 years ago
juce_osx_ObjCHelpers.h 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
juce_posix_NamedPipe.cpp Minor NamedPipe tweak. 13 years ago
juce_posix_SharedCode.h Avoided repeated calls to dladdr(), which could cause problems in some plugin situations. 13 years ago
juce_win32_ComSmartPtr.h Minor addition to ComSmartPtr. 14 years ago
juce_win32_Files.cpp TabbedButtonBar fix. Small clean-ups. 13 years ago
juce_win32_Network.cpp Couple of small win32 fixes. Cleaned up win32 registry code. 14 years ago
juce_win32_Registry.cpp Added a WOW64 call to WindowsRegistry. 13 years ago
juce_win32_SystemStats.cpp Message leak fix. Android repaint fix. Minor clean-ups. 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