1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-25 02:04:23 +00:00
JUCE/src/gui/components/mouse
2010-11-21 16:53:03 +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 Added the ability to apply affine transforms to components - Component::setTransform(). Added a slider to the widgets demo to show this in action. Changed Component::reallyContains() to take a rectangle instead of raw coordinates. 2010-11-21 16:53:03 +00:00
juce_MouseHoverDetector.h Minor code clean-ups. 2010-08-24 21:09:28 +01:00
juce_MouseInputSource.cpp Fixed an image resizing bug. Tweaked a couple of methods in KeyMappingEditorComponent and TableListBox to return references instead of pointers. Changed Component::contains() to take a Point rather than raw coordinates. Modernised some UI classes internally. Extended some internal graphics classes to handle affine transforms. 2010-11-15 14:04:01 +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