.. |
juce_ComponentDragger.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
|
7 years ago |
juce_ComponentDragger.h
|
Add documentation tags
|
7 years ago |
juce_DragAndDropContainer.cpp
|
Standardised some lambda syntax
|
7 years ago |
juce_DragAndDropContainer.h
|
Add documentation tags
|
7 years ago |
juce_DragAndDropTarget.h
|
Add documentation tags
|
7 years ago |
juce_FileDragAndDropTarget.h
|
Add documentation tags
|
7 years ago |
juce_LassoComponent.h
|
Add documentation tags
|
7 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
|
Add documentation tags
|
7 years ago |
juce_MouseEvent.cpp
|
Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi
|
7 years ago |
juce_MouseEvent.h
|
Clarified the documentation of MouseEvent::mouseWasDraggedSinceMouseDown()
|
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
|
Add documentation tags
|
7 years ago |
juce_MouseInputSource.cpp
|
Deprecated MouseInputSource::hasMouseMovedSignificantlySincePressed() and replaced with the more accurate isLongPressOrDrag() and hasMovedSignificantlySincePressed() methods
|
7 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
|
Mouse: Added MouseListener::mouseMagnify and cleaned up some mouse event handler code
|
7 years ago |
juce_SelectedItemSet.h
|
Add documentation tags
|
7 years ago |
juce_TextDragAndDropTarget.h
|
Add documentation tags
|
7 years ago |
juce_TooltipClient.h
|
Add documentation tags
|
7 years ago |