This website requires JavaScript.
Explore
Help
Sign In
FGFS-4.1
/
OpenSceneGraph
Watch
4
Star
0
Fork
0
You've already forked OpenSceneGraph
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
09ebb061c226b29a65c3682b039333f0e4a83a94
OpenSceneGraph
/
include
/
osgWidget
History
Robert Osfield
cc471b1103
From Magnus Kessler, "Attached are a number of files where I have tried to fix up some of the
...
documentation. I have accumulated them over some time, but rebased onto the subversion trunk."
2010-09-15 12:00:12 +00:00
..
Box
…
Browser
From Magnus Kessler, "Attached are a number of files where I have tried to fix up some of the
2010-09-15 12:00:12 +00:00
Canvas
…
EventInterface
Added className() to assist with debugging
2010-02-18 21:17:36 +00:00
Export
…
Frame
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
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
Label
…
Lua
…
PdfReader
Improved the indentation/replaced tabs
2010-05-12 11:58:01 +00:00
Python
…
ScriptEngine
…
StyleInterface
…
StyleManager
Moved the declaration of osgDB::Field, FieldReader and FieldReaderIterator into include/osg/Input to centralise all the deprecated .osg parsing code into one place.
2010-01-25 15:24:47 +00:00
Table
…
Types
…
UIObjectParent
…
Util
<iterator>, <stdlib.h> and <ctype.h> includes required for QNX compiler
2009-11-17 14:06:07 +00:00
Version
…
ViewerEventHandlers
…
VncClient
…
Widget
…
Window
…
WindowManager
…