| .. |
|
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
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
2019-01-11 09:52:10 +00:00 |
|
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
|
2018-07-18 14:54:08 +01:00 |
|
juce_DragAndDropTarget.h
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +00:00 |
|
juce_FileDragAndDropTarget.h
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +00:00 |
|
juce_LassoComponent.h
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +00:00 |
|
juce_MouseCursor.cpp
|
Linux: Recreate mouse cursors when showing them on a different display to the one that they were originally created on
|
2019-05-07 17:11:54 +01:00 |
|
juce_MouseCursor.h
|
Removed a redundant method and did some minor tidying
|
2018-10-15 11:53:06 +01: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
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +00:00 |
|
juce_MouseInputSource.cpp
|
Fixed an iOS multitouch bug and added MouseInputSource::offscreenMousePos to replace some magic numbers
|
2019-03-26 11:40:58 +00:00 |
|
juce_MouseInputSource.h
|
Fixed an iOS multitouch bug and added MouseInputSource::offscreenMousePos to replace some magic numbers
|
2019-03-26 11:40:58 +00: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
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +00:00 |
|
juce_SelectedItemSet.h
|
Fixed some gcc 8 compiler warnings
|
2018-07-11 09:17:31 +01:00 |
|
juce_TextDragAndDropTarget.h
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +00:00 |
|
juce_TooltipClient.h
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +00:00 |