OpenSceneGraph/src/osgGA
Robert Osfield df57965a34 From Xin Li, "use std::list::splice to replace std::list::insert and std::list::clear
it may use the constant time to move all the items in the '_eventQueue' to 'events', and reduce the mutex holding time"
2010-05-31 15:52:25 +00:00
..
AnimationPathManipulator.cpp Conversion of osg::notify to OSG_INFO. 2010-05-28 15:53:32 +00:00
CameraManipulator.cpp Renamed osgGA::MatrixManipualtor to osgGA::CameraManipulator so its name better reflects it's function 2010-05-27 15:54:37 +00:00
CameraViewSwitchManipulator.cpp Conversion of osg::notify to OSG_INFO. 2010-05-28 15:53:32 +00:00
CMakeLists.txt Renamed osgGA::MatrixManipualtor to osgGA::CameraManipulator so its name better reflects it's function 2010-05-27 15:54:37 +00:00
DriveManipulator.cpp Conversion of osg::notify to OSG_INFO. 2010-05-28 15:53:32 +00:00
EventQueue.cpp From Xin Li, "use std::list::splice to replace std::list::insert and std::list::clear 2010-05-31 15:52:25 +00:00
EventVisitor.cpp Updated copyright years. 2006-07-18 15:21:48 +00:00
FirstPersonManipulator.cpp From Jan Pecvia, improvements to manipulators and added new manipulator to osgviewer 2010-05-27 13:59:34 +00:00
FlightManipulator.cpp Conversion of osg::notify to OSG_INFO. 2010-05-28 15:53:32 +00:00
GUIEventAdapter.cpp From Ulrich Hertlein, "please find attached a patch for TrackballManipulator to fix zooming using the MBP touchpad. The old code would always zoom-in even when using the gesture to zoom-out. 2009-05-14 16:08:12 +00:00
GUIEventHandler.cpp From Serge Lages, "Currently if multiple event callbacks are nested on one node, only the first will be called. The proposed fix checks if there is a nested callback." 2010-04-20 13:52:28 +00:00
KeySwitchMatrixManipulator.cpp Conversion of osg::notify to OSG_INFO. 2010-05-28 15:53:32 +00:00
NodeTrackerManipulator.cpp Conversion of osg::notify to OSG_INFO. 2010-05-28 15:53:32 +00:00
OrbitManipulator.cpp From Jan Pecvia, improvements to manipulators and added new manipulator to osgviewer 2010-05-27 13:59:34 +00:00
SphericalManipulator.cpp Conversion of osg::notify to OSG_INFO. 2010-05-28 15:53:32 +00:00
StandardManipulator.cpp Conversion of osg::notify to OSG_INFO. 2010-05-28 15:53:32 +00:00
StateSetManipulator.cpp From Sukender, warning fix. 2010-01-13 10:46:40 +00:00
TerrainManipulator.cpp Conversion of osg::notify to OSG_INFO. 2010-05-28 15:53:32 +00:00
TrackballManipulator.cpp From Jan Pecvia, improvements to manipulators and added new manipulator to osgviewer 2010-05-27 13:59:34 +00:00
UFOManipulator.cpp Conversion of osg::notify to OSG_INFO. 2010-05-28 15:53:32 +00:00
Version.cpp From David Callu, improved consistency of Version strings and add version support 2007-09-05 17:12:24 +00:00