From: Foster B. <fos...@us...> - 2006-01-06 18:36:04
|
Update of /cvsroot/adobe-source/adobe-source/adobe/future/widgets/sources/mac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12808/adobe/future/widgets/sources/mac Modified Files: display.cpp metrics.cpp ui_core_implementation.cpp ui_overlay.cpp Log Message: asl 1.0.12 Index: display.cpp =================================================================== RCS file: /cvsroot/adobe-source/adobe-source/adobe/future/widgets/sources/mac/display.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** display.cpp 7 Nov 2005 18:00:43 -0000 1.2 --- display.cpp 6 Jan 2006 18:35:21 -0000 1.3 *************** *** 1,4 **** /* ! Copyright 2005 Adobe Systems Incorporated Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt or a copy at http://opensource.adobe.com/licenses.html) --- 1,4 ---- /* ! Copyright 2005-2006 Adobe Systems Incorporated Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt or a copy at http://opensource.adobe.com/licenses.html) Index: metrics.cpp =================================================================== RCS file: /cvsroot/adobe-source/adobe-source/adobe/future/widgets/sources/mac/metrics.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** metrics.cpp 7 Nov 2005 18:00:43 -0000 1.4 --- metrics.cpp 6 Jan 2006 18:35:21 -0000 1.5 *************** *** 1,4 **** /* ! Copyright 2005 Adobe Systems Incorporated Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt or a copy at http://opensource.adobe.com/licenses.html) --- 1,4 ---- /* ! Copyright 2005-2006 Adobe Systems Incorporated Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt or a copy at http://opensource.adobe.com/licenses.html) Index: ui_overlay.cpp =================================================================== RCS file: /cvsroot/adobe-source/adobe-source/adobe/future/widgets/sources/mac/ui_overlay.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ui_overlay.cpp 7 Nov 2005 18:00:43 -0000 1.3 --- ui_overlay.cpp 6 Jan 2006 18:35:21 -0000 1.4 *************** *** 1,4 **** /* ! Copyright 2005 Adobe Systems Incorporated Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt or a copy at http://opensource.adobe.com/licenses.html) --- 1,4 ---- /* ! Copyright 2005-2006 Adobe Systems Incorporated Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt or a copy at http://opensource.adobe.com/licenses.html) *************** *** 256,264 **** ui_overlay_t::position_t ui_overlay_t::implementation_t::insert(position_t parent) { ! overlay_forest_t::iterator position(unwrap(parent)); ! ! position.set_leading(false); ! ! return wrap(tree_m.insert(position, overlay_data_t())); } --- 256,260 ---- ui_overlay_t::position_t ui_overlay_t::implementation_t::insert(position_t parent) { ! return wrap(tree_m.insert(adobe::trailing_of(unwrap(parent)), overlay_data_t())); } Index: ui_core_implementation.cpp =================================================================== RCS file: /cvsroot/adobe-source/adobe-source/adobe/future/widgets/sources/mac/ui_core_implementation.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** ui_core_implementation.cpp 2 Dec 2005 02:52:56 -0000 1.6 --- ui_core_implementation.cpp 6 Jan 2006 18:35:21 -0000 1.7 *************** *** 1,4 **** /* ! Copyright 2005 Adobe Systems Incorporated Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt or a copy at http://opensource.adobe.com/licenses.html) --- 1,4 ---- /* ! Copyright 2005-2006 Adobe Systems Incorporated Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt or a copy at http://opensource.adobe.com/licenses.html) |