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.
ed 7cf8e28fdd Deprecated MouseInputSource::hasMouseMovedSignificantlySincePressed() and replaced with the more accurate isLongPressOrDrag() and hasMovedSignificantlySincePressed() methods 7 years ago
..
juce_CachedComponentImage.h Add documentation tags 7 years ago
juce_Component.cpp Deprecated MouseInputSource::hasMouseMovedSignificantlySincePressed() and replaced with the more accurate isLongPressOrDrag() and hasMovedSignificantlySincePressed() methods 7 years ago
juce_Component.h Mouse: Added MouseListener::mouseMagnify and cleaned up some mouse event handler code 7 years ago
juce_ComponentListener.cpp Added a componentEnablementChanged method to ComponentListener 7 years ago
juce_ComponentListener.h Add documentation tags 7 years ago
juce_Desktop.cpp More ScopedPointer/unique_ptr compatibility work 7 years ago
juce_Desktop.h Add documentation tags 7 years ago
juce_ModalComponentManager.cpp Tweaked the Component::setBoundsToFit method to take a rectangle, and tidied up a few things inside Component 7 years ago
juce_ModalComponentManager.h Add documentation tags 7 years ago