|
From: Foster B. <fos...@us...> - 2006-01-24 19:39:28
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/begin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12473/adobe-source/adobe/test/begin Modified Files: Jamfile.v2 Log Message: moved win/ directories to win32/ to anticipate a possible widgets port for WPF; added a 'mini-sheet' to Eve so you can save UI state information (what tab is currently selected) without mucking up your Adam model; started the modal_dialog_interface, an API that'll be used to direct a modal dialog interaction between the user and the application (it's still in its infancy); other misc bug fixes Index: Jamfile.v2 =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/begin/Jamfile.v2,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Jamfile.v2 7 Nov 2005 18:08:58 -0000 1.4 --- Jamfile.v2 24 Jan 2006 19:38:50 -0000 1.5 *************** *** 14,18 **** # Directory name for Windows specific sources and headers # ! PLATFORM_DIRECTORIES_NAME = win ; --- 14,18 ---- # Directory name for Windows specific sources and headers # ! PLATFORM_DIRECTORIES_NAME = win32 ; |