]> git.tdb.fi Git - libs/gltk.git/commit
Derive Resources from DataFile::Collection
authorMikko Rasa <tdb@tdb.fi>
Tue, 16 Oct 2007 13:57:32 +0000 (13:57 +0000)
committerMikko Rasa <tdb@tdb.fi>
Tue, 16 Oct 2007 13:57:32 +0000 (13:57 +0000)
commitd7ae291415a21cc886fe318070b41ac8d3e57a30
tree2e91bfd918b70fd0abc3d237eb36db17a758c874
parent131ac8ff2c06f94d40f4bf98d4a6ec0d113cdffc
Derive Resources from DataFile::Collection
Make fonts embeddable in datafiles
Make fonts and textures automatically loadable
Use GL::Color instead of a private Color class
Use GL::Immediate for rendering Graphics
Use a single hyphen-separated string as style name
Remove the obsolete instantiation of DataFile::TypeResolver<GLtk::State>
source/color.h [deleted file]
source/graphic.cpp
source/graphic.h
source/part.cpp
source/part.h
source/resources.cpp
source/resources.h
source/state.h
source/style.cpp
source/style.h
source/widget.cpp