OpenSceneGraph/src/osgViewer
2017-08-21 11:40:45 +01:00
..
config Fixed shadows warnings 2016-05-25 11:11:11 +01:00
CMakeLists.txt From Don Burns, add use of Xinerama to ensure full screen goes across all screens. 2017-05-12 16:26:07 +01:00
CompositeViewer.cpp Introduced OpenThreads::Affinity support into osg::Camera, osg::GraphicsContext::Traitse, osgDB::DatabasePager and osgViewer::ViewerBase/Viewer/CompositeViewer. 2016-10-07 12:17:03 +01:00
DarwinUtils.h Added osg::GraphicsContext::WindowingSystemInterfaces singleton for managing multiple WIndowinSystemInterface 2016-05-16 13:45:31 +01:00
DarwinUtils.mm Blending out of local functions 2017-01-01 16:33:37 +01:00
GraphicsWindow.cpp
GraphicsWindowCarbon.cpp Moved the REGISTER_WINDOWINGSYSTEMINTERFACE macro into the osgViewer namespace 2016-06-02 17:54:24 +01:00
GraphicsWindowCocoa.mm Fixes compiler warning regarding logic vs bitwise AND 2017-04-23 11:52:05 +02:00
GraphicsWindowIOS.mm misc. typo fixes 2017-08-15 12:23:49 -04:00
GraphicsWindowWin32.cpp In the attached GraphicsWindowWin32.cpp file, I changed order of the "else-if" for the TOUCHEVENTF_UP and TOUCHEVENTF_MOVE, I made it less intrusive then changing them into "if" events. I tested this on Windows 7 64-bit with a touch screen and a Windows 10 64-bit tablet. 2017-08-08 13:35:35 +01:00
GraphicsWindowX11.cpp Using a PR from Sando Mani for requestioning a specific GL version as a base, cleaned up formattating, made the new code paths simpler and added clean up of memory 2017-08-21 11:40:45 +01:00
HelpHandler.cpp
IOSUtils.h Added osg::GraphicsContext::WindowingSystemInterfaces singleton for managing multiple WIndowinSystemInterface 2016-05-16 13:45:31 +01:00
IOSUtils.mm
Keystone.cpp
PixelBufferCarbon.cpp
PixelBufferCocoa.mm
PixelBufferWin32.cpp
PixelBufferX11.cpp Added #ifdef guards around SGIX specific parts to avoid build problems with GLES 2015-08-09 09:07:05 +00:00
Renderer.cpp Added check for valid pointer 2016-06-23 16:40:58 +01:00
Scene.cpp split requiresUpdateSceneGraph() into requires update and requires redraw (wip) 2016-07-04 23:19:20 +02:00
ScreenCaptureHandler.cpp Added check for null 2016-06-23 16:48:00 +01:00
StatsHandler.cpp Using a PR from Sando Mani for requestioning a specific GL version as a base, cleaned up formattating, made the new code paths simpler and added clean up of memory 2017-08-21 11:40:45 +01:00
Version.cpp
View.cpp added call to copy constructor for virtual base classes in copy constructor of derived classes, removed these for abstract classes 2016-08-29 10:41:40 +02:00
Viewer.cpp Introduced OpenThreads::Affinity support into osg::Camera, osg::GraphicsContext::Traitse, osgDB::DatabasePager and osgViewer::ViewerBase/Viewer/CompositeViewer. 2016-10-07 12:17:03 +01:00
ViewerBase.cpp Enabled sharing of main threads processor affinity to the next required thread for CullDrawThreadPerCamera and CullThreadPerCameraDrawThreadPerContext 2016-11-15 11:01:41 +00:00
ViewerEventHandlers.cpp