|
From: Foster B. <fos...@us...> - 2006-02-27 20:42:15
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/ide_projects/vc8 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8667/ide_projects/vc8 Modified Files: asl_dev.vcproj widgets.vcproj 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: asl_dev.vcproj =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/ide_projects/vc8/asl_dev.vcproj,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** asl_dev.vcproj 24 Jan 2006 19:38:51 -0000 1.3 --- asl_dev.vcproj 27 Feb 2006 20:42:00 -0000 1.4 *************** *** 222,225 **** --- 222,229 ---- </File> <File + RelativePath="..\..\adobe\future\source\alert.cpp" + > + </File> + <File RelativePath="..\..\adobe\source\name.cpp" > Index: widgets.vcproj =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/ide_projects/vc8/widgets.vcproj,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** widgets.vcproj 23 Feb 2006 23:28:58 -0000 1.4 --- widgets.vcproj 27 Feb 2006 20:42:00 -0000 1.5 *************** *** 179,182 **** --- 179,190 ---- </File> <File + RelativePath="..\..\adobe\future\widgets\sources\image_t.cpp" + > + </File> + <File + RelativePath="..\..\adobe\future\widgets\sources\win32\image_t_impl.cpp" + > + </File> + <File RelativePath="..\..\adobe\future\widgets\sources\label_t.cpp" > *************** *** 209,212 **** --- 217,224 ---- </File> <File + RelativePath="..\..\adobe\future\widgets\sources\win32\os_utilities.cpp" + > + </File> + <File RelativePath="..\..\adobe\future\widgets\sources\ui_core.cpp" > *************** *** 283,286 **** --- 295,306 ---- </File> <File + RelativePath="..\..\adobe\future\widgets\headers\image_t.hpp" + > + </File> + <File + RelativePath="..\..\adobe\future\widgets\headers\win32\image_t_impl.hpp" + > + </File> + <File RelativePath="..\..\adobe\future\widgets\headers\label_t.hpp" > |