.. |
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
|
Cleaned up the ModifierKeys class and removed the peer-specific implementations of ModifierKeys::getCurrentModifiersRealtime() and ModifierKeys::updateCurrentModifiers()
|
7 years ago |
juce_DragAndDropContainer.h
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
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
|
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
|
Add documentation tags
|
7 years ago |
juce_MouseInputSource.cpp
|
Cleaned up the ModifierKeys class and removed the peer-specific implementations of ModifierKeys::getCurrentModifiersRealtime() and ModifierKeys::updateCurrentModifiers()
|
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
|
Misc cleanups and modernisation
|
7 years ago |
juce_TextDragAndDropTarget.h
|
Add documentation tags
|
7 years ago |
juce_TooltipClient.h
|
Add documentation tags
|
7 years ago |