OpenSceneGraph/src/osgWidget
2010-12-24 19:47:31 +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 From Philip Lowman, "Here's the promised cleanup of the OSG's CMakeLists.txt files for the src/ folder. I'll submit the others separately. 2009-03-23 16:01:02 +00:00
Frame.cpp Converted osg::notify to OSG_INFO 2010-05-28 16:07:34 +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 Jeremy Moles, updates to osgWidget 2008-11-28 14:35:33 +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 From Jean-Sebastien Guay, "osgWidget::Window::setWindow() calls parented() (which does an addChild()) on the new window, but it does not call unparented() (which does a removeChild()) on the old window before. So it works fine if there was no window previously, but if an app creates new windows and calls setWindow() to replace the previous one, they will all add up instead and be on top of each other... 2009-10-10 09:26:06 +00:00
WindowManager.cpp From Jean-Sebastien Guay, "osgWidget::WindowManager did nothing in its keyUp event, and in particular didn't call any callbacks. Since I wanted to have callbacks on keyUp, I copied what it does on keyDown, which works for me. I could have just used keyDown and saved myself the trouble, but you know me... :-) 2010-09-09 16:49:10 +00:00