OpenSceneGraph/src/osgViewer
2010-11-24 10:38:28 +00:00
..
CMakeLists.txt Added X11_X11_LIB to LIB_EXTRA_LIBS when build X11 version of osgViewer to enable use of Mesa's GLES/EGL implementation 2010-10-29 08:33:10 +00:00
CompositeViewer.cpp Added traversal of salve camera subgraphs when the slave camera doesn't share it's scene graph wiht the View's master scene graph. 2010-11-09 17:17:13 +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 David Guthrie, "The cocoa version of the window for Mac OS X doesn't implement the requestWarpPointer function, but it turns out that the code from the Carbon version of the window is the same because it uses the windowing interface, so it this version, based on 2.8.3 GraphicsWindowCocoa, I copied the function over. The trunk version it also missing the function and the code looks to be very similar, so I assume it will transfer simply enough. 2010-09-21 10:28:50 +00:00
GraphicsWindowWin32.cpp From Wojciech Lewandowski, "As promised I prepared a patch to expose WGL_SWAP_METHOD / PFD_SWAP_METHOD selection via GraphicsContext::Traits. Since Traits don't define any enums (I guess to be simple to use) I tried to keep it that way and have added two boolean values: swapCopy & swapExchange. It is somewhat similar approach to GDI PixelFormatDescription were both options can be present together. Feel free to replace it with enum if you find it more appropriate. 2010-10-01 18:02:24 +00:00
GraphicsWindowX11.cpp Added checks against windows being realized before doing warp pointer 2010-06-18 14:53:58 +00:00
HelpHandler.cpp
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 conversion of osg::notify to OSG_INFO etc. 2010-05-28 15:56:43 +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, Fix for drivers that don't properly support timer extensions. 2010-11-24 10:38:28 +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 From Tim Moore, Fix for drivers that don't properly support timer extensions. 2010-11-24 10:38:28 +00:00
Version.cpp
View.cpp Introduction of IncrementalCompileOperation support to DatabasePager. 2010-10-14 18:16:03 +00:00
Viewer.cpp Added traversal of salve camera subgraphs when the slave camera doesn't share it's scene graph wiht the View's master scene graph. 2010-11-09 17:17:13 +00:00
ViewerBase.cpp Introduction of IncrementalCompileOperation support to DatabasePager. 2010-10-14 18:16:03 +00:00
ViewerEventHandlers.cpp From Jean-Sebastien Guay, "I've added a second ctor where no argument is optional, and documented that it's meant to be used when the InteractiveImage is going to be used in a fullscreen HUD. 2010-09-09 09:47:31 +00:00