From: Foster B. <fos...@us...> - 2006-02-27 20:42:13
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/gil/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8667/adobe/gil/core Modified Files: variant.hpp Log Message: image_t (icons and pictures) support for Mac and Win32, along with a GIL image factory and a (sample) Targa file format importing module for that factory. Also added alert.adm/eve as a sample for the icon support. Added the notion of a working directory to the modal dialog interface to reference external resources. Also added an alert API that leverages modal_dialog_interface. Other misc. bug fixes and changes. Index: variant.hpp =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/gil/core/variant.hpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** variant.hpp 23 Feb 2006 23:28:56 -0000 1.3 --- variant.hpp 27 Feb 2006 20:41:59 -0000 1.4 *************** *** 23,27 **** #include "color_convert.hpp" #include "typedefs.hpp" ! #include <boost\bind.hpp> ADOBE_GIL_NAMESPACE_BEGIN --- 23,27 ---- #include "color_convert.hpp" #include "typedefs.hpp" ! #include <boost/bind.hpp> ADOBE_GIL_NAMESPACE_BEGIN |