OpenSceneGraph/src/osgWidget
2010-01-08 11:40:43 +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 Completed support for automatic detection of plugin features. 2009-03-10 17:27:39 +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 From Jean-Sebastien Guay, "was testing an osgWidget-based test app I have and noticed that I couldn't move the windows/frames around on the screen anymore. Turns out that the virtual methods' interface changed in the EventInterface base class, the third argument to mouseDrag() is now const, but it was not changed in the derived classes, so it still compiled but the derived-class version was not being called because its arguments differed. 2010-01-08 11:40:43 +00:00
Input.cpp Fixed warning 2009-02-03 11:07:13 +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 From Jeremy Moles, updates to osgWidget 2008-11-28 14:35:33 +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 Fajran Iman Rusadi, fixed error in window index management when children add insert or removed. 2009-05-12 10:45:44 +00:00