OpenSceneGraph/src/osgText
Robert Osfield 247cb3ff7e Checked in Macro Jez's additions to osgText to support .osg IO make it
a fully functioning NodeKit.

Also reimplement notify() to try an prevent a crash which has been caused by
to objects in notify.cpp being initiliazed twice, the second time the auto_ptr
holding the dev/null ofstream was being initilized to 0.
2002-06-11 18:41:57 +00:00
..
Font.cpp Checked in Macro Jez's additions to osgText to support .osg IO make it 2002-06-11 18:41:57 +00:00
FTBitmapGlyph.cpp Updates to various files, replacing delete calls with osgDelete so that 2002-03-27 14:56:47 +00:00
FTBitmapGlyph.h Added support for multiple graphics contexts, submission from Max Rhiener. 2002-01-18 22:25:51 +00:00
FTCharmap.cpp Added support for multiple graphics contexts, submission from Max Rhiener. 2002-01-18 22:25:51 +00:00
FTCharmap.h Added support for multiple graphics contexts, submission from Max Rhiener. 2002-01-18 22:25:51 +00:00
FTFace.cpp Added support for osg::MemoryManager which is based upon Paul Nettle's 2002-03-26 23:52:52 +00:00
FTFace.h Added support for multiple graphics contexts, submission from Max Rhiener. 2002-01-18 22:25:51 +00:00
FTFont.cpp Added support for osg::MemoryManager which is based upon Paul Nettle's 2002-03-26 23:52:52 +00:00
FTFont.h Added support for multiple graphics contexts, submission from Max Rhiener. 2002-01-18 22:25:51 +00:00
FTGL.h Addd libraryName() method to osg::Object in preperation for the osgDB support 2002-06-06 13:25:36 +00:00
FTGLBitmapFont.cpp Added support for osg::MemoryManager which is based upon Paul Nettle's 2002-03-26 23:52:52 +00:00
FTGLBitmapFont.h Added support for multiple graphics contexts, submission from Max Rhiener. 2002-01-18 22:25:51 +00:00
FTGLOutlineFont.cpp Added support for osg::MemoryManager which is based upon Paul Nettle's 2002-03-26 23:52:52 +00:00
FTGLOutlineFont.h Added support for multiple graphics contexts, submission from Max Rhiener. 2002-01-18 22:25:51 +00:00
FTGLPixmapFont.cpp Added support for osg::MemoryManager which is based upon Paul Nettle's 2002-03-26 23:52:52 +00:00
FTGLPixmapFont.h Added support for multiple graphics contexts, submission from Max Rhiener. 2002-01-18 22:25:51 +00:00
FTGLPolygonFont.cpp Added support for osg::MemoryManager which is based upon Paul Nettle's 2002-03-26 23:52:52 +00:00
FTGLPolygonFont.h Added support for multiple graphics contexts, submission from Max Rhiener. 2002-01-18 22:25:51 +00:00
FTGLTextureFont.cpp Added support for osg::MemoryManager which is based upon Paul Nettle's 2002-03-26 23:52:52 +00:00
FTGLTextureFont.h Added support for multiple graphics contexts, submission from Max Rhiener. 2002-01-18 22:25:51 +00:00
FTGlyph.cpp Adding in new .cpp versions of FT font code. 2001-10-23 22:09:21 +00:00
FTGlyph.h Added support for multiple graphics contexts, submission from Max Rhiener. 2002-01-18 22:25:51 +00:00
FTGlyphContainer.cpp Purge on warnings under Linux. 2002-04-16 14:09:46 +00:00
FTGlyphContainer.h Added support for multiple graphics contexts, submission from Max Rhiener. 2002-01-18 22:25:51 +00:00
FTLibrary.cpp Added support for osg::MemoryManager which is based upon Paul Nettle's 2002-03-26 23:52:52 +00:00
FTLibrary.h Added support for multiple graphics contexts, submission from Max Rhiener. 2002-01-18 22:25:51 +00:00
FTOutlineGlyph.cpp Added support for osg::MemoryManager which is based upon Paul Nettle's 2002-03-26 23:52:52 +00:00
FTOutlineGlyph.h Added support for multiple graphics contexts, submission from Max Rhiener. 2002-01-18 22:25:51 +00:00
FTPixmapGlyph.cpp Updates to various files, replacing delete calls with osgDelete so that 2002-03-27 14:56:47 +00:00
FTPixmapGlyph.h Added support for multiple graphics contexts, submission from Max Rhiener. 2002-01-18 22:25:51 +00:00
FTPolyGlyph.cpp Fixed memory leak in FTGL associated with the function of gluTesselate. 2002-04-18 09:57:42 +00:00
FTPolyGlyph.h Added support for multiple graphics contexts, submission from Max Rhiener. 2002-01-18 22:25:51 +00:00
FTSize.cpp Added support for multiple graphics contexts, submission from Max Rhiener. 2002-01-18 22:25:51 +00:00
FTSize.h Added support for multiple graphics contexts, submission from Max Rhiener. 2002-01-18 22:25:51 +00:00
FTTextureGlyph.cpp Added support for multiple graphics contexts, submission from Max Rhiener. 2002-01-18 22:25:51 +00:00
FTTextureGlyph.h Added support for multiple graphics contexts, submission from Max Rhiener. 2002-01-18 22:25:51 +00:00
FTVectoriser.cpp Fixes for Win32 build 2002-04-12 09:53:39 +00:00
FTVectoriser.h Added support for multiple graphics contexts, submission from Max Rhiener. 2002-01-18 22:25:51 +00:00
IO_Font.cpp Checked in Macro Jez's additions to osgText to support .osg IO make it 2002-06-11 18:41:57 +00:00
IO_Paragraph.cpp Checked in Macro Jez's additions to osgText to support .osg IO make it 2002-06-11 18:41:57 +00:00
IO_Text.cpp Checked in Macro Jez's additions to osgText to support .osg IO make it 2002-06-11 18:41:57 +00:00
Makefile Checked in Macro Jez's additions to osgText to support .osg IO make it 2002-06-11 18:41:57 +00:00
Paragraph.cpp Checked in Macro Jez's additions to osgText to support .osg IO make it 2002-06-11 18:41:57 +00:00
Text.cpp Adde osgText::Text::setColor/getColor so that osg::Material's need not be 2002-05-28 14:33:13 +00:00
Version.cpp Updated Versions, and NEWS file to reflect impending release of 0.8.45. 2002-04-21 10:11:03 +00:00