.. |
juce_ComponentDragger.cpp
|
Refactored the internal mouse-handling code to use floating point coords. This shouldn't affect much user code, but a few methods in MouseInputSource have now changed to use Point<float> rather than Point<int>.
|
11 years ago |
juce_ComponentDragger.h
|
Documentation update + Xcode 3 compiler fix.
|
11 years ago |
juce_DragAndDropContainer.cpp
|
Added a method DragAndDropContainer::setCurrentDragImage
|
10 years ago |
juce_DragAndDropContainer.h
|
Added a method DragAndDropContainer::setCurrentDragImage
|
10 years ago |
juce_DragAndDropTarget.h
|
Stripped out some unnecessary boilerplate includes from juce_gui_basics.
|
11 years ago |
juce_FileDragAndDropTarget.h
|
Updated the format of the header include guard macros.
|
12 years ago |
juce_LassoComponent.h
|
Minor clean-ups.
|
11 years ago |
juce_MouseCursor.cpp
|
Minor clean-ups
|
10 years ago |
juce_MouseCursor.h
|
Minor clean-ups
|
10 years ago |
juce_MouseEvent.cpp
|
Refactored the internal mouse-handling code to use floating point coords. This shouldn't affect much user code, but a few methods in MouseInputSource have now changed to use Point<float> rather than Point<int>.
|
11 years ago |
juce_MouseEvent.h
|
Added a flag MouseWheelEvent::isInertial (currently only implemented for OSX 10.7 or later), and used this to replace some clunky behaviour in the Viewport class that was there to avoid inertial wheel movements triggering nested scrollable components.
|
10 years ago |
juce_MouseInactivityDetector.cpp
|
Added a method MouseInactivityDetector::setMouseMoveTolerance()
|
10 years ago |
juce_MouseInactivityDetector.h
|
Added a method MouseInactivityDetector::setMouseMoveTolerance()
|
10 years ago |
juce_MouseInputSource.cpp
|
Added a flag MouseWheelEvent::isInertial (currently only implemented for OSX 10.7 or later), and used this to replace some clunky behaviour in the Viewport class that was there to avoid inertial wheel movements triggering nested scrollable components.
|
10 years ago |
juce_MouseInputSource.h
|
Refactored the internal mouse-handling code to use floating point coords. This shouldn't affect much user code, but a few methods in MouseInputSource have now changed to use Point<float> rather than Point<int>.
|
11 years ago |
juce_MouseListener.cpp
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
12 years ago |
juce_MouseListener.h
|
Stripped out some unnecessary boilerplate includes from juce_gui_basics.
|
11 years ago |
juce_SelectedItemSet.h
|
Fixed a comment.
|
10 years ago |
juce_TextDragAndDropTarget.h
|
Stripped out some unnecessary boilerplate includes from juce_gui_basics.
|
11 years ago |
juce_TooltipClient.h
|
Updated the format of the header include guard macros.
|
12 years ago |