OpenSceneGraph/src/osgViewer
2007-08-22 17:17:25 +00:00
..
CMakeLists.txt Introduce new osgViewer::Renderer class for implementing of the rendering 2007-08-02 11:02:47 +00:00
CompositeViewer.cpp Added DisplaySetting::s/getCompileContextHint() and use of this hint in osgViewer::Viewer/CompositeViewer. 2007-08-11 14:49:14 +00:00
GraphicsWindowCarbon.cpp From Stephan Huber, "attached you'll find a fix for the dead locks when closing a window 2007-07-27 16:48:31 +00:00
GraphicsWindowWin32.cpp From Thibault Genessay, "Attached is an unitialized variable fix I spotted with Purify. The _currentCursor (of type HCURSOR) member of the graphics window was not properly initialized, causing potential problems if setCursor() was called before anything else set it." 2007-07-26 19:31:41 +00:00
GraphicsWindowX11.cpp From Tim More, "This patch causes GraphicsWindowX11 to not send key release events when a key 2007-08-05 14:59:17 +00:00
HelpHandler.cpp Introduce new osgViewer::Renderer class for implementing of the rendering 2007-08-02 11:02:47 +00:00
PixelBufferCarbon.cpp From Stephan Huber, "attached you'll find a first implementation of pbuffer-support for os x. 2007-06-27 20:44:12 +00:00
PixelBufferWin32.cpp From Trajce Nikolov, fixes to pbuffer setup 2007-06-28 12:59:04 +00:00
PixelBufferX11.cpp From Andy Skinner, fixed return value. 2007-06-27 17:01:54 +00:00
Renderer.cpp Refactored the implementation of cull/draw for DrawThreadPerContex and CullThreadPerCameraDrawThreadPerContex 2007-08-22 17:17:25 +00:00
Scene.cpp Refactored the way the Scene is used in Viewer and CompositeViewer to ensure 2007-08-10 10:52:35 +00:00
StatsHandler.cpp Changed the projection matrix resize policy. 2007-08-02 16:23:40 +00:00
Version.cpp Unified the setup of version numbers so that they all are based on the version 2007-04-22 20:19:43 +00:00
View.cpp Added debug message to destructor 2007-08-22 09:44:55 +00:00
Viewer.cpp Cleaned up the thread setup and fixed the CullThreadPerCameraDrawThreadPerContext path 2007-08-22 12:21:01 +00:00
ViewerEventHandlers.cpp From Andy Skinner, fixes for avoiding warnings about mixing c and c++ versions of c libs. 2007-08-05 14:51:56 +00:00