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-01 17:51:09 +00:00
..
juce_ComponentDragger.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_ComponentDragger.h Minor code clean-ups. 2010-08-24 21:09:28 +01:00
juce_DragAndDropContainer.cpp Added an alpha setting to Components with Component::setAlpha(). Removed Component::fadeOutComponent method and instead refactored the ComponentAnimator class to provide fading in and out of the alpha level. Added a method Desktop::getAnimator() that provides a global instance of a ComponentAnimator so that there's no need to create your own. 2010-10-23 21:05:21 +01: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 Minor clean-ups. 2010-06-10 12:26:43 +01: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 Small change to method in RectanglePlacement and Drawable to use Rectangles instead of bare coordinates. Fix to make ValueTree::sort use an UndoManager, and to prevent different mouse buttons being interpreted as a double-click. 2010-10-18 16:04:32 +01: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