OpenSceneGraph/src/osgWidget
Robert Osfield 4f5152152d Fixed Coverity reported issues.
WindowManager.cpp
CID 11841: Uninitialized pointer field (UNINIT_CTOR)
Non-static class member _lastEvent is not initialized in this constructor nor in any functions that it calls.
Non-static class member _lastPush is not initialized in this constructor nor in any functions that it calls.
Non-static class member _view is not initialized in this constructor nor in any functions that it calls.

Frame.cpp
CID 11840: Uninitialized scalar field (UNINIT_CTOR)
Non-static class member _flags is not initialized in this constructor nor in any functions that it calls.

Window.cpp
CID 11839: Uninitialized scalar field (UNINIT_CTOR)
Non-static class member _index is not initialized in this constructor nor in any functions that it calls.
2011-05-06 10:29:47 +00:00
..
Box.cpp <iterator>, <stdlib.h> and <ctype.h> includes required for QNX compiler 2009-11-17 14:06:07 +00:00
Browser.cpp Converted osg::notify to OSG_INFO 2010-05-28 16:07:34 +00:00
Canvas.cpp From Jeremy Moles, updates to osgWidget 2008-11-28 14:35:33 +00:00
CMakeLists.txt Removed unncessary references to FREETYPE 2011-05-04 09:53:11 +00:00
Frame.cpp Fixed Coverity reported issues. 2011-05-06 10:29:47 +00:00
Input.cpp Added iterator include 2010-12-24 19:47:31 +00:00
Label.cpp From Cesar L.B. Silveira, "I have written these few lines of code which allow setting the label 2009-10-10 11:06:30 +00:00
Lua.cpp From Jeremy Moles, updates to osgWidget 2008-11-28 14:35:33 +00:00
PdfReader.cpp Cleaned up osgWidget::VncClient and osgWidget::Browser so that their implementations are all more consitent with the osgWidget::PdfReader. 2008-12-09 11:05:04 +00:00
Python.cpp From Jeremy Moles, updates to osgWidget 2008-11-28 14:35:33 +00:00
StyleManager.cpp From Piotr Gwiazdowski, "Recently I've been having some trouble with osgWidget::StyleManager 2011-03-09 12:29:14 +00:00
Table.cpp From Jeremy Moles, updates to osgWidget 2008-11-28 14:35:33 +00:00
Util.cpp From Andy Skinner, fixes for Solaris build 2009-01-09 12:17:40 +00:00
Version.cpp Ran fixtabs to enforce four space tabs 2008-08-18 11:17:44 +00:00
ViewerEventHandlers.cpp Renamed osgGA::MatrixManipualtor to osgGA::CameraManipulator so its name better reflects it's function 2010-05-27 15:54:37 +00:00
VncClient.cpp Cleaned up osgWidget::VncClient and osgWidget::Browser so that their implementations are all more consitent with the osgWidget::PdfReader. 2008-12-09 11:05:04 +00:00
Widget.cpp From Jeremy Moles, updates to osgWidget 2008-11-28 14:35:33 +00:00
Window.cpp Fixed Coverity reported issues. 2011-05-06 10:29:47 +00:00
WindowManager.cpp Fixed Coverity reported issues. 2011-05-06 10:29:47 +00:00