| .. |
|
juce_ComponentDragger.cpp
|
Some misc cleanups, mainly around WeakReference usage and rectangles
|
2018-07-09 16:00:45 +01:00 |
|
juce_ComponentDragger.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_DragAndDropContainer.cpp
|
Cleaned up the ModifierKeys class and removed the peer-specific implementations of ModifierKeys::getCurrentModifiersRealtime() and ModifierKeys::updateCurrentModifiers()
|
2018-05-09 10:04:27 +01:00 |
|
juce_DragAndDropContainer.h
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
2018-06-13 17:11:37 +01:00 |
|
juce_DragAndDropTarget.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_FileDragAndDropTarget.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_LassoComponent.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_MouseCursor.cpp
|
Added an assertion if you try to create a MouseCursor with a hotspot that's outside the image bounds
|
2017-11-02 14:54:11 +00:00 |
|
juce_MouseCursor.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_MouseEvent.cpp
|
Provided a public field MouseEvent::mouseDownPosition, to provide a floating point version of the mouse-down pos
|
2018-05-30 14:49:29 +01:00 |
|
juce_MouseEvent.h
|
Provided a public field MouseEvent::mouseDownPosition, to provide a floating point version of the mouse-down pos
|
2018-05-30 14:49:29 +01:00 |
|
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!
|
2017-11-28 16:18:40 +00:00 |
|
juce_MouseInactivityDetector.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_MouseInputSource.cpp
|
Some misc cleanups, mainly around WeakReference usage and rectangles
|
2018-07-09 16:00:45 +01:00 |
|
juce_MouseInputSource.h
|
Deprecated MouseInputSource::hasMouseMovedSignificantlySincePressed() and replaced with the more accurate isLongPressOrDrag() and hasMovedSignificantlySincePressed() methods
|
2018-04-10 10:14:51 +01:00 |
|
juce_MouseListener.cpp
|
Mouse: Added MouseListener::mouseMagnify and cleaned up some mouse event handler code
|
2018-03-19 13:52:37 +00:00 |
|
juce_MouseListener.h
|
Mouse: Added MouseListener::mouseMagnify and cleaned up some mouse event handler code
|
2018-03-19 13:52:37 +00:00 |
|
juce_SelectedItemSet.h
|
Fixed some gcc 8 compiler warnings
|
2018-07-11 09:17:31 +01:00 |
|
juce_TextDragAndDropTarget.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_TooltipClient.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |