Updated ChangeLog, wrappers and Contributors lists

This commit is contained in:
Robert Osfield 2009-10-10 11:28:42 +00:00
parent 20930ac3a6
commit d59477c8f7
3 changed files with 1840 additions and 0 deletions

1832
ChangeLog

File diff suppressed because it is too large Load Diff

View File

@ -413,6 +413,8 @@ struct NameCorrection
NameCorrection nameCorrections[] =
{
{"Cesar", "L.B.",
"César", "L. B. Silveira"},
{"Marc", "Sciabica",
"Mark", "Sciabica"},
{"Jean", "Sebastien",

View File

@ -12,6 +12,7 @@
#include <osg/CopyOp>
#include <osg/Object>
#include <osgText/String>
#include <osgText/Text>
#include <osgWidget/Label>
#include <osgWidget/Types>
@ -81,6 +82,11 @@ BEGIN_OBJECT_REFLECTOR(osgWidget::Label)
__void__setLabel__C5_std_string_R1,
"",
"");
I_Method1(void, setLabel, IN, const osgText::String &, x,
Properties::NON_VIRTUAL,
__void__setLabel__C5_osgText_String_R1,
"",
"");
I_Method1(void, setFont, IN, const std::string &, x,
Properties::NON_VIRTUAL,
__void__setFont__C5_std_string_R1,