.. |
juce_ComponentDragger.cpp
|
(automated whitespace clean-up)
|
13 years ago |
juce_ComponentDragger.h
|
Minor changes to avoid pedantic compiler warnings.
|
12 years ago |
juce_DragAndDropContainer.cpp
|
Changed some pass-by-references to pass-by-value to improve compiler optimisation.
|
12 years ago |
juce_DragAndDropContainer.h
|
Minor changes to avoid pedantic compiler warnings.
|
12 years ago |
juce_DragAndDropTarget.h
|
Changed some pass-by-references to pass-by-value to improve compiler optimisation.
|
12 years ago |
juce_FileDragAndDropTarget.h
|
Added class: TextDragAndDropTarget.
|
13 years ago |
juce_LassoComponent.h
|
Minor changes to avoid pedantic compiler warnings.
|
12 years ago |
juce_MouseCursor.cpp
|
Changed some pass-by-references to pass-by-value to improve compiler optimisation.
|
12 years ago |
juce_MouseCursor.h
|
Minor changes to avoid pedantic compiler warnings.
|
12 years ago |
juce_MouseEvent.cpp
|
Changed some pass-by-references to pass-by-value to improve compiler optimisation.
|
12 years ago |
juce_MouseEvent.h
|
Changed some pass-by-references to pass-by-value to improve compiler optimisation.
|
12 years ago |
juce_MouseInputSource.cpp
|
Changed some pass-by-references to pass-by-value to improve compiler optimisation.
|
12 years ago |
juce_MouseInputSource.h
|
Changed some pass-by-references to pass-by-value to improve compiler optimisation.
|
12 years ago |
juce_MouseListener.cpp
|
Changed the signature of MouseListener::mouseWheelMove() to take a struct MouseWheelDetails rather than raw floats. This will require updates in source code that uses mouse-wheel callbacks, but provides some new abilities, including a flag to indicate inverted wheel direction.
|
13 years ago |
juce_MouseListener.h
|
Changed the signature of MouseListener::mouseWheelMove() to take a struct MouseWheelDetails rather than raw floats. This will require updates in source code that uses mouse-wheel callbacks, but provides some new abilities, including a flag to indicate inverted wheel direction.
|
13 years ago |
juce_SelectedItemSet.h
|
Changed some pass-by-references to pass-by-value to improve compiler optimisation.
|
12 years ago |
juce_TextDragAndDropTarget.h
|
New class: ConcertinaPanel.
|
13 years ago |
juce_TooltipClient.h
|
Removed 'const' from some virtual method return types - this might require a few tweaks to user-code.
|
13 years ago |