OpenSceneGraph/src/osgViewer
Robert Osfield d8e6436dc1 From Andre Garneau:
* Fix for the aspect ratio not being properly set when screens have
different aspect ratios.
* Minor fix for makeCurrentImplementation being called directly instead of
makeCurrent() causing the owning thread pointer not being tracked
* Fix for osglauncher so that it sets its update text regions to DYNAMIC to
prevent multi-threading issues.
2007-02-18 14:21:16 +00:00
..
CompositeViewer.cpp Added check in setThreadingModel so that it only sets up threading if the viewer is realized 2007-02-08 12:21:37 +00:00
GNUmakefile Added osgViewer::HelpHandler 2007-02-12 13:39:18 +00:00
GraphicsWindowCarbon.cpp From Stephan Huber, "I added a bool to GraphicsContext::Traits to indicate wether to use the 2007-02-16 13:33:29 +00:00
GraphicsWindowCocoa.cpp Changed the return types of makeCurrent to bool, and added a bool GraphicsContext::releaseContext method 2007-01-08 19:29:59 +00:00
GraphicsWindowWin32.cpp From André Garneau, Win32 build fixes 2007-02-15 14:04:22 +00:00
GraphicsWindowX11.cpp Added context sharing support. 2007-02-15 12:24:04 +00:00
HelpHandler.cpp Added automatic scaling and translation of help to make sure it always 2007-02-12 13:51:24 +00:00
Scene.cpp Added FramStamp into osgViewer::Viewer and added ability to handle setSceneData 2007-01-15 14:46:16 +00:00
SimpleViewer.cpp Added osg::FrameStamp::set/getSimulationTime(). 2007-01-25 12:02:51 +00:00
StatsHandler.cpp Added checks into Viewer set up of Camera stats so that stats are reused if already present. 2007-02-15 01:45:44 +00:00
Version.cpp Fixed version function names and comment strings 2007-01-02 10:31:38 +00:00
View.cpp From Andre Garneau: 2007-02-18 14:21:16 +00:00
Viewer.cpp From Andre Garneau: 2007-02-18 14:21:16 +00:00