Update of /cvsroot/inkscape/inkscape/src/extension/internal
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20712/src/extension/internal
Modified Files:
eps-out.cpp eps-out.h ps-out.cpp ps-out.h
Log Message:
* src/Makefile_include, src/prefix.cpp:
Removing the redefition of NULL and adding to the make system.
* src/extension/db.cpp, src/extension/db.h, src/extension/extension.cpp,
src/extension/extension.h, src/extension/init.cpp,
src/extension/internal/eps-out.cpp, src/extension/internal/eps-out.h,
src/extension/internal/ps-out.cpp, src/extension/internal/ps-out.h:
Adding in more checks for individual extensions. All of them
should still pass though. Also, moved the extension database from
glib to STL. This allows extensions to be deleted while using the
foreach functions (which causes instability with the glib hash
table).
|