OpenSceneGraph/src/osgViewer
2013-06-20 15:48:14 +00:00
..
config Temporarily commented out call to view.assignStereoOrKeystoneToCamera() for implementing stereo as this was causing problem in trackball manipulation 2013-06-20 15:48:14 +00:00
CMakeLists.txt From Valeriy Dubov, fix for Android build under OSX 2013-05-21 10:22:54 +00:00
CompositeViewer.cpp Removed redudent code 2013-05-24 09:43:08 +00:00
DarwinUtils.h Fixed permissions 2010-06-03 16:02:01 +00:00
DarwinUtils.mm From Ulrich Hertlein, Added some error checks and memory cleanup. 2011-09-12 16:24:08 +00:00
GraphicsWindow.cpp From Jan Peciva, "please find attached proposed fix for ON_DEMAND rendering. The biggest issue was 2011-04-19 12:01:38 +00:00
GraphicsWindowCarbon.cpp Fixed panning bug, when using RUN_ON_DEMAND, that resulted in the camera being thrown off towards infinity. 2013-05-24 09:35:58 +00:00
GraphicsWindowCocoa.mm Fixed panning bug, when using RUN_ON_DEMAND, that resulted in the camera being thrown off towards infinity. 2013-05-24 09:35:58 +00:00
GraphicsWindowIOS.mm Fixed panning bug, when using RUN_ON_DEMAND, that resulted in the camera being thrown off towards infinity. 2013-05-24 09:35:58 +00:00
GraphicsWindowWin32.cpp Fixed panning bug, when using RUN_ON_DEMAND, that resulted in the camera being thrown off towards infinity. 2013-05-24 09:35:58 +00:00
GraphicsWindowX11.cpp Fixed panning bug, when using RUN_ON_DEMAND, that resulted in the camera being thrown off towards infinity. 2013-05-24 09:35:58 +00:00
HelpHandler.cpp Moved the expansion of the key codes into ApplicationUsage so that help is only generated for non zero keycodes. 2012-12-05 10:13:51 +00:00
IOSUtils.h Removed executable permission. 2011-06-14 09:11:58 +00:00
IOSUtils.mm From Stephan Huber, " 2012-02-10 17:24:08 +00:00
Keystone.cpp Introduced osgViewer::Config base class and beginnigs of various Config implementations. 2013-05-15 11:31:49 +00:00
PixelBufferCarbon.cpp From Colin McDonald and Robert Osfield, converted Traits::sharedContext from GraphicsContext* to osg:observer_ptr<GraphicsContext> to prevent dangling pointer issues. 2012-09-05 21:03:41 +00:00
PixelBufferCocoa.mm From Colin McDonald and Robert Osfield, converted Traits::sharedContext from GraphicsContext* to osg:observer_ptr<GraphicsContext> to prevent dangling pointer issues. 2012-09-05 21:03:41 +00:00
PixelBufferWin32.cpp From Colin McDonald and Robert Osfield, converted Traits::sharedContext from GraphicsContext* to osg:observer_ptr<GraphicsContext> to prevent dangling pointer issues. 2012-09-05 21:03:41 +00:00
PixelBufferX11.cpp From Colin McDonald and Robert Osfield, converted Traits::sharedContext from GraphicsContext* to osg:observer_ptr<GraphicsContext> to prevent dangling pointer issues. 2012-09-05 21:03:41 +00:00
Renderer.cpp Replaced OpenThreads::Mutex with a OpenThreads::ReentrantMutex to allow draw callbacks to use Renderer. 2013-06-06 08:23:37 +00:00
Scene.cpp Resrtuctured the use of static's in the Uniform::getNameID() method to avoid problems under Android. 2013-05-24 17:16:57 +00:00
ScreenCaptureHandler.cpp Moved the expansion of the key codes into ApplicationUsage so that help is only generated for non zero keycodes. 2012-12-05 10:13:51 +00:00
StatsHandler.cpp Moved the expansion of the key codes into ApplicationUsage so that help is only generated for non zero keycodes. 2012-12-05 10:13:51 +00:00
Version.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
View.cpp Fixed View::setUpViewInWindow() parameter 2013-05-28 09:20:48 +00:00
Viewer.cpp Removed redudent code 2013-05-24 09:43:08 +00:00
ViewerBase.cpp From Pjotr Svetachov, "when you restart threading 2013-01-23 17:38:28 +00:00
ViewerEventHandlers.cpp Introduced new scheme for handling mouse events with osgViewer. The new scheme enables robust event handling even when using distortion correction render to texture Cameras. 2013-05-03 19:26:27 +00:00