You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
(67) |
Apr
(455) |
May
(202) |
Jun
(136) |
Jul
(203) |
Aug
(60) |
Sep
(88) |
Oct
(64) |
Nov
(56) |
Dec
(78) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(271) |
Feb
(207) |
Mar
|
Apr
|
May
(167) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: David C. <unc...@us...> - 2005-03-31 05:24:39
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/visual/English.lproj In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16675/sandbox/adobe-source/adobe/test/visual/English.lproj Modified Files: InfoPlist.strings Log Message: fix bundle name Index: InfoPlist.strings =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/visual/English.lproj/InfoPlist.strings,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsTaMyQa and /tmp/cvsIIPosE differ |
From: David C. <unc...@us...> - 2005-03-31 05:22:43
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/visual In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15392/sandbox/adobe-source/adobe/test/visual Modified Files: Info.plist Log Message: get info string Index: Info.plist =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/visual/Info.plist,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Info.plist 30 Mar 2005 17:01:22 -0000 1.2 --- Info.plist 31 Mar 2005 05:22:12 -0000 1.3 *************** *** 40,43 **** --- 40,45 ---- <key>CFBundleIdentifier</key> <string>com.adobe.begin</string> + <key>CFBundleGetInfoString</key> + <string>Adobe Begin version 1.0, Copyright © 2004 by Adobe Systems, Inc. All rights reserved.</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> |
From: David C. <unc...@us...> - 2005-03-31 01:38:12
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/visual/sources In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15189/sandbox/adobe-source/adobe/test/visual/sources Modified Files: client_assembler.cpp Log Message: ADOBE_PLATFORM_MAC instead of __MWERKS__ Index: client_assembler.cpp =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/visual/sources/client_assembler.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** client_assembler.cpp 30 Mar 2005 01:46:57 -0000 1.4 --- client_assembler.cpp 31 Mar 2005 01:37:33 -0000 1.5 *************** *** 2397,2401 **** geometry.slice_m[horizontal].length_m = 2; geometry.slice_m[vertical].length_m = 2; ! #elif defined(__MWERKS__) geometry.slice_m[horizontal].length_m = is_vertical_m ? 5 : 6; geometry.slice_m[vertical].length_m = is_vertical_m ? 6 : 5; --- 2397,2401 ---- geometry.slice_m[horizontal].length_m = 2; geometry.slice_m[vertical].length_m = 2; ! #elif ADOBE_PLATFORM_MAC geometry.slice_m[horizontal].length_m = is_vertical_m ? 5 : 6; geometry.slice_m[vertical].length_m = is_vertical_m ? 6 : 5; |
From: David C. <unc...@us...> - 2005-03-31 01:38:04
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/visual/sources In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15301/sandbox/adobe-source/adobe/test/visual/sources Modified Files: express_viewer.cpp Log Message: ADOBE_PLATFORM_MAC instead of __MWERKS__ Index: express_viewer.cpp =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/visual/sources/express_viewer.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** express_viewer.cpp 24 Mar 2005 19:37:55 -0000 1.6 --- express_viewer.cpp 31 Mar 2005 01:37:54 -0000 1.7 *************** *** 133,137 **** if ( !os_initialize( this ) ) return false; ! #if defined(__MWERKS__) // // We need to load the editor.adm and editor.eve files. --- 133,137 ---- if ( !os_initialize( this ) ) return false; ! #if ADOBE_PLATFORM_MAC // // We need to load the editor.adm and editor.eve files. |
From: David C. <unc...@us...> - 2005-03-31 01:04:23
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/build/boost_lib/boost_lib.xcode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26506/sandbox/adobe-source/adobe/build/boost_lib/boost_lib.xcode Modified Files: project.pbxproj Log Message: filesystem source files Index: project.pbxproj =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/build/boost_lib/boost_lib.xcode/project.pbxproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** project.pbxproj 30 Mar 2005 01:44:54 -0000 1.1 --- project.pbxproj 31 Mar 2005 01:03:56 -0000 1.2 *************** *** 64,67 **** --- 64,68 ---- 08FB7795FE84155DC02AAC07 = { children = ( + 89323D5107FA6C7400AB4B9B, 89C4833A07EFFB17007FD3D0, 89C4834C07EFFB92007FD3D0, *************** *** 102,105 **** --- 103,183 ---- //893 //894 + 89323D5107FA6C7400AB4B9B = { + children = ( + 89323D5207FA6C9400AB4B9B, + ); + isa = PBXGroup; + path = filesystem; + refType = 4; + sourceTree = "<group>"; + }; + 89323D5207FA6C9400AB4B9B = { + children = ( + 89323D5307FA6C9400AB4B9B, + 89323D5407FA6C9400AB4B9B, + 89323D5507FA6C9400AB4B9B, + 89323D5607FA6C9400AB4B9B, + ); + isa = PBXGroup; + path = src; + refType = 4; + sourceTree = "<group>"; + }; + 89323D5307FA6C9400AB4B9B = { + fileEncoding = 30; + isa = PBXFileReference; + lastKnownFileType = sourcecode.cpp.cpp; + path = convenience.cpp; + refType = 4; + sourceTree = "<group>"; + }; + 89323D5407FA6C9400AB4B9B = { + fileEncoding = 30; + isa = PBXFileReference; + lastKnownFileType = sourcecode.cpp.cpp; + path = exception.cpp; + refType = 4; + sourceTree = "<group>"; + }; + 89323D5507FA6C9400AB4B9B = { + fileEncoding = 30; + isa = PBXFileReference; + lastKnownFileType = sourcecode.cpp.cpp; + path = operations_posix_windows.cpp; + refType = 4; + sourceTree = "<group>"; + }; + 89323D5607FA6C9400AB4B9B = { + fileEncoding = 30; + isa = PBXFileReference; + lastKnownFileType = sourcecode.cpp.cpp; + path = path_posix_windows.cpp; + refType = 4; + sourceTree = "<group>"; + }; + 89323D5707FA6C9400AB4B9B = { + fileRef = 89323D5307FA6C9400AB4B9B; + isa = PBXBuildFile; + settings = { + }; + }; + 89323D5807FA6C9400AB4B9B = { + fileRef = 89323D5407FA6C9400AB4B9B; + isa = PBXBuildFile; + settings = { + }; + }; + 89323D5907FA6C9400AB4B9B = { + fileRef = 89323D5507FA6C9400AB4B9B; + isa = PBXBuildFile; + settings = { + }; + }; + 89323D5A07FA6C9400AB4B9B = { + fileRef = 89323D5607FA6C9400AB4B9B; + isa = PBXBuildFile; + settings = { + }; + }; 89C4833A07EFFB17007FD3D0 = { children = ( *************** *** 291,294 **** --- 369,376 ---- 89C4835807EFFBD9007FD3D0, 89C4835907EFFBD9007FD3D0, + 89323D5707FA6C9400AB4B9B, + 89323D5807FA6C9400AB4B9B, + 89323D5907FA6C9400AB4B9B, + 89323D5A07FA6C9400AB4B9B, ); isa = PBXSourcesBuildPhase; |
From: Foster B. <fos...@us...> - 2005-03-30 22:39:06
|
Update of /cvsroot/adobe-source/sandbox/adobe-source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7926 Modified Files: read_me.txt Log Message: Updated readme Index: read_me.txt =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/read_me.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** read_me.txt 29 Mar 2005 23:29:38 -0000 1.2 --- read_me.txt 30 Mar 2005 22:38:57 -0000 1.3 *************** *** 8,11 **** --- 8,12 ---- Reworking of bjam build environment within adobe-source (by Ralph Thomas) Separation of platform code from express_viewer.cpp (by Ralph Thomas) + Added eve_smoke, a test app for verifying Eve2 view definitions from the command line Reworked ui_core API for edit_text, popup, and unit_edit_text widgets Improved ui_core fudge code, though it still needs improvement (Mac) |
From: Foster B. <fos...@us...> - 2005-03-30 22:35:31
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5601/adobe/build Modified Files: Jamfile Log Message: Added eve_smoke, Jamfile edits Index: Jamfile =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/build/Jamfile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Jamfile 28 Mar 2005 21:31:48 -0000 1.2 --- Jamfile 30 Mar 2005 22:34:32 -0000 1.3 *************** *** 54,58 **** # http://www.boost.org/doc/html/bbv2/faq.html # ! lib asl_dev : [ obj adam_dev_o : source/adam.cpp : $(ASL_DEV_OBJ_FLAGS) ] [ obj adam_evaluate_dev_o : source/adam_evaluate.cpp : $(ASL_DEV_OBJ_FLAGS) ] --- 54,58 ---- # http://www.boost.org/doc/html/bbv2/faq.html # ! lib asl_lib_dev : [ obj adam_dev_o : source/adam.cpp : $(ASL_DEV_OBJ_FLAGS) ] [ obj adam_evaluate_dev_o : source/adam_evaluate.cpp : $(ASL_DEV_OBJ_FLAGS) ] *************** *** 86,90 **** # The asl rule uses similar Jam hackery to build it's objects. # ! lib asl : [ obj adam_o : source/adam.cpp : $(ASL_OBJ_FLAGS) ] [ obj adam_evaluate_o : source/adam_evaluate.cpp : $(ASL_OBJ_FLAGS) ] --- 86,90 ---- # The asl rule uses similar Jam hackery to build it's objects. # ! lib asl_lib : [ obj adam_o : source/adam.cpp : $(ASL_OBJ_FLAGS) ] [ obj adam_evaluate_o : source/adam_evaluate.cpp : $(ASL_OBJ_FLAGS) ] |
From: Foster B. <fos...@us...> - 2005-03-30 22:35:29
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/visual In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5601/adobe/test/visual Modified Files: Jamfile Log Message: Added eve_smoke, Jamfile edits Index: Jamfile =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/visual/Jamfile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Jamfile 28 Mar 2005 21:31:49 -0000 1.2 --- Jamfile 30 Mar 2005 22:34:37 -0000 1.3 *************** *** 27,31 **** $(PLATFORM_SOURCE_DIR)/display.cpp $(PLATFORM_SOURCE_DIR)/ui_core_implementation.cpp ! /adobe//asl_dev /boost/filesystem//boost_filesystem : <include>$(PLATFORM_HEADERS) ; --- 27,31 ---- $(PLATFORM_SOURCE_DIR)/display.cpp $(PLATFORM_SOURCE_DIR)/ui_core_implementation.cpp ! /adobe//asl_lib_dev /boost/filesystem//boost_filesystem : <include>$(PLATFORM_HEADERS) ; |
From: Foster B. <fos...@us...> - 2005-03-30 22:35:12
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/adam_tutorial In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5601/adobe/test/adam_tutorial Modified Files: Jamfile Log Message: Added eve_smoke, Jamfile edits Index: Jamfile =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/adam_tutorial/Jamfile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Jamfile 28 Mar 2005 21:31:49 -0000 1.2 --- Jamfile 30 Mar 2005 22:34:33 -0000 1.3 *************** *** 7,11 **** exe "adam_tutorial" : main.cpp ! /adobe//asl_dev /boost/filesystem//boost_filesystem ; --- 7,11 ---- exe "adam_tutorial" : main.cpp ! /adobe//asl_lib_dev /boost/filesystem//boost_filesystem ; |
From: Foster B. <fos...@us...> - 2005-03-30 22:35:03
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/eve_smoke/bin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5601/adobe/test/eve_smoke/bin Added Files: placeholder Log Message: Added eve_smoke, Jamfile edits --- NEW FILE: placeholder --- |
From: Foster B. <fos...@us...> - 2005-03-30 22:35:03
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/eve_smoke/bindebug In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5601/adobe/test/eve_smoke/bindebug Added Files: placeholder Log Message: Added eve_smoke, Jamfile edits --- NEW FILE: placeholder --- |
From: Foster B. <fos...@us...> - 2005-03-30 22:34:45
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/eve_smoke In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5601/adobe/test/eve_smoke Added Files: Jamfile default.eve eve_smoke.mcp main.cpp Log Message: Added eve_smoke, Jamfile edits --- NEW FILE: default.eve --- dialog() { row() { button (name: "Hello"); } column() { button (name: "world!"); } } --- NEW FILE: main.cpp --- /* Copyright 2005 Ralph Thomas and 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) */ /*************************************************************************************************/ #include <iostream> #include <sstream> #include <fstream> #include <string> #include <adobe/name.hpp> #include <adobe/value.hpp> #include <adobe/dictionary.hpp> #include <adobe/array.hpp> #include <adobe/eve.hpp> #include <adobe/eve_evaluate.hpp> #include <adobe/eve_parser.hpp> #include <boost/filesystem/path.hpp> /*************************************************************************************************/ // // position_t assemble( ... ) // /// This function dumps the output of the eve parser to std::cout. It probably /// should create all of the widgets demanded by the Eve file, but we're not /// doing that for now. /// /// \param parent the parent node. A position_t is an any. /// \param parse_location the file name and line number for this data. /// \param name the name of the thing to make. /// \param parameters the parameters for the thing to make. /// \param brief Nearby comments? /// \param detailed Nearby comments /// /// \return an any containing the created widget. // adobe::eve::position_t assemble( const adobe::eve::position_t& /*parent*/, const adobe::line_position_t& /*parse_location*/, adobe::name_t name, const adobe::array_t& parameters, const std::string& /*brief*/, const std::string& /*detailed*/ ) { std::cout << "Create: " << name.get() << std::endl; adobe::dictionary_t dict(adobe::eve::evaluate_arguments()( parameters )); adobe::dictionary_t::const_iterator first(dict.begin()); adobe::dictionary_t::const_iterator last(dict.end()); for (; first != last; ++first) std::cout << "\t" << first->first << " = \"" << first->second << "\"" << std::endl; return adobe::eve::position_t(); } /*************************************************************************************************/ // // void testParse( std::string fileName ) // /// Try to parse the given filename and see what the parser throws up. /// /// \param fileName the name of the file to parse. // void testParse( boost::filesystem::path& fileName ) { // // Open our input stream. // std::ifstream stream( fileName.native_file_string().c_str() ); if (!stream.is_open()) { std::stringstream err; err << "Could not open file: " << fileName.native_file_string(); throw std::runtime_error(err.str()); } // // Call the Eve parser. // adobe::eve::parse( stream, adobe::line_position_t( fileName.native_file_string().c_str() ), adobe::eve::position_t(), &assemble ); } /*************************************************************************************************/ // // int main() // /// Main driver, choose which file to parse and call testParse. /// /// \param argc the count of arguments. /// \param argv the vector containing the arguments. /// /// \return always zero. // int main( int argc, char* argv[] ) { bool success(true); // // Try to open the filename given on the command line, otherwise // try to open "default.eve". // try { boost::filesystem::path file_path("default.eve"); if( argc > 1 ) file_path = boost::filesystem::path(argv[1], boost::filesystem::native); // // Call our testParse function with the selected filename. // testParse( file_path ); } catch( const std::exception& error ) { // // Oops, something didn't work out. // std::cerr << "Exception: " << error.what() << std::endl; } catch( ... ) { std::cerr << "Unknown exception" << std::endl; } return success ? 0 : 1; } --- NEW FILE: Jamfile --- import testing ; project adobe/eve_smoke : requirements <link>static ; exe "eve_smoke" : main.cpp /adobe//asl_lib_dev /boost/filesystem//boost_filesystem ; --- NEW FILE: eve_smoke.mcp --- (This appears to be a binary file; contents omitted.) |
From: Foster B. <fos...@us...> - 2005-03-30 22:31:41
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/eve_smoke/bindebug In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3462/eve_smoke/bindebug Log Message: Directory /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/eve_smoke/bindebug added to the repository |
From: Foster B. <fos...@us...> - 2005-03-30 22:31:40
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/eve_smoke/bin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3462/eve_smoke/bin Log Message: Directory /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/eve_smoke/bin added to the repository |
From: Foster B. <fos...@us...> - 2005-03-30 22:31:10
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/eve_smoke In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3141/eve_smoke Log Message: Directory /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/eve_smoke added to the repository |
From: Foster B. <fos...@us...> - 2005-03-30 18:52:29
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2296/adobe Modified Files: config.hpp Log Message: config tweak; visual CodeWarrior tweak Index: config.hpp =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/config.hpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** config.hpp 29 Mar 2005 23:29:39 -0000 1.3 --- config.hpp 30 Mar 2005 18:51:44 -0000 1.4 *************** *** 26,32 **** // ADOBE_VERSION / 100000 is the major version ! #define ADOBE_VERSION_SUBMINOR 1 #define ADOBE_VERSION_MINOR 0 ! #define ADOBE_VERSION_MAJOR 2 #define ADOBE_VERSION (ADOBE_VERSION_MAJOR * 100000 + ADOBE_VERSION_MINOR * 100 + ADOBE_VERSION_SUBMINOR) --- 26,32 ---- // ADOBE_VERSION / 100000 is the major version ! #define ADOBE_VERSION_MAJOR 1 #define ADOBE_VERSION_MINOR 0 ! #define ADOBE_VERSION_SUBMINOR 2 #define ADOBE_VERSION (ADOBE_VERSION_MAJOR * 100000 + ADOBE_VERSION_MINOR * 100 + ADOBE_VERSION_SUBMINOR) |
From: Foster B. <fos...@us...> - 2005-03-30 18:52:29
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/visual In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2296/adobe/test/visual Modified Files: visual.mcp Log Message: config tweak; visual CodeWarrior tweak Index: visual.mcp =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/visual/visual.mcp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsUPFwWw and /tmp/cvsPy3HI9 differ |
From: David C. <unc...@us...> - 2005-03-30 17:17:26
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/visual/sources/mac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15720/sandbox/adobe-source/adobe/test/visual/sources/mac Modified Files: ui_core_implementation.cpp Log Message: namespace fix for gcc Index: ui_core_implementation.cpp =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/visual/sources/mac/ui_core_implementation.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ui_core_implementation.cpp 30 Mar 2005 01:48:20 -0000 1.3 --- ui_core_implementation.cpp 30 Mar 2005 17:17:11 -0000 1.4 *************** *** 31,37 **** --- 31,41 ---- are effected even if they are outside the group. */ + namespace adobe { + const Rect initial_bounds_g = { 0, 0, 2048, 2048 }; const CGRect cg_initial_bounds_g = ::CGRectMake(0, 0, 2048, 2048); + } + /****************************************************************************************************/ |
From: David C. <unc...@us...> - 2005-03-30 17:16:30
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/future In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15112/sandbox/adobe-source/adobe/future Modified Files: memory.hpp Log Message: const_pointer_type fix for gcc Index: memory.hpp =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/future/memory.hpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** memory.hpp 19 Mar 2005 00:16:42 -0000 1.1 --- memory.hpp 30 Mar 2005 17:15:54 -0000 1.2 *************** *** 137,141 **** typedef T element_type; typedef T* pointer_type; ! typedef const T* const_pointer_type; template <class U> struct rebind { typedef adobe::ptr_traits<U> other; }; --- 137,141 ---- typedef T element_type; typedef T* pointer_type; ! typedef const pointer_type const_pointer_type; template <class U> struct rebind { typedef adobe::ptr_traits<U> other; }; |
From: David C. <unc...@us...> - 2005-03-30 17:15:09
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/visual/sources/mac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14733/sandbox/adobe-source/adobe/test/visual/sources/mac Modified Files: main.cpp Log Message: namespace fix Index: main.cpp =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/visual/sources/mac/main.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** main.cpp 29 Mar 2005 23:29:39 -0000 1.4 --- main.cpp 30 Mar 2005 17:14:56 -0000 1.5 *************** *** 256,259 **** --- 256,267 ---- /****************************************************************************************************/ + } // namespace + + /****************************************************************************************************/ + + namespace adobe { + + /****************************************************************************************************/ + // /// These template ensures that the static auto_ptr event handlers get *************** *** 282,293 **** /****************************************************************************************************/ - } // namespace - - /****************************************************************************************************/ - - namespace adobe { - - /****************************************************************************************************/ - bool os_initialize( adobe::simpleApplication* theApp ) { --- 290,293 ---- |
From: David C. <unc...@us...> - 2005-03-30 17:14:46
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/visual/visual.xcode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14195/sandbox/adobe-source/adobe/test/visual/visual.xcode Modified Files: project.pbxproj Log Message: fixed target name Index: project.pbxproj =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/visual/visual.xcode/project.pbxproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** project.pbxproj 30 Mar 2005 02:30:23 -0000 1.1 --- project.pbxproj 30 Mar 2005 17:14:04 -0000 1.2 *************** *** 239,248 **** sourceTree = "<group>"; }; - 89323BAD07FA26C800AB4B9B = { - fileRef = 89323BAC07FA26C800AB4B9B; - isa = PBXBuildFile; - settings = { - }; - }; 89323C5D07FA2E4200AB4B9B = { isa = PBXFileReference; --- 239,242 ---- *************** *** 287,290 **** --- 281,298 ---- }; }; + 89323D9A07FA74D900AB4B9B = { + fileEncoding = 30; + isa = PBXFileReference; + lastKnownFileType = sourcecode.cpp.cpp; + path = iomanip_pdf.cpp; + refType = 4; + sourceTree = "<group>"; + }; + 89323D9B07FA74D900AB4B9B = { + fileRef = 89323D9A07FA74D900AB4B9B; + isa = PBXBuildFile; + settings = { + }; + }; 894E674307F5BB0500C05327 = { fileEncoding = 30; *************** *** 331,346 **** sourceTree = "<group>"; }; - 894E676207F5C0EF00C05327 = { - fileRef = 894E676007F5C0EF00C05327; - isa = PBXBuildFile; - settings = { - }; - }; - 894E676307F5C0EF00C05327 = { - fileRef = 894E676107F5C0EF00C05327; - isa = PBXBuildFile; - settings = { - }; - }; 894E676F07F5C13400C05327 = { children = ( --- 339,342 ---- *************** *** 369,388 **** sourceTree = "<group>"; }; - 894E677207F5C13400C05327 = { - fileRef = 894E677007F5C13400C05327; - isa = PBXBuildFile; - settings = { - }; - }; - 894E677307F5C13400C05327 = { - fileRef = 894E677107F5C13400C05327; - isa = PBXBuildFile; - settings = { - }; - }; 894E677A07F5C23600C05327 = { children = ( 894E674307F5BB0500C05327, 89C483A007F07194007FD3D0, ); isa = PBXGroup; --- 365,373 ---- sourceTree = "<group>"; }; 894E677A07F5C23600C05327 = { children = ( 894E674307F5BB0500C05327, 89C483A007F07194007FD3D0, + 89323D9A07FA74D900AB4B9B, ); isa = PBXGroup; *************** *** 399,408 **** sourceTree = "<group>"; }; - 894E678507F5C31C00C05327 = { - fileRef = 894E678407F5C31C00C05327; - isa = PBXBuildFile; - settings = { - }; - }; 894E678D07F5C33000C05327 = { fileEncoding = 30; --- 384,387 ---- *************** *** 413,422 **** sourceTree = "<group>"; }; - 894E678E07F5C33000C05327 = { - fileRef = 894E678D07F5C33000C05327; - isa = PBXBuildFile; - settings = { - }; - }; 894E679407F5C35D00C05327 = { fileEncoding = 30; --- 392,395 ---- *************** *** 427,436 **** sourceTree = "<group>"; }; - 894E679507F5C35D00C05327 = { - fileRef = 894E679407F5C35D00C05327; - isa = PBXBuildFile; - settings = { - }; - }; 894E679907F5C36E00C05327 = { fileEncoding = 30; --- 400,403 ---- *************** *** 441,450 **** sourceTree = "<group>"; }; - 894E679A07F5C36E00C05327 = { - fileRef = 894E679907F5C36E00C05327; - isa = PBXBuildFile; - settings = { - }; - }; 894E67B007F5C7B000C05327 = { fileRef = 89C4838E07F06DB5007FD3D0; --- 408,411 ---- *************** *** 471,480 **** sourceTree = "<group>"; }; - 894E67C007F8596500C05327 = { - fileRef = 894E67BF07F8596500C05327; - isa = PBXBuildFile; - settings = { - }; - }; 894E67CC07F85CEC00C05327 = { fileRef = 89C483D007F10216007FD3D0; --- 432,435 ---- *************** *** 691,695 **** INSTALL_PATH = "$(HOME)/Applications"; LIBRARY_SEARCH_PATHS = "/Users/uncommon/Developer/ASL/sandbox/adobe-source/adobe/build/asl_lib/build /Users/uncommon/Developer/ASL/sandbox/adobe-source/adobe/build/boost_lib/build"; ! PRODUCT_NAME = visual; WARNING_CFLAGS = "-Wno-long-double"; WRAPPER_EXTENSION = app; --- 646,650 ---- INSTALL_PATH = "$(HOME)/Applications"; LIBRARY_SEARCH_PATHS = "/Users/uncommon/Developer/ASL/sandbox/adobe-source/adobe/build/asl_lib/build /Users/uncommon/Developer/ASL/sandbox/adobe-source/adobe/build/boost_lib/build"; ! PRODUCT_NAME = "Adobe Begin"; WARNING_CFLAGS = "-Wno-long-double"; WRAPPER_EXTENSION = app; *************** *** 714,727 **** 89C483B307F072F6007FD3D0, 89C483B407F072F6007FD3D0, - 894E676207F5C0EF00C05327, - 894E676307F5C0EF00C05327, - 894E677207F5C13400C05327, - 894E677307F5C13400C05327, - 894E678507F5C31C00C05327, - 894E678E07F5C33000C05327, - 894E679507F5C35D00C05327, - 894E679A07F5C36E00C05327, - 894E67C007F8596500C05327, - 89323BAD07FA26C800AB4B9B, ); isa = PBXResourcesBuildPhase; --- 669,672 ---- *************** *** 745,748 **** --- 690,694 ---- 894E67D007F85CFD00C05327, 89323CF507FA39F300AB4B9B, + 89323D9B07FA74D900AB4B9B, ); isa = PBXSourcesBuildPhase; *************** *** 784,788 **** includeInIndex = 0; isa = PBXFileReference; ! path = visual.app; refType = 3; sourceTree = BUILT_PRODUCTS_DIR; --- 730,734 ---- includeInIndex = 0; isa = PBXFileReference; ! path = "Adobe Begin.app"; refType = 3; sourceTree = BUILT_PRODUCTS_DIR; |
From: David C. <unc...@us...> - 2005-03-30 17:02:03
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/visual In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7975/sandbox/adobe-source/adobe/test/visual Modified Files: Info.plist Log Message: short bundle name Index: Info.plist =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/visual/Info.plist,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Info.plist 30 Mar 2005 02:31:42 -0000 1.1 --- Info.plist 30 Mar 2005 17:01:22 -0000 1.2 *************** *** 34,37 **** --- 34,39 ---- <key>CFBundleExecutable</key> <string>Adobe Begin</string> + <key>CFBundleName</key> + <string>Adobe Begin</string> <key>CFBundleIconFile</key> <string>AppIcon.icns</string> |
From: David C. <unc...@us...> - 2005-03-30 16:46:57
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/visual In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32016/sandbox/adobe-source/adobe/test/visual Modified Files: visual_Prefix.pch Log Message: define ADOBE_SERIALIZATION Index: visual_Prefix.pch =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/visual/visual_Prefix.pch,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** visual_Prefix.pch 30 Mar 2005 02:31:56 -0000 1.1 --- visual_Prefix.pch 30 Mar 2005 16:46:26 -0000 1.2 *************** *** 1,5 **** - // - // Prefix header for all source files of the 'visual' target in the 'visual' project. - // - #include <Carbon/Carbon.h> --- 1,3 ---- #include <Carbon/Carbon.h> + + #define ADOBE_SERIALIZATION |
From: David C. <unc...@us...> - 2005-03-30 02:32:05
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/visual In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4567/sandbox/adobe-source/adobe/test/visual Added Files: visual_Prefix.pch Log Message: *** empty log message *** --- NEW FILE: visual_Prefix.pch --- // // Prefix header for all source files of the 'visual' target in the 'visual' project. // #include <Carbon/Carbon.h> |
From: David C. <unc...@us...> - 2005-03-30 02:31:59
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/visual In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4509/sandbox/adobe-source/adobe/test/visual Added Files: version.plist Log Message: *** empty log message *** --- NEW FILE: version.plist --- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>BuildVersion</key> <string>92</string> <key>CFBundleVersion</key> <string>1.0</string> <key>ProductBuildVersion</key> <string>7K571</string> <key>ProjectName</key> <string>NibPBTemplates</string> <key>SourceVersion</key> <string>1200000</string> </dict> </plist> |