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 a234721110 Added various clang-tidy modernize-* fixes 6 years ago
..
juce_ComponentDragger.cpp Some misc cleanups, mainly around WeakReference usage and rectangles 6 years ago
juce_ComponentDragger.h Add documentation tags 7 years ago
juce_DragAndDropContainer.cpp Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago
juce_DragAndDropContainer.h Made the DragAndDropContainer::performExternalDragDropOfFiles() and ::performExternalDragDropOfText() methods asynchronous on Windows so that behaviour is consistent across all platforms and updated the documentation to reflect this 6 years ago
juce_DragAndDropTarget.h Added various clang-tidy modernize-* fixes 6 years ago
juce_FileDragAndDropTarget.h Added various clang-tidy modernize-* fixes 6 years ago
juce_LassoComponent.h Added various clang-tidy modernize-* fixes 6 years ago
juce_MouseCursor.cpp Added an assertion if you try to create a MouseCursor with a hotspot that's outside the image bounds 7 years ago
juce_MouseCursor.h Removed a redundant method and did some minor tidying 6 years ago
juce_MouseEvent.cpp Provided a public field MouseEvent::mouseDownPosition, to provide a floating point version of the mouse-down pos 7 years ago
juce_MouseEvent.h Provided a public field MouseEvent::mouseDownPosition, to provide a floating point version of the mouse-down pos 7 years ago
juce_MouseInactivityDetector.cpp Added lambda callback methods to ListenerList. Its old method-invocation callbacks were refactored to use variadic templates instead of the old awful macros they used in the past, but please move your code to use the new lambda functions, as the one stuff will eventually be deprecated! 7 years ago
juce_MouseInactivityDetector.h Added various clang-tidy modernize-* fixes 6 years ago
juce_MouseInputSource.cpp Some misc cleanups, mainly around WeakReference usage and rectangles 6 years ago
juce_MouseInputSource.h Deprecated MouseInputSource::hasMouseMovedSignificantlySincePressed() and replaced with the more accurate isLongPressOrDrag() and hasMovedSignificantlySincePressed() methods 7 years ago
juce_MouseListener.cpp Mouse: Added MouseListener::mouseMagnify and cleaned up some mouse event handler code 7 years ago
juce_MouseListener.h Added various clang-tidy modernize-* fixes 6 years ago
juce_SelectedItemSet.h Fixed some gcc 8 compiler warnings 6 years ago
juce_TextDragAndDropTarget.h Added various clang-tidy modernize-* fixes 6 years ago
juce_TooltipClient.h Added various clang-tidy modernize-* fixes 6 years ago