OpenSceneGraph/src/osgViewer
2011-03-14 09:59:32 +00:00
..
CMakeLists.txt From Mourad Boufarguine, 2011-03-11 10:24:12 +00:00
CompositeViewer.cpp Fixed typo 2011-02-14 12:14:36 +00:00
DarwinUtils.h Fixed permissions 2010-06-03 16:02:01 +00:00
DarwinUtils.mm Fixed permissions 2010-06-03 16:02:01 +00:00
GraphicsWindowCarbon.cpp Added checks against windows being realized before doing warp pointer 2010-06-18 14:53:58 +00:00
GraphicsWindowCocoa.mm From Ulrich Hertlein, "I adapted the Cocoa implementation so that it reports the unmodified key 2011-01-28 13:54:44 +00:00
GraphicsWindowIOS.mm From Tomas Holgarth and Stephan Huber, " 2010-11-26 18:19:28 +00:00
GraphicsWindowWin32.cpp From Alexander Sinditskiy, "reason of this changes described in http://forum.openscenegraph.org/viewtopic.php?t=7596 2011-01-27 16:23:48 +00:00
GraphicsWindowX11.cpp Added support for getting the current screen refresh rate using the XrandR extension. 2011-02-04 10:27:05 +00:00
HelpHandler.cpp Changed HelpHandler so it supports use with CompositeViewer and Viewer 2007-09-30 19:15:32 +00:00
IOSUtils.h From Tomas Holgarth and Stephan Huber, " 2010-11-26 18:19:28 +00:00
IOSUtils.mm From Tomas Holgarth and Stephan Huber, " 2010-11-26 18:19:28 +00:00
PixelBufferCarbon.cpp conversion of osg::notify to OSG_INFO etc. 2010-05-28 15:56:43 +00:00
PixelBufferCocoa.mm Fixed permissions 2010-06-03 16:02:01 +00:00
PixelBufferWin32.cpp Removed redudent makeCurrentImplementation() that was causing a crash in osgscreencapture. 2010-12-02 09:39:31 +00:00
PixelBufferX11.cpp conversion of osg::notify to OSG_INFO etc. 2010-05-28 15:56:43 +00:00
Renderer.cpp From Tim Moore, "This patch fixes a race condition in Renderer::ThreadSafeQueue that was causing some notifications of available SceneView objects to be missed. I saw a very noticeable performance problem (60 fps -> 8 fps) in DrawThreadPerContext mode in an osgEarth application before this patch. I had high hopes that this change might fix the much-discussed multiple GPU problem; no such luck, but I think the root cause of that is probably a similar threading issue." 2011-01-11 16:58:17 +00:00
Scene.cpp Fixed crash on intialization of static applications by moving the static mutexes inside singleton methods. 2010-11-12 09:48:21 +00:00
ScreenCaptureHandler.cpp conversion of osg::notify to OSG_INFO etc. 2010-05-28 15:56:43 +00:00
StatsHandler.cpp Converted FrameStamp::g/setFrameNumber from int to uint 2010-12-22 20:11:05 +00:00
Version.cpp From David Callu, improved consistency of Version strings and add version support 2007-09-05 17:12:24 +00:00
View.cpp From Torben Dannhauer, warning fix for a false positive warning generated by VS about "not all control pathes return a value". 2011-03-14 09:59:32 +00:00
Viewer.cpp Fixed typo 2011-02-14 12:14:36 +00:00
ViewerBase.cpp Converted FrameStamp::g/setFrameNumber from int to uint 2010-12-22 20:11:05 +00:00
ViewerEventHandlers.cpp Moved the StateSet query and texcoord settings to within the if (vertices) block to avoid 2011-01-18 15:00:36 +00:00