OpenSceneGraph/include/osgText
Robert Osfield d3d0859b4c From Piotr Gwiazdowski, "So there's config setting OSG_DISABLE_MSVC_WARNINGS which should
disable pragmas that turn off specific warnings for MSVC.
Unfortunately it's presence is only checked in osg/Export header,
making other Export headers disable warnings no matter what, which is
kind of incoherent.

My fix adds #include <osg/Config> to every Export header. I've also
unified checking whether to disable warnings to current osg/Export
way:
#if defined(_MSC_VER) && defined(OSG_DISABLE_MSVC_WARNINGS).

Attachment contains all changed Export files in their original locations."
2011-03-09 14:15:04 +00:00
..
Export From Piotr Gwiazdowski, "So there's config setting OSG_DISABLE_MSVC_WARNINGS which should 2011-03-09 14:15:04 +00:00
FadeText
Font Removed getScale() parameter from osgText::Font 2010-09-29 11:09:32 +00:00
Font3D Added deprecated notices. 2010-09-22 09:50:07 +00:00
Glyph Unified more of the 2D and 3D text setup, fixed bugs in Text3D setup 2011-01-11 11:39:31 +00:00
KerningType Convert osgText and freetype plugin across to keeping the font size as state that 2007-12-23 18:15:54 +00:00
String From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)." 2007-12-10 17:30:18 +00:00
Style From Mathias Froehlich, "Attached are most of the fixes that are required to build osg on solaris and 2010-12-02 14:13:54 +00:00
Text Unified more of the 2D and 3D text setup, fixed bugs in Text3D setup 2011-01-11 11:39:31 +00:00
Text3D Enabled the settng/getting of the Text3D's WallStateSet and BackStateSet along with use of these in the rendering implementation 2011-03-07 12:33:11 +00:00
TextBase Unified more of the 2D and 3D text setup, fixed bugs in Text3D setup 2011-01-11 11:39:31 +00:00
Version From David Callu, improved consistency of Version strings and add version support 2007-09-05 17:12:24 +00:00