OpenSceneGraph/src/osgViewer
2009-02-27 11:11:06 +00:00
..
CMakeLists.txt From Sherman Wilcox, added VS versioning information into libs 2009-02-05 14:55:17 +00:00
CompositeViewer.cpp Refactored the view stats. 2009-01-27 13:23:20 +00:00
GraphicsWindowCarbon.cpp From Bob Kuehne, build fixes. 2008-12-16 19:49:09 +00:00
GraphicsWindowWin32.cpp From Roland Smeenk, "Attached is a small bug fix for the redundant messages that are created in OSG applications on windows. GraphicsWindowWin32::setCursor is called every frame from the WM_NCHITTEST message. This will result in a call to ::SetCursor(_currentCursor) every frame, which again causes a WM_MOUSEMOVE to occur. The fix exits GraphicsWindowWin32::setCursor if the requested cursor already is the current cursor. 2009-02-27 11:11:06 +00:00
GraphicsWindowX11.cpp From Sukender and Robert Osfield, introduced GraphicsContext::ScreenSettings & WindowingSystemInterface::enumerateScreenSettings. 2008-12-16 15:08:04 +00:00
HelpHandler.cpp Changed HelpHandler so it supports use with CompositeViewer and Viewer 2007-09-30 19:15:32 +00:00
PixelBufferCarbon.cpp From Stephan Huber, "attached you'll find a first implementation of pbuffer-support for os x. 2007-06-27 20:44:12 +00:00
PixelBufferWin32.cpp Warnings fixes for VS. 2009-02-02 20:35:19 +00:00
PixelBufferX11.cpp From Mathias Froehlich, "Included a fix for my past pbuffer change. The version test fo 'need at least 2008-05-27 11:13:16 +00:00
Renderer.cpp Ported onscreen camera stats across to using thread safe stats collection 2009-01-26 21:23:09 +00:00
Scene.cpp First cut of osgDB::ImagePager for updating osg::ImageSequence 2008-07-21 09:47:39 +00:00
ScreenCaptureHandler.cpp From Jean-Sebastein Guay, I recently had to reimplement screen capture functionality into our framework (which was broken since the switch from OSG 1.2 to 2.2 over a year and a half ago). I used the ScreenCaptureHandler which I had contributed right before OSG 2.6 shipped, bit I had to trigger the screen capture programatically instead of by a key press in some cases, so I added a convenience method to do that. 2008-12-19 17:15:10 +00:00
StatsHandler.cpp Improved handling of stats projection size 2009-02-02 17:15:40 +00:00
Version.cpp From David Callu, improved consistency of Version strings and add version support 2007-09-05 17:12:24 +00:00
View.cpp Added check against existing of a valid Stats object in ViewerBase::renderinTraverls() to prevent crash. 2009-01-28 10:06:15 +00:00
Viewer.cpp Refactored the view stats. 2009-01-27 13:23:20 +00:00
ViewerBase.cpp Fixed the sumation of the the unique number of primtivesets and vertices in the scene Stats collect 2009-01-29 14:41:18 +00:00
ViewerEventHandlers.cpp From Ulrich Hertlein, Typo fixes + "optional parameter to RecordCameraPathHandler to control the frame rate for record/playback. Default is 25.0, the environment variable takes preference if set." 2008-12-12 13:41:39 +00:00