OpenSceneGraph/src/osgViewer
2017-08-18 16:26:12 +01:00
..
config Cleaned up code 2014-05-14 16:00:08 +00:00
CMakeLists.txt Added support for copying include/osgViewer/config headers on make install. 2015-11-23 12:29:25 +00:00
CompositeViewer.cpp From Philippe Renon and Robert Osfield, osgViewer::Viewer::checkNeedToDoFrame should return true when only the root node has an update callback. 2016-05-26 17:51:35 +01:00
DarwinUtils.h From Stephan Hunber, "I found some time and ported osgDB::FileUtils and DarwinUtils across new apis to fix the warnings about deprecated api-usage. 2013-12-19 13:44:42 +00:00
DarwinUtils.mm From Stephan Hunber, "I found some time and ported osgDB::FileUtils and DarwinUtils across new apis to fix the warnings about deprecated api-usage. 2013-12-19 13:44:42 +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 typo. 2015-02-04 15:11:00 +00:00
GraphicsWindowCocoa.mm Fixed typo. 2015-02-04 15:11:00 +00:00
GraphicsWindowIOS.mm [*] osgViewer::GraphicsWindowIOS fixes 2017-07-31 15:34:21 +03:00
GraphicsWindowWin32.cpp From Albert Luaces, typo fixes. 2015-06-01 13:40:20 +00:00
GraphicsWindowX11.cpp Added GLES3 path for setting up with EGL 2016-05-06 19:55:04 +01:00
HelpHandler.cpp Further work on Bound class/Node::getBound() and Drawable::getBound() and usage in OSG codebase 2014-05-14 16:01:40 +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 CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 14:14:53 +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 Jan Klimke, "i noticed, that there are a couple of additional flaws when building osg for Mac OS X 10.10 Yosemite. 2014-11-24 15:19:20 +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 Added #idef guards for SGIX usage 2015-08-09 09:40:59 +00:00
Renderer.cpp Introduced a separate GLuint64 one variable to get around a 32bit build timer issue under Windows. 2016-02-17 16:03:26 +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 GL2Extensions functionality into the include/osg/GLExtensions header and new GLExtensions object. 2014-12-10 10:38:12 +00:00
StatsHandler.cpp Removed unneccessary DrawArrays->setCount() that was causing a crash. 2017-08-18 16:26:12 +01:00
Version.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
View.cpp Warning fixes for Clang-3.6 2015-07-23 11:14:00 +00:00
Viewer.cpp From Philippe Renon and Robert Osfield, osgViewer::Viewer::checkNeedToDoFrame should return true when only the root node has an update callback. 2016-05-26 17:51:35 +01:00
ViewerBase.cpp OSG_INIT_SINGLETON_PROXY into DatabasePager::prototype() and Registry::instance(), removing the InitRegistry proxy object in src/osgViewer/ViewerBase.cpp. 2015-10-05 11:18:46 +00:00
ViewerEventHandlers.cpp From Kristofer Tingdahl, warning fixes. 2015-07-31 10:54:17 +00:00