|
From: Foster B. <fos...@us...> - 2005-04-19 17:56:39
|
Update of /cvsroot/adobe-source/sandbox/visual_refactor/adobe/test/visual/sources/mac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32418/adobe/test/visual/sources/mac Modified Files: ui_core_implementation.cpp Log Message: rectangle now extents; started work on the ui_core, client_assembler API cleanup Index: ui_core_implementation.cpp =================================================================== RCS file: /cvsroot/adobe-source/sandbox/visual_refactor/adobe/test/visual/sources/mac/ui_core_implementation.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ui_core_implementation.cpp 18 Apr 2005 21:16:05 -0000 1.1 --- ui_core_implementation.cpp 19 Apr 2005 17:55:59 -0000 1.2 *************** *** 281,285 **** /****************************************************************************************************/ ! adobe::dictionary_t rectangle_slice_to_dictionary(const adobe::rectangle_t::slice_t& s) { adobe::dictionary_t result; --- 281,285 ---- /****************************************************************************************************/ ! adobe::dictionary_t extents_slice_to_dictionary(const adobe::extents_t::slice_t& s) { [...1278 lines suppressed...] ! guide_set_t::const_iterator iter(extents.vertical().poi_m.begin()); ! guide_set_t::const_iterator last(extents.vertical().poi_m.end()); for (; iter != last; ++iter) { ! guide_set_t::value_type cur(*iter); long poi(top + cur); CGRect left_tick(::CGRectMake(left, poi, tick_width, 1)); *************** *** 4951,4955 **** /****************************************************************************************************/ ! bool clear_geometry_frames(window_t& window) { hitless_t& hitless(window.implementation().framing_control_m); --- 5016,5020 ---- /****************************************************************************************************/ ! bool clear_extents_frames(window_t& window) { hitless_t& hitless(window.implementation().framing_control_m); |