1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-26 02:14:22 +00:00
JUCE/src/gui/components/mouse
2010-11-08 22:45:19 +00:00
..
juce_ComponentDragger.cpp Fix for mouse event click counts. Fix for webkit mouse-moves. Cleaned up some Component coordinate conversion methods, adding some new ones for rectangle conversion. 2010-11-08 22:45:19 +00:00
juce_ComponentDragger.h Minor code clean-ups. 2010-08-24 21:09:28 +01:00
juce_DragAndDropContainer.cpp Fix for mouse event click counts. Fix for webkit mouse-moves. Cleaned up some Component coordinate conversion methods, adding some new ones for rectangle conversion. 2010-11-08 22:45:19 +00:00
juce_DragAndDropContainer.h Added method Image::getClippedImage(), which allows the use of images that refer to subsections of another image. This means that the the parameters to a couple of Graphics methods no longer need a clipping rectangle. Also dded a static Image::null object and another constructor for Image::BitmapData. 2010-07-09 13:35:50 +01:00
juce_DragAndDropTarget.h Copyright notice update. 2010-04-23 09:37:13 +01:00
juce_FileDragAndDropTarget.h Copyright notice update. 2010-04-23 09:37:13 +01:00
juce_LassoComponent.h Cleaned up some compiler warnings. Jucer development. 2010-05-04 21:27:45 +01:00
juce_MouseCursor.cpp Removed the Component::getComponentUID() method, and slimmed down the component class implementation slightly. 2010-10-29 18:55:48 +01:00
juce_MouseCursor.h Replaced the old atomic ops with a templated Atomic class. Minor tweaks to directory browser. Jucer development. 2010-05-03 21:23:45 +01:00
juce_MouseEvent.cpp Fix for mouse event click counts. Fix for webkit mouse-moves. Cleaned up some Component coordinate conversion methods, adding some new ones for rectangle conversion. 2010-11-08 22:45:19 +00:00
juce_MouseEvent.h Minor clean-ups. 2010-06-10 12:26:43 +01:00
juce_MouseHoverDetector.cpp The Component class no longer derives from MessageListener - this was adding a lot of overhead to each component construction/destruction, and was rarely providing any benefit. You can add it as a base class yourself if you need it. Component::isValidComponent() has now been removed - it was never 100% reliable and its job can be done better using Component::SafePointer to watch for deletions. Also minor fixes to AudioDeviceManager and Midi sysex parsing. 2010-11-01 17:51:09 +00:00
juce_MouseHoverDetector.h Minor code clean-ups. 2010-08-24 21:09:28 +01:00
juce_MouseInputSource.cpp Fix for mouse event click counts. Fix for webkit mouse-moves. Cleaned up some Component coordinate conversion methods, adding some new ones for rectangle conversion. 2010-11-08 22:45:19 +00:00
juce_MouseInputSource.h Copyright notice update. 2010-04-23 09:37:13 +01:00
juce_MouseListener.cpp Copyright notice update. 2010-04-23 09:37:13 +01:00
juce_MouseListener.h Copyright notice update. 2010-04-23 09:37:13 +01:00
juce_TooltipClient.h Copyright notice update. 2010-04-23 09:37:13 +01:00