OpenSceneGraph/include
Robert Osfield 36f6ef7242 From Alexander Sinditskiy, "I found issue with capturing mouse buttons.
This issue can be reproduced:
1. Create osgViewer window,
2. Push right&left mouse buttons on the osgViewer window,
3. Move mouse out of window, and release right&left mouse buttons.

osgViewer window handle only first mouse release, as result window thinks that we did not released second mouse button.

I attached fix for this issue."
2012-11-08 17:19:51 +00:00
..
OpenThreads From Piotr Domagalski, "Currently, code using OpenSceneGraph doesn't build with clang due to the way __sync_bool_compare_and_swap() is used in OpenThreads/Atomic header file. 2012-09-06 10:52:28 +00:00
osg Refactored ImageSequence to better handle random access usage. 2012-11-08 11:19:31 +00:00
osgAnimation Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
osgDB Refactored ImageSequence to better handle random access usage. 2012-11-08 11:19:31 +00:00
osgFX Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
osgGA Added osgGA::Device class for integration of both physical and virtual devices. 2012-10-23 16:15:03 +00:00
osgManipulator Changed dispatch to virtual 2012-09-25 11:04:11 +00:00
osgParticle Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
osgPresentation Added support for <imagesequence interaction_mode="USE_MOUSE_Y_POSITION"> 2012-11-08 15:45:23 +00:00
osgQt Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
osgShadow Added ShadowSettings::s/getMaximumShadowMapDistance(double) property, usage of these property in ViewDependentShadowMap, 2012-08-15 12:40:48 +00:00
osgSim From Magnus Kessler, typo and documentation fixes 2012-03-29 15:08:15 +00:00
osgTerrain Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
osgText Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
osgUtil From Magnus Kessler, typo and documentation fixes 2012-03-29 15:08:15 +00:00
osgViewer From Alexander Sinditskiy, "I found issue with capturing mouse buttons. 2012-11-08 17:19:51 +00:00
osgVolume Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
osgWidget Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00