1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
JUCE/modules/juce_gui_basics/mouse
2012-11-14 11:42:17 +00:00
..
juce_ComponentDragger.cpp (automated whitespace clean-up) 2012-03-20 16:00:06 +00:00
juce_ComponentDragger.h First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 2011-08-12 10:04:52 +01:00
juce_DragAndDropContainer.cpp Introjucer: ability to drag files from the project tree into external apps. Added more drag-and-drop functionality for linux. 2012-10-22 12:28:46 +01:00
juce_DragAndDropContainer.h Cleaned-up class inheritance visibilities and encapsulation for some internal classes. 2012-07-12 14:10:46 +01:00
juce_DragAndDropTarget.h Fixed a positioning problem when dragging-and-dropping. 2012-06-27 21:20:33 +01:00
juce_FileDragAndDropTarget.h Added class: TextDragAndDropTarget. 2012-05-23 13:07:27 +01:00
juce_LassoComponent.h Changed LassoComponent to draw itself via the LookAndFeel. 2012-07-22 08:28:26 +01:00
juce_MouseCursor.cpp Audio plugins: new DllMain handling. 2012-09-24 20:03:51 +01:00
juce_MouseCursor.h Fixed some documentation and minor GCC warnings. Fixed a JACK bug that would have mixed up the input/output channels. 2012-11-14 11:42:17 +00:00
juce_MouseEvent.cpp Removed warning. 2012-10-02 12:54:53 +01:00
juce_MouseEvent.h Removed warning. 2012-10-02 12:54:53 +01:00
juce_MouseInputSource.cpp misc cleanups. 2012-10-18 09:50:10 +01:00
juce_MouseInputSource.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. 2012-05-25 16:42:36 +01:00
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. 2012-05-25 16:42:36 +01:00
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. 2012-05-25 16:42:36 +01:00
juce_SelectedItemSet.h Fix for SelectedItemSet in DLL builds. 2012-09-21 13:36:46 +01:00
juce_TextDragAndDropTarget.h New class: ConcertinaPanel. 2012-08-05 22:09:26 +01:00
juce_TooltipClient.h Removed 'const' from some virtual method return types - this might require a few tweaks to user-code. 2011-09-12 21:59:19 +01:00