|
From: Foster B. <fos...@us...> - 2006-01-24 19:39:28
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/future/widgets/sources/win In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12473/adobe-source/adobe/future/widgets/sources/win Modified Files: ui_core_implementation.cpp Removed Files: display.cpp event_dispatcher.cpp metrics.cpp ui_overlay.cpp 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 --- display.cpp DELETED --- --- metrics.cpp DELETED --- --- ui_overlay.cpp DELETED --- --- event_dispatcher.cpp DELETED --- Index: ui_core_implementation.cpp =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/future/widgets/sources/win/ui_core_implementation.cpp,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** ui_core_implementation.cpp 24 Jan 2006 05:01:27 -0000 1.10 --- ui_core_implementation.cpp 24 Jan 2006 19:38:47 -0000 1.11 *************** *** 55,59 **** namespace { ! /****************************************************************************************************/ namespace hackery { --- 55,59 ---- namespace { ! /****************************************************************************************************/ namespace hackery { |