igarden-commit Mailing List for GardenSketch (Page 64)
Status: Beta
Brought to you by:
jlbedell
You can subscribe to this list here.
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(24) |
Nov
(77) |
Dec
(122) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2007 |
Jan
(103) |
Feb
(278) |
Mar
(130) |
Apr
(66) |
May
(56) |
Jun
(31) |
Jul
(94) |
Aug
(73) |
Sep
(22) |
Oct
(306) |
Nov
(52) |
Dec
|
| 2008 |
Jan
(27) |
Feb
(90) |
Mar
(218) |
Apr
(145) |
May
(114) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 12:36:58
|
Update of /cvsroot/igarden/Garden/source/Database In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv26412 Modified Files: c4_Strategy.h Log Message: Win32 changes Index: c4_Strategy.h =================================================================== RCS file: /cvsroot/igarden/Garden/source/Database/c4_Strategy.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** c4_Strategy.h 8 Sep 2004 00:08:42 -0000 1.2 --- c4_Strategy.h 22 Feb 2007 12:36:52 -0000 1.3 *************** *** 16,18 **** // Jeffrey Bedell(je...@re...) // ! #include "mk4.h" \ No newline at end of file --- 16,18 ---- // Jeffrey Bedell(je...@re...) // ! #include "mk4.h" |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 12:36:57
|
Update of /cvsroot/igarden/Garden/source/Database In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv26382 Modified Files: RGXMLUtils.cpp Log Message: Win32 changes Index: RGXMLUtils.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Database/RGXMLUtils.cpp,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** RGXMLUtils.cpp 9 Oct 2006 12:20:43 -0000 1.9 --- RGXMLUtils.cpp 22 Feb 2007 12:36:27 -0000 1.10 *************** *** 20,23 **** --- 20,24 ---- #include "Length.h" #include "MyAssert.h" + #include <stdio.h> long StringToInteger(const char *str) |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 12:34:46
|
Update of /cvsroot/igarden/Garden/source/PlanTool In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv25553 Modified Files: PlanCanvasDefs.h Log Message: Win32 changes Index: PlanCanvasDefs.h =================================================================== RCS file: /cvsroot/igarden/Garden/source/PlanTool/PlanCanvasDefs.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** PlanCanvasDefs.h 20 Aug 2005 12:39:34 -0000 1.5 --- PlanCanvasDefs.h 22 Feb 2007 12:34:11 -0000 1.6 *************** *** 111,113 **** } lineType_t; ! #endif // __PlanCanvasDefs \ No newline at end of file --- 111,113 ---- } lineType_t; ! #endif // __PlanCanvasDefs |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 12:34:46
|
Update of /cvsroot/igarden/Garden/source/Plugins In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv25274 Modified Files: PluginUtils.cpp AppCallbackInterface.h PluginUtils.h DefaultRenderPlugin.h Log Message: Win32 changes Index: DefaultRenderPlugin.h =================================================================== RCS file: /cvsroot/igarden/Garden/source/Plugins/DefaultRenderPlugin.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** DefaultRenderPlugin.h 9 Oct 2006 01:50:50 -0000 1.9 --- DefaultRenderPlugin.h 22 Feb 2007 12:34:04 -0000 1.10 *************** *** 1,16 **** //*********************************************************************************************** // ! // The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at // http://www.mozilla.org/MPL/ ! // ! // Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ! // ANY KIND, either express or implied. See the License for the specific language governing rights and // limitations under the License. ! // // The Original Code is GardenWorks plugin interface. ! // // The Initial Developer of the Original Code is Redstart Software. // Portions created by Initial Developer are Copyright (C) 2005 Redstart Software. All Rights Reserved. ! // // Contributor(s): // Jeffrey Bedell(je...@re...) --- 1,16 ---- //*********************************************************************************************** // ! // The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at // http://www.mozilla.org/MPL/ ! // ! // Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ! // ANY KIND, either express or implied. See the License for the specific language governing rights and // limitations under the License. ! // // The Original Code is GardenWorks plugin interface. ! // // The Initial Developer of the Original Code is Redstart Software. // Portions created by Initial Developer are Copyright (C) 2005 Redstart Software. All Rights Reserved. ! // // Contributor(s): // Jeffrey Bedell(je...@re...) *************** *** 29,33 **** // Define the UUID for the type. ! enum { --- 29,33 ---- // Define the UUID for the type. ! enum { *************** *** 40,44 **** --- 40,48 ---- public: // methods + #if OPT_WINOS + virtual HRESULT QueryInterface(const IID &inRefIID, void** inInterfaceID); + #else virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID inRefIID, void** inInterfaceID); + #endif virtual ULONG STDMETHODCALLTYPE AddRef(); virtual ULONG STDMETHODCALLTYPE Release(); *************** *** 54,58 **** virtual styleDisplay_t ShouldDisplay (uint32 index, styleCharacteristic_t item); virtual XGUUID BasedUponStyle(uint32 index); ! virtual void GetName(String& buf); virtual void GetShortName(String& buf); --- 58,62 ---- virtual styleDisplay_t ShouldDisplay (uint32 index, styleCharacteristic_t item); virtual XGUUID BasedUponStyle(uint32 index); ! virtual void GetName(String& buf); virtual void GetShortName(String& buf); *************** *** 74,78 **** public: // methods ! virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID inRefIID, void** inInterfaceID); virtual ULONG STDMETHODCALLTYPE AddRef(); virtual ULONG STDMETHODCALLTYPE Release(); --- 78,86 ---- public: // methods ! #if OPT_WINOS ! virtual HRESULT QueryInterface(const IID &inRefIID, void** inInterfaceID); ! #else ! virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID inRefIID, void** inInterfaceID); ! #endif virtual ULONG STDMETHODCALLTYPE AddRef(); virtual ULONG STDMETHODCALLTYPE Release(); *************** *** 83,87 **** virtual cnvErr_t DrawArrow(pointList_t &list, arrowType_t arrowType); virtual cnvErr_t DrawSymbol(planPoint_t point, planSymbol_t symbol, planScale_t scale); ! protected: private: --- 91,95 ---- virtual cnvErr_t DrawArrow(pointList_t &list, arrowType_t arrowType); virtual cnvErr_t DrawSymbol(planPoint_t point, planSymbol_t symbol, planScale_t scale); ! protected: private: *************** *** 94,98 **** public: // methods ! virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID inRefIID, void** inInterfaceID); virtual ULONG STDMETHODCALLTYPE AddRef(); virtual ULONG STDMETHODCALLTYPE Release(); --- 102,110 ---- public: // methods ! #if OPT_WINOS ! virtual HRESULT QueryInterface(const IID &inRefIID, void** inInterfaceID); ! #else ! virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID inRefIID, void** inInterfaceID); ! #endif virtual ULONG STDMETHODCALLTYPE AddRef(); virtual ULONG STDMETHODCALLTYPE Release(); *************** *** 103,107 **** virtual cnvErr_t DrawGenericItem(materialType_t mtype, planPoint_t center); virtual cnvErr_t GetGenericItemGrowConstraints(materialType_t mtype, planSize_t &minSize, planSize_t &incrSize, planSize_t &maxSize); ! protected: private: --- 115,119 ---- virtual cnvErr_t DrawGenericItem(materialType_t mtype, planPoint_t center); virtual cnvErr_t GetGenericItemGrowConstraints(materialType_t mtype, planSize_t &minSize, planSize_t &incrSize, planSize_t &maxSize); ! protected: private: Index: PluginUtils.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Plugins/PluginUtils.cpp,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** PluginUtils.cpp 18 Oct 2006 02:26:02 -0000 1.23 --- PluginUtils.cpp 22 Feb 2007 12:34:04 -0000 1.24 *************** *** 267,270 **** --- 267,280 ---- ReleaseResource((Handle)macPictureH); } + #elif OPT_WINOS + void OptCopyFileFromAppBundle(char *name) + { + // TO_BE_PORTED + } + + bool OptCopyFileFromURL(char *url, XGFileSpecifier &specIn) + { + // TO_BE_PORTED + } #else #warning ***Won't support OptCreateFileFromPICTResource Index: PluginUtils.h =================================================================== RCS file: /cvsroot/igarden/Garden/source/Plugins/PluginUtils.h,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** PluginUtils.h 18 May 2006 11:15:47 -0000 1.10 --- PluginUtils.h 22 Feb 2007 12:34:04 -0000 1.11 *************** *** 47,49 **** void TestNameMatches(); ! #endif // PLUGIN_UTILS_H \ No newline at end of file --- 47,49 ---- void TestNameMatches(); ! #endif // PLUGIN_UTILS_H Index: AppCallbackInterface.h =================================================================== RCS file: /cvsroot/igarden/Garden/source/Plugins/AppCallbackInterface.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** AppCallbackInterface.h 11 Oct 2006 01:22:54 -0000 1.7 --- AppCallbackInterface.h 22 Feb 2007 12:34:04 -0000 1.8 *************** *** 92,94 **** #define kXMLName "Name" ! #endif //APP_CALLBACK_INTERFACE \ No newline at end of file --- 92,94 ---- #define kXMLName "Name" ! #endif //APP_CALLBACK_INTERFACE |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 05:08:25
|
Update of /cvsroot/igarden/CommonSource/Utilities In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv16089 Modified Files: UIDGen.cpp Log Message: Win32 changes Index: UIDGen.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/Utilities/UIDGen.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** UIDGen.cpp 9 Oct 2006 01:55:39 -0000 1.5 --- UIDGen.cpp 22 Feb 2007 05:08:24 -0000 1.6 *************** *** 88,90 **** } } ! #endif \ No newline at end of file --- 88,90 ---- } } ! #endif |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 05:07:50
|
Update of /cvsroot/igarden/CommonSource/Utilities In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv15711 Modified Files: UID.h Log Message: Win32 changes Index: UID.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/Utilities/UID.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** UID.h 8 Sep 2004 01:09:52 -0000 1.2 --- UID.h 22 Feb 2007 05:07:49 -0000 1.3 *************** *** 40,42 **** //extern XGUUID gNilUID; ! #endif \ No newline at end of file --- 40,42 ---- //extern XGUUID gNilUID; ! #endif |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 05:06:16
|
Update of /cvsroot/igarden/Garden/Macintosh/Garden.xcodeproj In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv15255 Modified Files: project.pbxproj Log Message: Win32 changes Index: project.pbxproj =================================================================== RCS file: /cvsroot/igarden/Garden/Macintosh/Garden.xcodeproj/project.pbxproj,v retrieving revision 1.63 retrieving revision 1.64 diff -C2 -d -r1.63 -r1.64 *** project.pbxproj 15 Oct 2006 00:43:50 -0000 1.63 --- project.pbxproj 22 Feb 2007 05:06:14 -0000 1.64 *************** *** 107,111 **** 490E32C20AD88589005CE459 /* Constants.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49F59D9605FA9F3D00CDC512 /* Constants.cpp */; }; 490E32C30AD8858B005CE459 /* InfoPopupView.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49074B1D06488FEE00C334E8 /* InfoPopupView.cpp */; }; ! 490E32C40AD8858E005CE459 /* CAboutGarden.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EFE0649C2C700DB7E02 /* CAboutGarden.cp */; }; 490E32C60AD88593005CE459 /* AppMain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49CA170E08B17C9F00FBA1F9 /* AppMain.cpp */; }; 490E32C70AD88597005CE459 /* RGDateCell.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 490AFA8E097DADA20055463E /* RGDateCell.cpp */; }; --- 107,111 ---- 490E32C20AD88589005CE459 /* Constants.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49F59D9605FA9F3D00CDC512 /* Constants.cpp */; }; 490E32C30AD8858B005CE459 /* InfoPopupView.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49074B1D06488FEE00C334E8 /* InfoPopupView.cpp */; }; ! 490E32C40AD8858E005CE459 /* CAboutGarden.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EFE0649C2C700DB7E02 /* CAboutGarden.cpp */; }; 490E32C60AD88593005CE459 /* AppMain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49CA170E08B17C9F00FBA1F9 /* AppMain.cpp */; }; 490E32C70AD88597005CE459 /* RGDateCell.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 490AFA8E097DADA20055463E /* RGDateCell.cpp */; }; *************** *** 128,142 **** 490E35A10AD8A145005CE459 /* MaterialPictSelectDialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 490AF878097C861C0055463E /* MaterialPictSelectDialog.cpp */; }; 490E35A20AD8A145005CE459 /* DocumentProperties.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4904C4E707ABF07100F7D273 /* DocumentProperties.cpp */; }; ! 490E35A30AD8A147005CE459 /* CDBComparator.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EDC0649C20500DB7E02 /* CDBComparator.cp */; }; ! 490E35AA0AD8A23D005CE459 /* ColumnSets.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49534E580649BD9F00DB7E02 /* ColumnSets.cp */; }; 490E35AB0AD8A23E005CE459 /* GerminationDialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EF80649C29C00DB7E02 /* GerminationDialog.cpp */; }; 490E35AC0AD8A240005CE459 /* CDatabaseAction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EDA0649C20400DB7E02 /* CDatabaseAction.cpp */; }; ! 490E35AD0AD8A240005CE459 /* CDatabasePanel.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EDB0649C20400DB7E02 /* CDatabasePanel.cp */; }; ! 490E35AE0AD8A243005CE459 /* CGardenForm.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EE30649C22E00DB7E02 /* CGardenForm.cp */; }; ! 490E35AF0AD8A244005CE459 /* CGardenPanel.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EE40649C22E00DB7E02 /* CGardenPanel.cp */; }; ! 490E35B00AD8A244005CE459 /* ClientDocument.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EEC0649C25600DB7E02 /* ClientDocument.cp */; }; 490E35B10AD8A248005CE459 /* ColumnSetDialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EEE0649C25600DB7E02 /* ColumnSetDialog.cpp */; }; ! 490E35B20AD8A249005CE459 /* CPlanPanel.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49D61AD60649C51E00E45D72 /* CPlanPanel.cp */; }; ! 490E35B30AD8A24B005CE459 /* OneColumnSet.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EF90649C29C00DB7E02 /* OneColumnSet.cp */; }; 490E35B40AD8A24C005CE459 /* InfoSupplierDialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49EB593F06DED22000180319 /* InfoSupplierDialog.cpp */; }; 490E35B50AD8A253005CE459 /* PlanPaletteView.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 491C76F608D37D80008DAD03 /* PlanPaletteView.cpp */; }; --- 128,142 ---- 490E35A10AD8A145005CE459 /* MaterialPictSelectDialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 490AF878097C861C0055463E /* MaterialPictSelectDialog.cpp */; }; 490E35A20AD8A145005CE459 /* DocumentProperties.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4904C4E707ABF07100F7D273 /* DocumentProperties.cpp */; }; ! 490E35A30AD8A147005CE459 /* CDBComparator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EDC0649C20500DB7E02 /* CDBComparator.cpp */; }; ! 490E35AA0AD8A23D005CE459 /* ColumnSets.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534E580649BD9F00DB7E02 /* ColumnSets.cpp */; }; 490E35AB0AD8A23E005CE459 /* GerminationDialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EF80649C29C00DB7E02 /* GerminationDialog.cpp */; }; 490E35AC0AD8A240005CE459 /* CDatabaseAction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EDA0649C20400DB7E02 /* CDatabaseAction.cpp */; }; ! 490E35AD0AD8A240005CE459 /* CDatabasePanel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EDB0649C20400DB7E02 /* CDatabasePanel.cpp */; }; ! 490E35AE0AD8A243005CE459 /* CGardenForm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EE30649C22E00DB7E02 /* CGardenForm.cpp */; }; ! 490E35AF0AD8A244005CE459 /* CGardenPanel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EE40649C22E00DB7E02 /* CGardenPanel.cpp */; }; ! 490E35B00AD8A244005CE459 /* ClientDocument.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EEC0649C25600DB7E02 /* ClientDocument.cpp */; }; 490E35B10AD8A248005CE459 /* ColumnSetDialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EEE0649C25600DB7E02 /* ColumnSetDialog.cpp */; }; ! 490E35B20AD8A249005CE459 /* CPlanPanel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49D61AD60649C51E00E45D72 /* CPlanPanel.cpp */; }; ! 490E35B30AD8A24B005CE459 /* OneColumnSet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EF90649C29C00DB7E02 /* OneColumnSet.cpp */; }; 490E35B40AD8A24C005CE459 /* InfoSupplierDialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49EB593F06DED22000180319 /* InfoSupplierDialog.cpp */; }; 490E35B50AD8A253005CE459 /* PlanPaletteView.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 491C76F608D37D80008DAD03 /* PlanPaletteView.cpp */; }; *************** *** 185,192 **** 490E35E20AD8A2F6005CE459 /* RGReportHypertextCell.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49074A6C06488EF200C334E8 /* RGReportHypertextCell.cpp */; }; 490E35E30AD8A2FB005CE459 /* RGXMLUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49EA0322075BFEBB00FB39B3 /* RGXMLUtils.cpp */; }; ! 490E35E40AD8A2FC005CE459 /* attributeDef.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49B02610064A576A00C95424 /* attributeDef.cp */; }; 490E35E50AD8A2FC005CE459 /* BufStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49B02612064A576A00C95424 /* BufStream.cpp */; }; ! 490E35E60AD8A305005CE459 /* DatabaseFile.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49B02614064A576A00C95424 /* DatabaseFile.cp */; }; ! 490E35E70AD8A30B005CE459 /* FieldDef.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49B02615064A576A00C95424 /* FieldDef.cp */; }; 490E35E80AD8A30C005CE459 /* FlexCount.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49B02617064A576A00C95424 /* FlexCount.cpp */; }; 490E35EC0AD8A329005CE459 /* AppCallbackInterface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4929D8DF0649DE8B0047C25E /* AppCallbackInterface.cpp */; }; --- 185,192 ---- 490E35E20AD8A2F6005CE459 /* RGReportHypertextCell.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49074A6C06488EF200C334E8 /* RGReportHypertextCell.cpp */; }; 490E35E30AD8A2FB005CE459 /* RGXMLUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49EA0322075BFEBB00FB39B3 /* RGXMLUtils.cpp */; }; ! 490E35E40AD8A2FC005CE459 /* attributeDef.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49B02610064A576A00C95424 /* attributeDef.cpp */; }; 490E35E50AD8A2FC005CE459 /* BufStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49B02612064A576A00C95424 /* BufStream.cpp */; }; ! 490E35E60AD8A305005CE459 /* DatabaseFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49B02614064A576A00C95424 /* DatabaseFile.cpp */; }; ! 490E35E70AD8A30B005CE459 /* FieldDef.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49B02615064A576A00C95424 /* FieldDef.cpp */; }; 490E35E80AD8A30C005CE459 /* FlexCount.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49B02617064A576A00C95424 /* FlexCount.cpp */; }; 490E35EC0AD8A329005CE459 /* AppCallbackInterface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4929D8DF0649DE8B0047C25E /* AppCallbackInterface.cpp */; }; *************** *** 206,217 **** 490E35FB0AD8A37F005CE459 /* PersistentTags.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EC60649C16D00DB7E02 /* PersistentTags.cpp */; }; 490E35FC0AD8A380005CE459 /* Preferences.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534ECA0649C19000DB7E02 /* Preferences.cpp */; }; ! 490E35FD0AD8A38B005CE459 /* IDPersist.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49B02619064A576A00C95424 /* IDPersist.cp */; }; 490E35FE0AD8A392005CE459 /* RGXMLWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 498CCD0206F32A4400EFAB20 /* RGXMLWriter.cpp */; }; ! 490E35FF0AD8A399005CE459 /* YAAFStrategy.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49B0261F064A576A00C95424 /* YAAFStrategy.cp */; }; ! 490E36000AD8A399005CE459 /* ViewClass.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49B0261E064A576A00C95424 /* ViewClass.cp */; }; ! 490E36010AD8A3A0005CE459 /* View.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49B0261D064A576A00C95424 /* View.cp */; }; ! 490E36020AD8A3A0005CE459 /* StrongRefObject.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49B0261C064A576A00C95424 /* StrongRefObject.cp */; }; ! 490E36030AD8A3A8005CE459 /* StrongRefClasses.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49B0261B064A576A00C95424 /* StrongRefClasses.cp */; }; ! 490E36040AD8A3AF005CE459 /* Persist.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49B0261A064A576A00C95424 /* Persist.cp */; }; 490E36050AD8A3C0005CE459 /* BackgroundXML.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4929D8E50649DF4E0047C25E /* BackgroundXML.cpp */; }; 490E36060AD8A3C1005CE459 /* MaterialDragger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49D61AC20649C39500E45D72 /* MaterialDragger.cpp */; }; --- 206,217 ---- 490E35FB0AD8A37F005CE459 /* PersistentTags.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EC60649C16D00DB7E02 /* PersistentTags.cpp */; }; 490E35FC0AD8A380005CE459 /* Preferences.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534ECA0649C19000DB7E02 /* Preferences.cpp */; }; ! 490E35FD0AD8A38B005CE459 /* IDPersist.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49B02619064A576A00C95424 /* IDPersist.cpp */; }; 490E35FE0AD8A392005CE459 /* RGXMLWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 498CCD0206F32A4400EFAB20 /* RGXMLWriter.cpp */; }; ! 490E35FF0AD8A399005CE459 /* YAAFStrategy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49B0261F064A576A00C95424 /* YAAFStrategy.cpp */; }; ! 490E36000AD8A399005CE459 /* ViewClass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49B0261E064A576A00C95424 /* ViewClass.cpp */; }; ! 490E36010AD8A3A0005CE459 /* View.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49B0261D064A576A00C95424 /* View.cpp */; }; ! 490E36020AD8A3A0005CE459 /* StrongRefObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49B0261C064A576A00C95424 /* StrongRefObject.cpp */; }; ! 490E36030AD8A3A8005CE459 /* StrongRefClasses.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49B0261B064A576A00C95424 /* StrongRefClasses.cpp */; }; ! 490E36040AD8A3AF005CE459 /* Persist.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49B0261A064A576A00C95424 /* Persist.cpp */; }; 490E36050AD8A3C0005CE459 /* BackgroundXML.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4929D8E50649DF4E0047C25E /* BackgroundXML.cpp */; }; 490E36060AD8A3C1005CE459 /* MaterialDragger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49D61AC20649C39500E45D72 /* MaterialDragger.cpp */; }; *************** *** 238,242 **** 490E36210AD8A531005CE459 /* Path.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EA30649C07000DB7E02 /* Path.cpp */; }; 490E36220AD8A534005CE459 /* PathElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EA80649C09700DB7E02 /* PathElement.cpp */; }; ! 490E36230AD8A535005CE459 /* PlanGroup.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49AC779207D1FAA00006DCE8 /* PlanGroup.cp */; }; 490E36240AD8A548005CE459 /* PointPath.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EA90649C09700DB7E02 /* PointPath.cpp */; }; 490E36250AD8A548005CE459 /* RectanglePath.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EAE0649C0B900DB7E02 /* RectanglePath.cpp */; }; --- 238,242 ---- 490E36210AD8A531005CE459 /* Path.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EA30649C07000DB7E02 /* Path.cpp */; }; 490E36220AD8A534005CE459 /* PathElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EA80649C09700DB7E02 /* PathElement.cpp */; }; ! 490E36230AD8A535005CE459 /* PlanGroup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49AC779207D1FAA00006DCE8 /* PlanGroup.cpp */; }; 490E36240AD8A548005CE459 /* PointPath.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EA90649C09700DB7E02 /* PointPath.cpp */; }; 490E36250AD8A548005CE459 /* RectanglePath.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EAE0649C0B900DB7E02 /* RectanglePath.cpp */; }; *************** *** 248,252 **** 490E362B0AD8A573005CE459 /* PlanChangeAction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534E440649BACD00DB7E02 /* PlanChangeAction.cpp */; }; 490E362C0AD8A586005CE459 /* PlanCutAction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534E450649BACD00DB7E02 /* PlanCutAction.cpp */; }; ! 490E362D0AD8A58E005CE459 /* PlanDeleteAction.cp in Sources */ = {isa = PBXBuildFile; fileRef = 497004D5075EA27100E43554 /* PlanDeleteAction.cp */; }; 490E362E0AD8A591005CE459 /* PlanGroupAction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49E11D1D07EC72740003CDA5 /* PlanGroupAction.cpp */; }; 490E366E0AD92C1D005CE459 /* mk4.h in Headers */ = {isa = PBXBuildFile; fileRef = 490E36680AD92C1D005CE459 /* mk4.h */; }; --- 248,252 ---- 490E362B0AD8A573005CE459 /* PlanChangeAction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534E440649BACD00DB7E02 /* PlanChangeAction.cpp */; }; 490E362C0AD8A586005CE459 /* PlanCutAction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534E450649BACD00DB7E02 /* PlanCutAction.cpp */; }; ! 490E362D0AD8A58E005CE459 /* PlanDeleteAction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 497004D5075EA27100E43554 /* PlanDeleteAction.cpp */; }; 490E362E0AD8A591005CE459 /* PlanGroupAction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49E11D1D07EC72740003CDA5 /* PlanGroupAction.cpp */; }; 490E366E0AD92C1D005CE459 /* mk4.h in Headers */ = {isa = PBXBuildFile; fileRef = 490E36680AD92C1D005CE459 /* mk4.h */; }; *************** *** 278,284 **** 49163ED207BCD29A00C70AF7 /* TitleAdministrative.html in Resources */ = {isa = PBXBuildFile; fileRef = 49163ED107BCD29A00C70AF7 /* TitleAdministrative.html */; }; 49163ED607BCD2A000C70AF7 /* TitleDesignDevelopAdmin.html in Resources */ = {isa = PBXBuildFile; fileRef = 49163ED507BCD2A000C70AF7 /* TitleDesignDevelopAdmin.html */; }; 491C76F708D37D80008DAD03 /* PlanPaletteView.h in Headers */ = {isa = PBXBuildFile; fileRef = 491C76F508D37D80008DAD03 /* PlanPaletteView.h */; }; 491C76F808D37D80008DAD03 /* PlanPaletteView.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 491C76F608D37D80008DAD03 /* PlanPaletteView.cpp */; }; ! 4928AC0706B211E2001689E2 /* DatabaseFile.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49B02614064A576A00C95424 /* DatabaseFile.cp */; }; 4929D78D0649D56A0047C25E /* AerialImportDialog.h in Headers */ = {isa = PBXBuildFile; fileRef = 4929D78B0649D56A0047C25E /* AerialImportDialog.h */; }; 4929D78E0649D5990047C25E /* PlantingBedTool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 490749C106488E1100C334E8 /* PlantingBedTool.cpp */; }; --- 278,286 ---- 49163ED207BCD29A00C70AF7 /* TitleAdministrative.html in Resources */ = {isa = PBXBuildFile; fileRef = 49163ED107BCD29A00C70AF7 /* TitleAdministrative.html */; }; 49163ED607BCD2A000C70AF7 /* TitleDesignDevelopAdmin.html in Resources */ = {isa = PBXBuildFile; fileRef = 49163ED507BCD2A000C70AF7 /* TitleDesignDevelopAdmin.html */; }; + 491B789A0AF172A30044315F /* MaterialPurchaseReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 491B78980AF172A30044315F /* MaterialPurchaseReport.h */; }; + 491B789B0AF172A30044315F /* MaterialPurchaseReport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 491B78990AF172A30044315F /* MaterialPurchaseReport.cpp */; }; 491C76F708D37D80008DAD03 /* PlanPaletteView.h in Headers */ = {isa = PBXBuildFile; fileRef = 491C76F508D37D80008DAD03 /* PlanPaletteView.h */; }; 491C76F808D37D80008DAD03 /* PlanPaletteView.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 491C76F608D37D80008DAD03 /* PlanPaletteView.cpp */; }; ! 4928AC0706B211E2001689E2 /* DatabaseFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49B02614064A576A00C95424 /* DatabaseFile.cpp */; }; 4929D78D0649D56A0047C25E /* AerialImportDialog.h in Headers */ = {isa = PBXBuildFile; fileRef = 4929D78B0649D56A0047C25E /* AerialImportDialog.h */; }; 4929D78E0649D5990047C25E /* PlantingBedTool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 490749C106488E1100C334E8 /* PlantingBedTool.cpp */; }; *************** *** 334,338 **** 49534E460649BACD00DB7E02 /* PlanChangeAction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534E440649BACD00DB7E02 /* PlanChangeAction.cpp */; }; 49534E470649BACD00DB7E02 /* PlanCutAction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534E450649BACD00DB7E02 /* PlanCutAction.cpp */; }; ! 49534E590649BD9F00DB7E02 /* ColumnSets.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49534E580649BD9F00DB7E02 /* ColumnSets.cp */; }; 49534E5D0649BDBD00DB7E02 /* Layer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534E5C0649BDBD00DB7E02 /* Layer.cpp */; }; 49534E610649BDE800DB7E02 /* PlanMoveAction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534E600649BDE800DB7E02 /* PlanMoveAction.cpp */; }; --- 336,340 ---- 49534E460649BACD00DB7E02 /* PlanChangeAction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534E440649BACD00DB7E02 /* PlanChangeAction.cpp */; }; 49534E470649BACD00DB7E02 /* PlanCutAction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534E450649BACD00DB7E02 /* PlanCutAction.cpp */; }; ! 49534E590649BD9F00DB7E02 /* ColumnSets.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534E580649BD9F00DB7E02 /* ColumnSets.cpp */; }; 49534E5D0649BDBD00DB7E02 /* Layer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534E5C0649BDBD00DB7E02 /* Layer.cpp */; }; 49534E610649BDE800DB7E02 /* PlanMoveAction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534E600649BDE800DB7E02 /* PlanMoveAction.cpp */; }; *************** *** 368,381 **** 49534ED10649C1B000DB7E02 /* PreferencesWindow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534ECF0649C1B000DB7E02 /* PreferencesWindow.cpp */; }; 49534EDD0649C20500DB7E02 /* CDatabaseAction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EDA0649C20400DB7E02 /* CDatabaseAction.cpp */; }; ! 49534EDE0649C20500DB7E02 /* CDatabasePanel.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EDB0649C20400DB7E02 /* CDatabasePanel.cp */; }; ! 49534EDF0649C20500DB7E02 /* CDBComparator.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EDC0649C20500DB7E02 /* CDBComparator.cp */; }; ! 49534EE60649C22E00DB7E02 /* CGardenForm.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EE30649C22E00DB7E02 /* CGardenForm.cp */; }; ! 49534EE70649C22E00DB7E02 /* CGardenPanel.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EE40649C22E00DB7E02 /* CGardenPanel.cp */; }; ! 49534EEF0649C25600DB7E02 /* ClientDocument.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EEC0649C25600DB7E02 /* ClientDocument.cp */; }; 49534EF10649C25600DB7E02 /* ColumnSetDialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EEE0649C25600DB7E02 /* ColumnSetDialog.cpp */; }; 49534EFA0649C29C00DB7E02 /* GerminationDialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EF80649C29C00DB7E02 /* GerminationDialog.cpp */; }; ! 49534EFB0649C29C00DB7E02 /* OneColumnSet.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EF90649C29C00DB7E02 /* OneColumnSet.cp */; }; ! 49534F010649C2C700DB7E02 /* CAboutGarden.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EFE0649C2C700DB7E02 /* CAboutGarden.cp */; }; ! 49534F030649C2C700DB7E02 /* GardenApp.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49534F000649C2C700DB7E02 /* GardenApp.cp */; }; 4956A08E0A632CF50034352D /* PlantPictureLocations.xml in Resources */ = {isa = PBXBuildFile; fileRef = 4900F4F5096C97F3002E5846 /* PlantPictureLocations.xml */; }; 4956A11C0A633A570034352D /* GardenSketch Help in Resources */ = {isa = PBXBuildFile; fileRef = 4956A11B0A633A570034352D /* GardenSketch Help */; }; --- 370,383 ---- 49534ED10649C1B000DB7E02 /* PreferencesWindow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534ECF0649C1B000DB7E02 /* PreferencesWindow.cpp */; }; 49534EDD0649C20500DB7E02 /* CDatabaseAction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EDA0649C20400DB7E02 /* CDatabaseAction.cpp */; }; ! 49534EDE0649C20500DB7E02 /* CDatabasePanel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EDB0649C20400DB7E02 /* CDatabasePanel.cpp */; }; ! 49534EDF0649C20500DB7E02 /* CDBComparator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EDC0649C20500DB7E02 /* CDBComparator.cpp */; }; ! 49534EE60649C22E00DB7E02 /* CGardenForm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EE30649C22E00DB7E02 /* CGardenForm.cpp */; }; ! 49534EE70649C22E00DB7E02 /* CGardenPanel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EE40649C22E00DB7E02 /* CGardenPanel.cpp */; }; ! 49534EEF0649C25600DB7E02 /* ClientDocument.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EEC0649C25600DB7E02 /* ClientDocument.cpp */; }; 49534EF10649C25600DB7E02 /* ColumnSetDialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EEE0649C25600DB7E02 /* ColumnSetDialog.cpp */; }; 49534EFA0649C29C00DB7E02 /* GerminationDialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EF80649C29C00DB7E02 /* GerminationDialog.cpp */; }; ! 49534EFB0649C29C00DB7E02 /* OneColumnSet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EF90649C29C00DB7E02 /* OneColumnSet.cpp */; }; ! 49534F010649C2C700DB7E02 /* CAboutGarden.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534EFE0649C2C700DB7E02 /* CAboutGarden.cpp */; }; ! 49534F030649C2C700DB7E02 /* GardenApp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49534F000649C2C700DB7E02 /* GardenApp.cpp */; }; 4956A08E0A632CF50034352D /* PlantPictureLocations.xml in Resources */ = {isa = PBXBuildFile; fileRef = 4900F4F5096C97F3002E5846 /* PlantPictureLocations.xml */; }; 4956A11C0A633A570034352D /* GardenSketch Help in Resources */ = {isa = PBXBuildFile; fileRef = 4956A11B0A633A570034352D /* GardenSketch Help */; }; *************** *** 383,387 **** 495A730D094B72A500CCD4C4 /* MyAssert.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49C1C01A06E3EBE50021D1F5 /* MyAssert.cpp */; }; 495A7316094B72A500CCD4C4 /* YAAF_FW.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 49CA170508B17A4F00FBA1F9 /* YAAF_FW.framework */; }; ! 495A7323094B731C00CCD4C4 /* PictureSearchPlugin.cp in Sources */ = {isa = PBXBuildFile; fileRef = 495A7321094B731C00CCD4C4 /* PictureSearchPlugin.cp */; }; 495A7324094B731C00CCD4C4 /* PictureSearchPlugin.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 495A7322094B731C00CCD4C4 /* PictureSearchPlugin.h */; }; 495DA7DF07F3AE530097F52C /* DimensionLine.h in Headers */ = {isa = PBXBuildFile; fileRef = 495DA7DD07F3AE530097F52C /* DimensionLine.h */; }; --- 385,389 ---- 495A730D094B72A500CCD4C4 /* MyAssert.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49C1C01A06E3EBE50021D1F5 /* MyAssert.cpp */; }; 495A7316094B72A500CCD4C4 /* YAAF_FW.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 49CA170508B17A4F00FBA1F9 /* YAAF_FW.framework */; }; ! 495A7323094B731C00CCD4C4 /* PictureSearchPlugin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 495A7321094B731C00CCD4C4 /* PictureSearchPlugin.cpp */; }; 495A7324094B731C00CCD4C4 /* PictureSearchPlugin.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 495A7322094B731C00CCD4C4 /* PictureSearchPlugin.h */; }; 495DA7DF07F3AE530097F52C /* DimensionLine.h in Headers */ = {isa = PBXBuildFile; fileRef = 495DA7DD07F3AE530097F52C /* DimensionLine.h */; }; *************** *** 398,402 **** 496CD00909799148002C891A /* InternetPrefsPanel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 496CCF9909798E4C002C891A /* InternetPrefsPanel.cpp */; }; 49700489075E9F0400E43554 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 8D0C4E960486CD37000505A6 /* Info.plist */; }; ! 497004D6075EA27100E43554 /* PlanDeleteAction.cp in Sources */ = {isa = PBXBuildFile; fileRef = 497004D5075EA27100E43554 /* PlanDeleteAction.cp */; }; 4972609007C4301A0099EFE1 /* TextBoxTool.h in Headers */ = {isa = PBXBuildFile; fileRef = 4972608E07C4301A0099EFE1 /* TextBoxTool.h */; }; 4972609107C4301A0099EFE1 /* TextBoxTool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4972608F07C4301A0099EFE1 /* TextBoxTool.cpp */; }; --- 400,404 ---- 496CD00909799148002C891A /* InternetPrefsPanel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 496CCF9909798E4C002C891A /* InternetPrefsPanel.cpp */; }; 49700489075E9F0400E43554 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 8D0C4E960486CD37000505A6 /* Info.plist */; }; ! 497004D6075EA27100E43554 /* PlanDeleteAction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 497004D5075EA27100E43554 /* PlanDeleteAction.cpp */; }; 4972609007C4301A0099EFE1 /* TextBoxTool.h in Headers */ = {isa = PBXBuildFile; fileRef = 4972608E07C4301A0099EFE1 /* TextBoxTool.h */; }; 4972609107C4301A0099EFE1 /* TextBoxTool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4972608F07C4301A0099EFE1 /* TextBoxTool.cpp */; }; *************** *** 469,473 **** 49A935950A0C5BD200CA50B4 /* PluginUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49B73E4D064B08DC00C766D2 /* PluginUtils.cpp */; }; 49AC73CC07D1224F0006DCE8 /* titleWideFull.html in Resources */ = {isa = PBXBuildFile; fileRef = 49AC73CB07D1224F0006DCE8 /* titleWideFull.html */; }; ! 49AC779407D1FAA00006DCE8 /* PlanGroup.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49AC779207D1FAA00006DCE8 /* PlanGroup.cp */; }; 49AC779507D1FAA00006DCE8 /* PlanGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 49AC779307D1FAA00006DCE8 /* PlanGroup.h */; }; 49AFD18908B7A4B1009E5C92 /* TreeOutline.svg in CopyFiles */ = {isa = PBXBuildFile; fileRef = 49254E490897B7430001F72E /* TreeOutline.svg */; }; --- 471,475 ---- 49A935950A0C5BD200CA50B4 /* PluginUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49B73E4D064B08DC00C766D2 /* PluginUtils.cpp */; }; 49AC73CC07D1224F0006DCE8 /* titleWideFull.html in Resources */ = {isa = PBXBuildFile; fileRef = 49AC73CB07D1224F0006DCE8 /* titleWideFull.html */; }; ! 49AC779407D1FAA00006DCE8 /* PlanGroup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49AC779207D1FAA00006DCE8 /* PlanGroup.cpp */; }; 49AC779507D1FAA00006DCE8 /* PlanGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 49AC779307D1FAA00006DCE8 /* PlanGroup.h */; }; 49AFD18908B7A4B1009E5C92 /* TreeOutline.svg in CopyFiles */ = {isa = PBXBuildFile; fileRef = 49254E490897B7430001F72E /* TreeOutline.svg */; }; *************** *** 475,493 **** 49AFD19108B7A56B009E5C92 /* Conifer.svg in Resources */ = {isa = PBXBuildFile; fileRef = 49AFD19008B7A56B009E5C92 /* Conifer.svg */; }; 49AFD19508B7A570009E5C92 /* Conifer.svg in CopyFiles */ = {isa = PBXBuildFile; fileRef = 49AFD19008B7A56B009E5C92 /* Conifer.svg */; }; ! 49B02620064A576A00C95424 /* attributeDef.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49B02610064A576A00C95424 /* attributeDef.cp */; }; 49B02621064A576A00C95424 /* attributeDef.h in Headers */ = {isa = PBXBuildFile; fileRef = 49B02611064A576A00C95424 /* attributeDef.h */; }; 49B02622064A576A00C95424 /* BufStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49B02612064A576A00C95424 /* BufStream.cpp */; }; 49B02623064A576A00C95424 /* c4_Strategy.h in Headers */ = {isa = PBXBuildFile; fileRef = 49B02613064A576A00C95424 /* c4_Strategy.h */; }; ! 49B02625064A576A00C95424 /* FieldDef.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49B02615064A576A00C95424 /* FieldDef.cp */; }; 49B02626064A576A00C95424 /* FieldDef.h in Headers */ = {isa = PBXBuildFile; fileRef = 49B02616064A576A00C95424 /* FieldDef.h */; }; 49B02627064A576A00C95424 /* FlexCount.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49B02617064A576A00C95424 /* FlexCount.cpp */; }; 49B02628064A576A00C95424 /* FlexCount.h in Headers */ = {isa = PBXBuildFile; fileRef = 49B02618064A576A00C95424 /* FlexCount.h */; }; ! 49B02629064A576A00C95424 /* IDPersist.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49B02619064A576A00C95424 /* IDPersist.cp */; }; ! 49B0262A064A576A00C95424 /* Persist.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49B0261A064A576A00C95424 /* Persist.cp */; }; ! 49B0262B064A576A00C95424 /* StrongRefClasses.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49B0261B064A576A00C95424 /* StrongRefClasses.cp */; }; ! 49B0262C064A576A00C95424 /* StrongRefObject.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49B0261C064A576A00C95424 /* StrongRefObject.cp */; }; ! 49B0262D064A576A00C95424 /* View.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49B0261D064A576A00C95424 /* View.cp */; }; ! 49B0262E064A576A00C95424 /* ViewClass.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49B0261E064A576A00C95424 /* ViewClass.cp */; }; ! 49B0262F064A576A00C95424 /* YAAFStrategy.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49B0261F064A576A00C95424 /* YAAFStrategy.cp */; }; 49B0264B064A57C300C95424 /* AttributeDictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49B02631064A57C300C95424 /* AttributeDictionary.cpp */; }; 49B0264C064A57C300C95424 /* AttributeDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 49B02632064A57C300C95424 /* AttributeDictionary.h */; }; --- 477,495 ---- 49AFD19108B7A56B009E5C92 /* Conifer.svg in Resources */ = {isa = PBXBuildFile; fileRef = 49AFD19008B7A56B009E5C92 /* Conifer.svg */; }; 49AFD19508B7A570009E5C92 /* Conifer.svg in CopyFiles */ = {isa = PBXBuildFile; fileRef = 49AFD19008B7A56B009E5C92 /* Conifer.svg */; }; ! 49B02620064A576A00C95424 /* attributeDef.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49B02610064A576A00C95424 /* attributeDef.cpp */; }; 49B02621064A576A00C95424 /* attributeDef.h in Headers */ = {isa = PBXBuildFile; fileRef = 49B02611064A576A00C95424 /* attributeDef.h */; }; 49B02622064A576A00C95424 /* BufStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49B02612064A576A00C95424 /* BufStream.cpp */; }; 49B02623064A576A00C95424 /* c4_Strategy.h in Headers */ = {isa = PBXBuildFile; fileRef = 49B02613064A576A00C95424 /* c4_Strategy.h */; }; ! 49B02625064A576A00C95424 /* FieldDef.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49B02615064A576A00C95424 /* FieldDef.cpp */; }; 49B02626064A576A00C95424 /* FieldDef.h in Headers */ = {isa = PBXBuildFile; fileRef = 49B02616064A576A00C95424 /* FieldDef.h */; }; 49B02627064A576A00C95424 /* FlexCount.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49B02617064A576A00C95424 /* FlexCount.cpp */; }; 49B02628064A576A00C95424 /* FlexCount.h in Headers */ = {isa = PBXBuildFile; fileRef = 49B02618064A576A00C95424 /* FlexCount.h */; }; ! 49B02629064A576A00C95424 /* IDPersist.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49B02619064A576A00C95424 /* IDPersist.cpp */; }; ! 49B0262A064A576A00C95424 /* Persist.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49B0261A064A576A00C95424 /* Persist.cpp */; }; ! 49B0262B064A576A00C95424 /* StrongRefClasses.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49B0261B064A576A00C95424 /* StrongRefClasses.cpp */; }; ! 49B0262C064A576A00C95424 /* StrongRefObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49B0261C064A576A00C95424 /* StrongRefObject.cpp */; }; ! 49B0262D064A576A00C95424 /* View.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49B0261D064A576A00C95424 /* View.cpp */; }; ! 49B0262E064A576A00C95424 /* ViewClass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49B0261E064A576A00C95424 /* ViewClass.cpp */; }; ! 49B0262F064A576A00C95424 /* YAAFStrategy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49B0261F064A576A00C95424 /* YAAFStrategy.cpp */; }; 49B0264B064A57C300C95424 /* AttributeDictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49B02631064A57C300C95424 /* AttributeDictionary.cpp */; }; 49B0264C064A57C300C95424 /* AttributeDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 49B02632064A57C300C95424 /* AttributeDictionary.h */; }; *************** *** 599,603 **** 49D61ACB0649C3D600E45D72 /* YAAFStrategy.h in Headers */ = {isa = PBXBuildFile; fileRef = 49D61ACA0649C3D600E45D72 /* YAAFStrategy.h */; }; 49D61ACD0649C3F800E45D72 /* PluginUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 49D61ACC0649C3F800E45D72 /* PluginUtils.h */; }; ! 49D61AD70649C51E00E45D72 /* CPlanPanel.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49D61AD60649C51E00E45D72 /* CPlanPanel.cp */; }; 49D61AD90649C55200E45D72 /* PluginManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 49D61AD80649C55200E45D72 /* PluginManager.h */; }; 49D61ADD0649C5C900E45D72 /* QueryDialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49D61ADC0649C5C900E45D72 /* QueryDialog.cpp */; }; --- 601,605 ---- 49D61ACB0649C3D600E45D72 /* YAAFStrategy.h in Headers */ = {isa = PBXBuildFile; fileRef = 49D61ACA0649C3D600E45D72 /* YAAFStrategy.h */; }; 49D61ACD0649C3F800E45D72 /* PluginUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 49D61ACC0649C3F800E45D72 /* PluginUtils.h */; }; ! 49D61AD70649C51E00E45D72 /* CPlanPanel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49D61AD60649C51E00E45D72 /* CPlanPanel.cpp */; }; 49D61AD90649C55200E45D72 /* PluginManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 49D61AD80649C55200E45D72 /* PluginManager.h */; }; 49D61ADD0649C5C900E45D72 /* QueryDialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49D61ADC0649C5C900E45D72 /* QueryDialog.cpp */; }; *************** *** 885,888 **** --- 887,892 ---- 49163E8807BC5B7E00C70AF7 /* English */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; name = English; path = ../source/resources/English.lproj/TitleAdministrative.html; sourceTree = SOURCE_ROOT; }; 49163EAB07BC5F2800C70AF7 /* English */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; name = English; path = ../source/resources/English.lproj/TitleDesignDevelopAdmin.html; sourceTree = SOURCE_ROOT; }; + 491B78980AF172A30044315F /* MaterialPurchaseReport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MaterialPurchaseReport.h; path = Reports/MaterialPurchaseReport.h; sourceTree = "<group>"; }; + 491B78990AF172A30044315F /* MaterialPurchaseReport.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = MaterialPurchaseReport.cpp; path = Reports/MaterialPurchaseReport.cpp; sourceTree = "<group>"; }; 491C76F508D37D80008DAD03 /* PlanPaletteView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PlanPaletteView.h; path = PlanTool/PlanPaletteView.h; sourceTree = "<group>"; }; 491C76F608D37D80008DAD03 /* PlanPaletteView.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PlanPaletteView.cpp; path = PlanTool/PlanPaletteView.cpp; sourceTree = "<group>"; }; *************** *** 925,929 **** 49534E440649BACD00DB7E02 /* PlanChangeAction.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = PlanChangeAction.cpp; path = PlanTool/PlanChangeAction.cpp; sourceTree = "<group>"; }; 49534E450649BACD00DB7E02 /* PlanCutAction.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = PlanCutAction.cpp; path = PlanTool/PlanCutAction.cpp; sourceTree = "<group>"; }; ! 49534E580649BD9F00DB7E02 /* ColumnSets.cp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = ColumnSets.cp; path = Document/ColumnSets.cp; sourceTree = "<group>"; }; 49534E5C0649BDBD00DB7E02 /* Layer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; path = Layer.cpp; sourceTree = "<group>"; }; 49534E600649BDE800DB7E02 /* PlanMoveAction.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = PlanMoveAction.cpp; path = PlanTool/PlanMoveAction.cpp; sourceTree = "<group>"; }; --- 929,933 ---- 49534E440649BACD00DB7E02 /* PlanChangeAction.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = PlanChangeAction.cpp; path = PlanTool/PlanChangeAction.cpp; sourceTree = "<group>"; }; 49534E450649BACD00DB7E02 /* PlanCutAction.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = PlanCutAction.cpp; path = PlanTool/PlanCutAction.cpp; sourceTree = "<group>"; }; ! 49534E580649BD9F00DB7E02 /* ColumnSets.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = ColumnSets.cpp; path = Document/ColumnSets.cpp; sourceTree = "<group>"; }; 49534E5C0649BDBD00DB7E02 /* Layer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; path = Layer.cpp; sourceTree = "<group>"; }; 49534E600649BDE800DB7E02 /* PlanMoveAction.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = PlanMoveAction.cpp; path = PlanTool/PlanMoveAction.cpp; sourceTree = "<group>"; }; *************** *** 961,977 **** 49534ED40649C1D500DB7E02 /* PrintingPrefsPanel.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = PrintingPrefsPanel.cpp; path = ../source/Preferences/PrintingPrefsPanel.cpp; sourceTree = SOURCE_ROOT; }; 49534EDA0649C20400DB7E02 /* CDatabaseAction.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = CDatabaseAction.cpp; path = Document/CDatabaseAction.cpp; sourceTree = "<group>"; }; ! 49534EDB0649C20400DB7E02 /* CDatabasePanel.cp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = CDatabasePanel.cp; path = Document/CDatabasePanel.cp; sourceTree = "<group>"; }; ! 49534EDC0649C20500DB7E02 /* CDBComparator.cp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = CDBComparator.cp; path = Document/CDBComparator.cp; sourceTree = "<group>"; }; ! 49534EE30649C22E00DB7E02 /* CGardenForm.cp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = CGardenForm.cp; path = Document/CGardenForm.cp; sourceTree = "<group>"; }; ! 49534EE40649C22E00DB7E02 /* CGardenPanel.cp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = CGardenPanel.cp; path = Document/CGardenPanel.cp; sourceTree = "<group>"; }; ! 49534EEC0649C25600DB7E02 /* ClientDocument.cp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = ClientDocument.cp; path = Document/ClientDocument.cp; sourceTree = "<group>"; }; 49534EEE0649C25600DB7E02 /* ColumnSetDialog.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = ColumnSetDialog.cpp; path = Document/ColumnSetDialog.cpp; sourceTree = "<group>"; }; 49534EF80649C29C00DB7E02 /* GerminationDialog.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = GerminationDialog.cpp; path = Document/GerminationDialog.cpp; sourceTree = "<group>"; }; ! 49534EF90649C29C00DB7E02 /* OneColumnSet.cp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = OneColumnSet.cp; path = Document/OneColumnSet.cp; sourceTree = "<group>"; }; ! 49534EFE0649C2C700DB7E02 /* CAboutGarden.cp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = CAboutGarden.cp; path = ../source/CAboutGarden.cp; sourceTree = SOURCE_ROOT; }; ! 49534F000649C2C700DB7E02 /* GardenApp.cp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = GardenApp.cp; path = ../source/GardenApp.cp; sourceTree = SOURCE_ROOT; }; 4956A10D0A633A3E0034352D /* English */ = {isa = PBXFileReference; lastKnownFileType = folder; name = English; path = "../source/resources/English.lproj/GardenSketch Help"; sourceTree = SOURCE_ROOT; }; 495A731F094B72A500CCD4C4 /* PicturePlugin.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PicturePlugin.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; ! 495A7321094B731C00CCD4C4 /* PictureSearchPlugin.cp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = PictureSearchPlugin.cp; path = Plugins/PictureSearchPlugin.cp; sourceTree = "<group>"; }; 495A7322094B731C00CCD4C4 /* PictureSearchPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = PictureSearchPlugin.h; path = Plugins/PictureSearchPlugin.h; sourceTree = "<group>"; }; 495D398C099AA4FD00DACAB2 /* CardenCore.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = CardenCore.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; --- 965,981 ---- 49534ED40649C1D500DB7E02 /* PrintingPrefsPanel.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = PrintingPrefsPanel.cpp; path = ../source/Preferences/PrintingPrefsPanel.cpp; sourceTree = SOURCE_ROOT; }; 49534EDA0649C20400DB7E02 /* CDatabaseAction.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = CDatabaseAction.cpp; path = Document/CDatabaseAction.cpp; sourceTree = "<group>"; }; ! 49534EDB0649C20400DB7E02 /* CDatabasePanel.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = CDatabasePanel.cpp; path = Document/CDatabasePanel.cpp; sourceTree = "<group>"; }; ! 49534EDC0649C20500DB7E02 /* CDBComparator.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = CDBComparator.cpp; path = Document/CDBComparator.cpp; sourceTree = "<group>"; }; ! 49534EE30649C22E00DB7E02 /* CGardenForm.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = CGardenForm.cpp; path = Document/CGardenForm.cpp; sourceTree = "<group>"; }; ! 49534EE40649C22E00DB7E02 /* CGardenPanel.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = CGardenPanel.cpp; path = Document/CGardenPanel.cpp; sourceTree = "<group>"; }; ! 49534EEC0649C25600DB7E02 /* ClientDocument.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = ClientDocument.cpp; path = Document/ClientDocument.cpp; sourceTree = "<group>"; }; 49534EEE0649C25600DB7E02 /* ColumnSetDialog.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = ColumnSetDialog.cpp; path = Document/ColumnSetDialog.cpp; sourceTree = "<group>"; }; 49534EF80649C29C00DB7E02 /* GerminationDialog.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = GerminationDialog.cpp; path = Document/GerminationDialog.cpp; sourceTree = "<group>"; }; ! 49534EF90649C29C00DB7E02 /* OneColumnSet.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = OneColumnSet.cpp; path = Document/OneColumnSet.cpp; sourceTree = "<group>"; }; ! 49534EFE0649C2C700DB7E02 /* CAboutGarden.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = CAboutGarden.cpp; path = ../source/CAboutGarden.cpp; sourceTree = SOURCE_ROOT; }; ! 49534F000649C2C700DB7E02 /* GardenApp.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = GardenApp.cpp; path = ../source/GardenApp.cpp; sourceTree = SOURCE_ROOT; }; 4956A10D0A633A3E0034352D /* English */ = {isa = PBXFileReference; lastKnownFileType = folder; name = English; path = "../source/resources/English.lproj/GardenSketch Help"; sourceTree = SOURCE_ROOT; }; 495A731F094B72A500CCD4C4 /* PicturePlugin.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PicturePlugin.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; ! 495A7321094B731C00CCD4C4 /* PictureSearchPlugin.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = PictureSearchPlugin.cpp; path = Plugins/PictureSearchPlugin.cpp; sourceTree = "<group>"; }; 495A7322094B731C00CCD4C4 /* PictureSearchPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = PictureSearchPlugin.h; path = Plugins/PictureSearchPlugin.h; sourceTree = "<group>"; }; 495D398C099AA4FD00DACAB2 /* CardenCore.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = CardenCore.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; *************** *** 992,996 **** 496CCF9809798E4C002C891A /* InternetPrefsPanel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = InternetPrefsPanel.h; path = Preferences/InternetPrefsPanel.h; sourceTree = "<group>"; }; 496CCF9909798E4C002C891A /* InternetPrefsPanel.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = InternetPrefsPanel.cpp; path = Preferences/InternetPrefsPanel.cpp; sourceTree = "<group>"; }; ! 497004D5075EA27100E43554 /* PlanDeleteAction.cp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = PlanDeleteAction.cp; path = PlanTool/PlanDeleteAction.cp; sourceTree = "<group>"; }; 4972608E07C4301A0099EFE1 /* TextBoxTool.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = TextBoxTool.h; path = PlanTool/TextBoxTool.h; sourceTree = "<group>"; }; 4972608F07C4301A0099EFE1 /* TextBoxTool.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = TextBoxTool.cpp; path = PlanTool/TextBoxTool.cpp; sourceTree = "<group>"; }; --- 996,1000 ---- 496CCF9809798E4C002C891A /* InternetPrefsPanel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = InternetPrefsPanel.h; path = Preferences/InternetPrefsPanel.h; sourceTree = "<group>"; }; 496CCF9909798E4C002C891A /* InternetPrefsPanel.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = InternetPrefsPanel.cpp; path = Preferences/InternetPrefsPanel.cpp; sourceTree = "<group>"; }; ! 497004D5075EA27100E43554 /* PlanDeleteAction.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = PlanDeleteAction.cpp; path = PlanTool/PlanDeleteAction.cpp; sourceTree = "<group>"; }; 4972608E07C4301A0099EFE1 /* TextBoxTool.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = TextBoxTool.h; path = PlanTool/TextBoxTool.h; sourceTree = "<group>"; }; 4972608F07C4301A0099EFE1 /* TextBoxTool.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = TextBoxTool.cpp; path = PlanTool/TextBoxTool.cpp; sourceTree = "<group>"; }; *************** *** 1047,1070 **** 49A5CA2D07E688E80037B5BB /* SimplePath.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SimplePath.h; sourceTree = "<group>"; }; 49AC73C707D1223E0006DCE8 /* English */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; name = English; path = ../source/resources/English.lproj/titleWideFull.html; sourceTree = SOURCE_ROOT; }; ! 49AC779207D1FAA00006DCE8 /* PlanGroup.cp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = PlanGroup.cp; sourceTree = "<group>"; }; 49AC779307D1FAA00006DCE8 /* PlanGroup.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PlanGroup.h; sourceTree = "<group>"; }; 49AFD19008B7A56B009E5C92 /* Conifer.svg */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; name = Conifer.svg; path = ../source/resources/2DSymbols/Conifer.svg; sourceTree = SOURCE_ROOT; }; 49AFD27008B80E78009E5C92 /* Pergola.svg */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; name = Pergola.svg; path = ../source/resources/2DSymbols/Pergola.svg; sourceTree = SOURCE_ROOT; }; ! 49B02610064A576A00C95424 /* attributeDef.cp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = attributeDef.cp; path = Database/attributeDef.cp; sourceTree = "<group>"; }; 49B02611064A576A00C95424 /* attributeDef.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = attributeDef.h; path = Database/attributeDef.h; sourceTree = "<group>"; }; 49B02612064A576A00C95424 /* BufStream.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = BufStream.cpp; path = Database/BufStream.cpp; sourceTree = "<group>"; }; 49B02613064A576A00C95424 /* c4_Strategy.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = c4_Strategy.h; path = Database/c4_Strategy.h; sourceTree = "<group>"; }; ! 49B02614064A576A00C95424 /* DatabaseFile.cp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = DatabaseFile.cp; path = Database/DatabaseFile.cp; sourceTree = "<group>"; }; ! 49B02615064A576A00C95424 /* FieldDef.cp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = FieldDef.cp; path = Database/FieldDef.cp; sourceTree = "<group>"; }; 49B02616064A576A00C95424 /* FieldDef.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = FieldDef.h; path = Database/FieldDef.h; sourceTree = "<group>"; }; 49B02617064A576A00C95424 /* FlexCount.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = FlexCount.cpp; path = Database/FlexCount.cpp; sourceTree = "<group>"; }; 49B02618064A576A00C95424 /* FlexCount.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = FlexCount.h; path = Database/FlexCount.h; sourceTree = "<group>"; }; ! 49B02619064A576A00C95424 /* IDPersist.cp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = IDPersist.cp; path = Database/IDPersist.cp; sourceTree = "<group>"; }; ! 49B0261A064A576A00C95424 /* Persist.cp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = Persist.cp; path = Database/Persist.cp; sourceTree = "<group>"; }; ! 49B0261B064A576A00C95424 /* StrongRefClasses.cp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = StrongRefClasses.cp; path = Database/StrongRefClasses.cp; sourceTree = "<group>"; }; ! 49B0261C064A576A00C95424 /* StrongRefObject.cp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = StrongRefObject.cp; path = Database/StrongRefObject.cp; sourceTree = "<group>"; }; ! 49B0261D064A576A00C95424 /* View.cp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = View.cp; path = Database/View.cp; sourceTree = "<group>"; }; ! 49B0261E064A576A00C95424 /* ViewClass.cp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = ViewClass.cp; path = Database/ViewClass.cp; sourceTree = "<group>"; }; ! 49B0261F064A576A00C95424 /* YAAFStrategy.cp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = YAAFStrategy.cp; path = Database/YAAFStrategy.cp; sourceTree = "<group>"; }; 49B02631064A57C300C95424 /* AttributeDictionary.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = AttributeDictionary.cpp; path = ../source/SourceMaterialDB/AttributeDictionary.cpp; sourceTree = SOURCE_ROOT; }; 49B02632064A57C300C95424 /* AttributeDictionary.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = AttributeDictionary.h; path = ../source/SourceMaterialDB/AttributeDictionary.h; sourceTree = SOURCE_ROOT; }; --- 1051,1074 ---- 49A5CA2D07E688E80037B5BB /* SimplePath.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SimplePath.h; sourceTree = "<group>"; }; 49AC73C707D1223E0006DCE8 /* English */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; name = English; path = ../source/resources/English.lproj/titleWideFull.html; sourceTree = SOURCE_ROOT; }; ! 49AC779207D1FAA00006DCE8 /* PlanGroup.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = PlanGroup.cpp; sourceTree = "<group>"; }; 49AC779307D1FAA00006DCE8 /* PlanGroup.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PlanGroup.h; sourceTree = "<group>"; }; 49AFD19008B7A56B009E5C92 /* Conifer.svg */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; name = Conifer.svg; path = ../source/resources/2DSymbols/Conifer.svg; sourceTree = SOURCE_ROOT; }; 49AFD27008B80E78009E5C92 /* Pergola.svg */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; name = Pergola.svg; path = ../source/resources/2DSymbols/Pergola.svg; sourceTree = SOURCE_ROOT; }; ! 49B02610064A576A00C95424 /* attributeDef.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = attributeDef.cpp; path = Database/attributeDef.cpp; sourceTree = "<group>"; }; 49B02611064A576A00C95424 /* attributeDef.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = attributeDef.h; path = Database/attributeDef.h; sourceTree = "<group>"; }; 49B02612064A576A00C95424 /* BufStream.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = BufStream.cpp; path = Database/BufStream.cpp; sourceTree = "<group>"; }; 49B02613064A576A00C95424 /* c4_Strategy.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = c4_Strategy.h; path = Database/c4_Strategy.h; sourceTree = "<group>"; }; ! 49B02614064A576A00C95424 /* DatabaseFile.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = DatabaseFile.cpp; path = Database/DatabaseFile.cpp; sourceTree = "<group>"; }; ! 49B02615064A576A00C95424 /* FieldDef.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = FieldDef.cpp; path = Database/FieldDef.cpp; sourceTree = "<group>"; }; 49B02616064A576A00C95424 /* FieldDef.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = FieldDef.h; path = Database/FieldDef.h; sourceTree = "<group>"; }; 49B02617064A576A00C95424 /* FlexCount.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = FlexCount.cpp; path = Database/FlexCount.cpp; sourceTree = "<group>"; }; 49B02618064A576A00C95424 /* FlexCount.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = FlexCount.h; path = Database/FlexCount.h; sourceTree = "<group>"; }; ! 49B02619064A576A00C95424 /* IDPersist.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = IDPersist.cpp; path = Database/IDPersist.cpp; sourceTree = "<group>"; }; ! 49B0261A064A576A00C95424 /* Persist.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = Persist.cpp; path = Database/Persist.cpp; sourceTree = "<group>"; }; ! 49B0261B064A576A00C95424 /* StrongRefClasses.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = StrongRefClasses.cpp; path = Database/StrongRefClasses.cpp; sourceTree = "<group>"; }; ! 49B0261C064A576A00C95424 /* StrongRefObject.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = StrongRefObject.cpp; path = Database/StrongRefObject.cpp; sourceTree = "<group>"; }; ! 49B0261D064A576A00C95424 /* View.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = View.cpp; path = Database/View.cpp; sourceTree = "<group>"; }; ! 49B0261E064A576A00C95424 /* ViewClass.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = ViewClass.cpp; path = Database/ViewClass.cpp; sourceTree = "<group>"; }; ! 49B0261F064A576A00C95424 /* YAAFStrategy.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = YAAFStrategy.cpp; path = Database/YAAFStrategy.cpp; sourceTree = "<group>"; }; 49B02631064A57C300C95424 /* AttributeDictionary.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = AttributeDictionary.cpp; path = ../source/SourceMaterialDB/AttributeDictionary.cpp; sourceTree = SOURCE_ROOT; }; 49B02632064A57C300C95424 /* AttributeDictionary.h */ = {isa =... [truncated message content] |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 05:05:54
|
Update of /cvsroot/igarden/Garden/source/Plugins In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv14924 Modified Files: Plugin.h Log Message: Win32 changes Index: Plugin.h =================================================================== RCS file: /cvsroot/igarden/Garden/source/Plugins/Plugin.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Plugin.h 15 Oct 2006 01:10:46 -0000 1.7 --- Plugin.h 22 Feb 2007 05:05:50 -0000 1.8 *************** *** 1,16 **** //*********************************************************************************************** // ! // The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at // http://www.mozilla.org/MPL/ ! // ! // Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ! // ANY KIND, either express or implied. See the License for the specific language governing rights and // limitations under the License. ! // // The Original Code is GardenWorks plugin interface. ! // // The Initial Developer of the Original Code is Redstart Software. // Portions created by Initial Developer are Copyright (C) 2004 Redstart Software. All Rights Reserved. ! // // Contributor(s): // Jeffrey Bedell(je...@re...) --- 1,16 ---- //*********************************************************************************************** // ! // The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at // http://www.mozilla.org/MPL/ ! // ! // Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ! // ANY KIND, either express or implied. See the License for the specific language governing rights and // limitations under the License. ! // // The Original Code is GardenWorks plugin interface. ! // // The Initial Developer of the Original Code is Redstart Software. // Portions created by Initial Developer are Copyright (C) 2004 Redstart Software. All Rights Reserved. ! // // Contributor(s): // Jeffrey Bedell(je...@re...) *************** *** 35,44 **** #define EqualGUID(uid1, uid2) CFEqual(uid1, uid2) #else - #define S_OK 0 - #define STDMETHODCALLTYPE - #define REFIID GUID & #define CFUUIDCreateFromUUIDBytes(ptr, iid) iid - #define E_NOINTERFACE 0x80000004 - #define E_FAIL 0x80000008 #define ReleaseGUID(uid) #define EqualGUID(uid1, uid2) (memcmp(&uid1, &uid2, sizeof(uid1)) == 0) --- 35,39 ---- *************** *** 46,49 **** --- 41,51 ---- #define FAILED(Status) ((HRESULT)(Status)<0) + #if !OPT_WINOS + #define REFIID GUID & + #define S_OK 0 + #define STDMETHODCALLTYPE + #define E_NOINTERFACE 0x80000004 + #define E_FAIL 0x80000008 + typedef uint32 HRESULT; typedef uint32 ULONG; *************** *** 52,72 **** typedef unsigned short WORD; typedef unsigned char BYTE; typedef void* CFAllocatorRef; typedef struct { ! uint8 bytes[16]; ! // DWORD Data1; ! // WORD Data2; ! // WORD Data3; ! // BYTE Data4[8]; } GUID; typedef GUID CFUUIDRef; typedef void *CFPlugInRef; ! REFIID CFUUIDGetUUIDBytes(CFUUIDRef ref) { return ref; } ! CFUUIDRef CFUUIDGetConstantUUIDWithBytes(void *, uint8 byte0, uint8 byte1, uint8 byte2, uint8 byte3, uint8 byte4, uint8 byte5, uint8 byte6, uint8 byte7, uint8 byte8, uint8 byte9, uint8 byte10, uint8 byte11, --- 54,77 ---- typedef unsigned short WORD; typedef unsigned char BYTE; + #endif typedef void* CFAllocatorRef; + #if !OPT_WINOS typedef struct { ! // uint8 bytes[16]; ! DWORD Data1; ! WORD Data2; ! WORD Data3; ! BYTE Data4[8]; } GUID; + #endif typedef GUID CFUUIDRef; typedef void *CFPlugInRef; ! inline REFIID CFUUIDGetUUIDBytes(CFUUIDRef ref) { return ref; } ! inline CFUUIDRef CFUUIDGetConstantUUIDWithBytes(void *, uint8 byte0, uint8 byte1, uint8 byte2, uint8 byte3, uint8 byte4, uint8 byte5, uint8 byte6, uint8 byte7, uint8 byte8, uint8 byte9, uint8 byte10, uint8 byte11, *************** *** 74,82 **** { CFUUIDRef result; ! ! result.bytes[0] = byte0; result.bytes[1] = byte1; result.bytes[2] = byte2; result.bytes[3] = byte3; ! result.bytes[4] = byte4; result.bytes[5] = byte5; result.bytes[6] = byte6; result.bytes[7] = byte7; ! result.bytes[8] = byte8; result.bytes[9] = byte9; result.bytes[10] = byte10; result.bytes[11] = byte11; ! result.bytes[12] = byte12; result.bytes[13] = byte13; result.bytes[14] = byte14; result.bytes[15] = byte15; return result; } --- 79,88 ---- { CFUUIDRef result; ! ! result.Data1 = (byte0<<24L) | (byte1<<16L) | (byte2<<8L) | byte3; ! result.Data2 = (byte4<<8L) | byte5; ! result.Data3 = (byte6<<8L) | byte7; ! result.Data4[0] = byte8; result.Data4[1] = byte9; result.Data4[2] = byte10; result.Data4[3] = byte11; ! result.Data4[4] = byte12; result.Data4[5] = byte13; result.Data4[6] = byte14; result.Data4[7] = byte15; return result; } *************** *** 84,87 **** --- 90,94 ---- #define IUnknownUUID CFUUIDGetConstantUUIDWithBytes(NULL, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46) + #if !OPT_WINOS struct IUnknown { *************** *** 90,93 **** --- 97,101 ---- virtual ULONG Release(void) = 0; }; + #endif // #include "ref.hxx" *************** *** 111,115 **** virtual void GetManufacturerName(String& buf) = 0; virtual void GetLongDescription(String& desc) = 0; ! protected: private: --- 119,123 ---- virtual void GetManufacturerName(String& buf) = 0; virtual void GetLongDescription(String& desc) = 0; ! protected: private: |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 05:04:27
|
Update of /cvsroot/igarden/Garden/source In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv14526 Modified Files: RedstartGarden.h Log Message: Win32 changes Index: RedstartGarden.h =================================================================== RCS file: /cvsroot/igarden/Garden/source/RedstartGarden.h,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** RedstartGarden.h 9 Oct 2006 12:07:11 -0000 1.26 --- RedstartGarden.h 22 Feb 2007 05:04:26 -0000 1.27 *************** *** 1,16 **** //*********************************************************************************************** // ! // The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at // http://www.mozilla.org/MPL/ ! // ! // Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ! // ANY KIND, either express or implied. See the License for the specific language governing rights and // limitations under the License. ! // // The Original Code is iGarden BaseIncludeFile. ! // // The Initial Developer of the Original Code is Redstart Software. // Portions created by Initial Developer are Copyright (C) 2004 Redstart Software. All Rights Reserved. ! // // Contributor(s): // Jeffrey Bedell(je...@re...) --- 1,16 ---- //*********************************************************************************************** // ! // The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at // http://www.mozilla.org/MPL/ ! // ! // Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ! // ANY KIND, either express or implied. See the License for the specific language governing rights and // limitations under the License. ! // // The Original Code is iGarden BaseIncludeFile. ! // // The Initial Developer of the Original Code is Redstart Software. // Portions created by Initial Developer are Copyright (C) 2004 Redstart Software. All Rights Reserved. ! // // Contributor(s): // Jeffrey Bedell(je...@re...) *************** *** 30,37 **** using yaaf::XGUUID; ! #define RSGrdenCreator 'RSGB' ! #define RSGardenDocType 'GDoc' ! #define RSGardenSourceDBType 'GSdb' ! #define RSGardenPrefsType 'GSpf' #define kOldRedstartSupportFolder "Redstart Garden" #define kRedstartSupportFolder "GardenSketch" --- 30,37 ---- using yaaf::XGUUID; ! #define RSGrdenCreator CHAR4('R','S','G','B') ! #define RSGardenDocType CHAR4('G','D','o','c') ! #define RSGardenSourceDBType CHAR4('G','S','d','b') ! #define RSGardenPrefsType CHAR4('G','S','p','f') #define kOldRedstartSupportFolder "Redstart Garden" #define kRedstartSupportFolder "GardenSketch" *************** *** 64,77 **** { kMonthAll = 0, kMonthJan = 1, ! kMonthFeb, ! kMonthMar, ! kMonthApr, ! kMonthMay, ! kMonthJun, ! kMonthJul, ! kMonthAug, ! kMonthSep, ! kMonthOct, ! kMonthNov, kMonthDec } planMonth_t; --- 64,77 ---- { kMonthAll = 0, kMonthJan = 1, ! kMonthFeb, ! kMonthMar, ! kMonthApr, ! kMonthMay, ! kMonthJun, ! kMonthJul, ! kMonthAug, ! kMonthSep, ! kMonthOct, ! kMonthNov, kMonthDec } planMonth_t; *************** *** 819,821 **** const materialIDStr_t kTurfMaterialUIDStr = { "1234683-0000-e73e-00-00-0a-00-00-00-65-f1", "0-0-0-0-0-0-0-0-0-0-0" }; ! #endif // REDSTART_GARDEN_H \ No newline at end of file --- 819,821 ---- const materialIDStr_t kTurfMaterialUIDStr = { "1234683-0000-e73e-00-00-0a-00-00-00-65-f1", "0-0-0-0-0-0-0-0-0-0-0" }; ! #endif // REDSTART_GARDEN_H |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 05:03:32
|
Update of /cvsroot/igarden/Garden/source In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv14144 Modified Files: GardenApp.h Log Message: Win32 changes Index: GardenApp.h =================================================================== RCS file: /cvsroot/igarden/Garden/source/GardenApp.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** GardenApp.h 11 Oct 2006 01:35:36 -0000 1.6 --- GardenApp.h 22 Feb 2007 05:03:31 -0000 1.7 *************** *** 74,76 **** extern class GardenApp *gTheApp; ! #endif // GARDEN_APP_H \ No newline at end of file --- 74,76 ---- extern class GardenApp *gTheApp; ! #endif // GARDEN_APP_H |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 05:03:02
|
Update of /cvsroot/igarden/Garden/source In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv13758 Modified Files: CAboutGarden.h Log Message: Win32 changes Index: CAboutGarden.h =================================================================== RCS file: /cvsroot/igarden/Garden/source/CAboutGarden.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** CAboutGarden.h 15 Oct 2006 00:51:18 -0000 1.4 --- CAboutGarden.h 22 Feb 2007 05:03:01 -0000 1.5 *************** *** 42,44 **** XGBrowserControl _bc; }; ! #endif // CABOUT_GARDEN_H \ No newline at end of file --- 42,44 ---- XGBrowserControl _bc; }; ! #endif // CABOUT_GARDEN_H |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 05:00:50
|
Update of /cvsroot/igarden/Garden/source/Document In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv12941 Modified Files: CDatabaseAction.cpp Log Message: Win32 changes Index: CDatabaseAction.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Document/CDatabaseAction.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** CDatabaseAction.cpp 8 Oct 2006 00:36:20 -0000 1.7 --- CDatabaseAction.cpp 22 Feb 2007 05:00:49 -0000 1.8 *************** *** 25,28 **** --- 25,29 ---- //#include "MyAssert.h" //#include "MaterialRef.h" + #include "CDatabasePanel.h" // --------------------------------------------------------------------------- |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 04:59:20
|
Update of /cvsroot/igarden/Garden/source/Document In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv12466 Modified Files: SupplierCell.h Log Message: Win32 changes Index: SupplierCell.h =================================================================== RCS file: /cvsroot/igarden/Garden/source/Document/SupplierCell.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** SupplierCell.h 9 Oct 2006 02:08:41 -0000 1.3 --- SupplierCell.h 22 Feb 2007 04:59:19 -0000 1.4 *************** *** 22,26 **** #include "InfoSupplier.h" ! const long KDBChangeSuppliers = 'SPcg'; class SupplierCell : public RGTableCell --- 22,26 ---- #include "InfoSupplier.h" ! const long KDBChangeSuppliers = CHAR4('S','P','c','g'); //'SPcg'; class SupplierCell : public RGTableCell |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 04:58:13
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv12058 Modified Files: RGTabButton.cpp RGSlideControl.cpp Log Message: Win32 changes Index: RGTabButton.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGTabButton.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** RGTabButton.cpp 8 Oct 2006 00:08:09 -0000 1.5 --- RGTabButton.cpp 22 Feb 2007 04:58:12 -0000 1.6 *************** *** 161,165 **** SetValue(initialTab-1); } ! #endif --- 161,169 ---- SetValue(initialTab-1); } ! #elif OPT_WINOS ! void XGTabButton::Setup(short numTabs, tabInfo_t *tabInfo, short initialTab) ! { ! // TO_BE_PORTED ! } #endif Index: RGSlideControl.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGSlideControl.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** RGSlideControl.cpp 18 Oct 2006 01:18:07 -0000 1.5 --- RGSlideControl.cpp 22 Feb 2007 04:58:12 -0000 1.6 *************** *** 145,149 **** */ ! void XGSlideControl::InitControl(char *buffer) { } --- 145,149 ---- */ ! void XGSlideControl::InitControl(long iconID, bool isToggle, char *buffer) { } |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 04:56:03
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv10936 Modified Files: RGScrollableView.h RGSlideControl.h RGTabButton.h Log Message: Win32 changes Index: RGTabButton.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGTabButton.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** RGTabButton.h 15 Nov 2004 01:47:17 -0000 1.3 --- RGTabButton.h 22 Feb 2007 04:56:01 -0000 1.4 *************** *** 56,60 **** } tabInfo_t; ! class XGTabButton : public XGButton { public: XGTabButton(XGView *, XGArgStream &); --- 56,60 ---- } tabInfo_t; ! class YAAF_API XGTabButton : public XGButton { public: XGTabButton(XGView *, XGArgStream &); *************** *** 62,66 **** enum { ! kClassID = 'tabb' }; --- 62,66 ---- enum { ! kClassID = CHAR4('t','a','b','b') //'tabb' }; Index: RGSlideControl.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGSlideControl.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** RGSlideControl.h 18 Oct 2006 01:18:07 -0000 1.4 --- RGSlideControl.h 22 Feb 2007 04:56:01 -0000 1.5 *************** *** 43,47 **** /************************************************************************/ ! class XGSlideControl : public XGSlider { public: XGSlideControl(XGView *, XGArgStream &); --- 43,47 ---- /************************************************************************/ ! class YAAF_API XGSlideControl : public XGSlider { public: XGSlideControl(XGView *, XGArgStream &); *************** *** 49,53 **** enum { ! kClassID = 'sldi' }; --- 49,53 ---- enum { ! kClassID = CHAR4('s','l','d','i') //'sldi' }; Index: RGScrollableView.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGScrollableView.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** RGScrollableView.h 9 Oct 2006 12:24:32 -0000 1.4 --- RGScrollableView.h 22 Feb 2007 04:56:01 -0000 1.5 *************** *** 32,40 **** using namespace yaaf; ! class RGScrollableView : public XGView { public: enum { ! kClassID = 'SclV' }; --- 32,40 ---- using namespace yaaf; ! class YAAF_API RGScrollableView : public XGView { public: enum { ! kClassID = CHAR4('S','c','l','V') //'SclV' }; *************** *** 47,49 **** private: bool _repaintBackdrop; ! }; \ No newline at end of file --- 47,49 ---- private: bool _repaintBackdrop; ! }; |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 04:53:56
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv10090 Modified Files: RGPictPattern.h Log Message: Win32 changes Index: RGPictPattern.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGPictPattern.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RGPictPattern.h 8 Sep 2004 01:08:47 -0000 1.2 --- RGPictPattern.h 22 Feb 2007 04:53:53 -0000 1.3 *************** *** 71,75 **** */ ! class XGPictPattern : public XGView { public: /* --- 71,75 ---- */ ! class YAAF_API XGPictPattern : public XGView { public: /* *************** *** 80,84 **** enum { ! kClassID = 'pctp' }; --- 80,84 ---- enum { ! kClassID = CHAR4('p','c','t','p') //'pctp' }; |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 04:52:53
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv9693 Modified Files: RGPaletteView.cpp RGPanel.h RGPanelSet.h Log Message: Win32 changes Index: RGPanelSet.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGPanelSet.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** RGPanelSet.h 9 Oct 2006 12:19:11 -0000 1.5 --- RGPanelSet.h 22 Feb 2007 04:52:51 -0000 1.6 *************** *** 34,38 **** using namespace yaaf; ! class PanelSet : public XGView { public: --- 34,38 ---- using namespace yaaf; ! class YAAF_API PanelSet : public XGView { public: *************** *** 45,49 **** public: enum { ! kClassID = 'pnls' }; --- 45,49 ---- public: enum { ! kClassID = CHAR4('p','n','l','s') //'pnls' }; Index: RGPaletteView.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGPaletteView.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** RGPaletteView.cpp 2 Oct 2006 02:27:11 -0000 1.5 --- RGPaletteView.cpp 22 Feb 2007 04:52:51 -0000 1.6 *************** *** 85,89 **** static XGSViewInitRecord ToolInitRecord = { ! '****', 1, 0, 0, 0, 0, 0, true, true, true, true, --- 85,89 ---- static XGSViewInitRecord ToolInitRecord = { ! CHAR4('*','*','*','*'), 1, 0, 0, 0, 0, 0, true, true, true, true, Index: RGPanel.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGPanel.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** RGPanel.h 2 Feb 2006 00:08:27 -0000 1.3 --- RGPanel.h 22 Feb 2007 04:52:51 -0000 1.4 *************** *** 56,60 **** */ ! class RGPanel : public XGView { public: RGPanel(XGView *parent, XGArgStream &init); --- 56,60 ---- */ ! class YAAF_API RGPanel : public XGView { public: RGPanel(XGView *parent, XGArgStream &init); *************** *** 63,67 **** enum { ! kClassID = 'panl' }; --- 63,67 ---- enum { ! kClassID = CHAR4('p','a','n','l') //'panl' }; |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 04:50:36
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv8890 Modified Files: RGInlineEdit.h RGPaletteForm.h RGPaletteView.h Log Message: Win32 changes Index: RGPaletteView.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGPaletteView.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** RGPaletteView.h 9 Oct 2006 12:18:31 -0000 1.4 --- RGPaletteView.h 22 Feb 2007 04:50:34 -0000 1.5 *************** *** 69,73 **** */ ! class XGPaletteView : public XGView { public: #if OPT_WINOS --- 69,73 ---- */ ! class YAAF_API XGPaletteView : public XGView { public: #if OPT_WINOS *************** *** 79,83 **** enum { ! kClassID = 'TBar' }; --- 79,83 ---- enum { ! kClassID = CHAR4('T','B','a','r') //'TBar' }; Index: RGPaletteForm.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGPaletteForm.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RGPaletteForm.h 8 Sep 2004 01:08:09 -0000 1.2 --- RGPaletteForm.h 22 Feb 2007 04:50:34 -0000 1.3 *************** *** 54,58 **** using yaaf::XGTimer; ! class XGPaletteForm : public XGForm { public: --- 54,58 ---- using yaaf::XGTimer; ! class YAAF_API XGPaletteForm : public XGForm { public: Index: RGInlineEdit.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGInlineEdit.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RGInlineEdit.h 8 Sep 2004 01:08:09 -0000 1.2 --- RGInlineEdit.h 22 Feb 2007 04:50:34 -0000 1.3 *************** *** 50,54 **** */ ! class RGInlineEdit : public XGInlineEdit { public: RGInlineEdit(XGView *parent, XGSEditInitRecord &init); --- 50,54 ---- */ ! class YAAF_API RGInlineEdit : public XGInlineEdit { public: RGInlineEdit(XGView *parent, XGSEditInitRecord &init); |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 04:49:52
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv8045 Modified Files: RGMultiTableView.h Log Message: Win32 changes Index: RGMultiTableView.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGMultiTableView.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RGMultiTableView.h 8 Sep 2004 01:08:09 -0000 1.2 --- RGMultiTableView.h 22 Feb 2007 04:48:51 -0000 1.3 *************** *** 37,41 **** } MTRow_t; ! class RGMultiTableView : public RGTableView { public: RGMultiTableView(XGView *, XGArgStream &); --- 37,41 ---- } MTRow_t; ! class YAAF_API RGMultiTableView : public RGTableView { public: RGMultiTableView(XGView *, XGArgStream &); *************** *** 43,47 **** enum { ! kClassID = 'MTab' }; --- 43,47 ---- enum { ! kClassID = CHAR4('M','T','a','b') //'MTab' }; *************** *** 84,86 **** short _selectRow; }; ! #endif // RG_MULTI_TABLE_VIEW \ No newline at end of file --- 84,86 ---- short _selectRow; }; ! #endif // RG_MULTI_TABLE_VIEW |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 04:49:52
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv8439 Modified Files: RGMultiTableView.cpp Log Message: Win32 changes Index: RGMultiTableView.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGMultiTableView.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** RGMultiTableView.cpp 17 Jun 2006 02:37:30 -0000 1.3 --- RGMultiTableView.cpp 22 Feb 2007 04:49:20 -0000 1.4 *************** *** 314,316 **** } } ! } \ No newline at end of file --- 314,316 ---- } } ! } |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 04:47:17
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv7588 Modified Files: RGImageImportPane.h Log Message: Win32 changes Index: RGImageImportPane.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGImageImportPane.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** RGImageImportPane.h 7 Oct 2006 23:59:27 -0000 1.5 --- RGImageImportPane.h 22 Feb 2007 04:47:14 -0000 1.6 *************** *** 32,39 **** using yaaf::XGFileSpecifier; ! class RGImageImportPane : public CQTImagePane, public XGDropper { public: ! enum { kClassID = 'RIMI' }; RGImageImportPane(); --- 32,40 ---- using yaaf::XGFileSpecifier; ! class YAAF_API RGImageImportPane : public CQTImagePane, public XGDropper { public: ! enum { kClassID = CHAR4('R','I','M','I') //'RIMI' ! }; RGImageImportPane(); |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 04:46:10
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv7151 Modified Files: RGIconButton.h Log Message: Win32 changes Index: RGIconButton.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGIconButton.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RGIconButton.h 8 Sep 2004 01:08:09 -0000 1.2 --- RGIconButton.h 22 Feb 2007 04:46:08 -0000 1.3 *************** *** 49,53 **** */ ! class XGIconButton : public XGButton { public: XGIconButton(XGView *, XGArgStream &); --- 49,53 ---- */ ! class YAAF_API XGIconButton : public XGButton { public: XGIconButton(XGView *, XGArgStream &); *************** *** 55,59 **** enum { ! kClassID = 'ibtn' }; --- 55,59 ---- enum { ! kClassID = CHAR4('i','b','t','n') //'ibtn' }; |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 04:44:03
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv5997 Modified Files: RGHypertext.h Log Message: Win32 changes Index: RGHypertext.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGHypertext.h,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** RGHypertext.h 18 Oct 2006 01:16:11 -0000 1.15 --- RGHypertext.h 22 Feb 2007 04:43:56 -0000 1.16 *************** *** 54,59 **** using yaaf::XGDraw; //!!!using yaaf::XGEditCore; ! using yaaf::XGSDynArray; ! using yaaf::XGDynArray; using yaaf::XGView; --- 54,59 ---- using yaaf::XGDraw; //!!!using yaaf::XGEditCore; ! //using yaaf::XGSDynArray; ! //using yaaf::XGDynArray; using yaaf::XGView; *************** *** 67,72 **** class CGWorld; ! const long KXGHyperlinkHit = 'hypr'; ! const long KXGHTDrag = 'htdg'; typedef struct --- 67,72 ---- class CGWorld; ! const long KXGHyperlinkHit = CHAR4('h','y','p','r'); //'hypr'; ! const long KXGHTDrag = CHAR4('h','t','d','g'); //'htdg'; typedef struct *************** *** 262,268 **** double _lineHeight; // XGFont *_FontPtr; ! XGSDynArray<fontInfo_t*> _fontStack; ! XGSDynArray<tableInfo_t*> _tableStack; ! XGSDynArray<imageInfo_t> _images; String _String; Color _backColor; --- 262,268 ---- double _lineHeight; // XGFont *_FontPtr; ! yaaf::XGSDynArray<fontInfo_t*> _fontStack; ! yaaf::XGSDynArray<tableInfo_t*> _tableStack; ! yaaf::XGSDynArray<imageInfo_t> _images; String _String; Color _backColor; *************** *** 271,276 **** doublePoint_t _anchorStartPos; short _anchorStartHeight; ! XGDynArray<anchorRect_t> _anchorMap; ! XGDynArray<horizontalLine_t> _hr; bool _inAnchor; bool _loadedImageData; --- 271,276 ---- doublePoint_t _anchorStartPos; short _anchorStartHeight; ! yaaf::XGDynArray<anchorRect_t> _anchorMap; ! yaaf::XGDynArray<horizontalLine_t> _hr; bool _inAnchor; bool _loadedImageData; *************** *** 288,292 **** Point _offset; short _scaleByPercent; ! XGDynArray<lineEntry_t> _entries; findImageFP _findImageFP; }; --- 288,292 ---- Point _offset; short _scaleByPercent; ! yaaf::XGDynArray<lineEntry_t> _entries; findImageFP _findImageFP; }; |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 04:40:20
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv4740 Modified Files: RGHTextParser.cpp RGDisclosureView.cpp Log Message: Win32 changes Index: RGDisclosureView.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGDisclosureView.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** RGDisclosureView.cpp 9 Oct 2006 12:23:13 -0000 1.6 --- RGDisclosureView.cpp 22 Feb 2007 04:40:18 -0000 1.7 *************** *** 150,152 **** { return _isShown; ! } \ No newline at end of file --- 150,152 ---- { return _isShown; ! } Index: RGHTextParser.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGHTextParser.cpp,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** RGHTextParser.cpp 1 Oct 2006 04:01:35 -0000 1.11 --- RGHTextParser.cpp 22 Feb 2007 04:40:18 -0000 1.12 *************** *** 440,442 **** blue = strtol(blueBuf, &junk, 16); return RGB(red, green, blue); ! } \ No newline at end of file --- 440,442 ---- blue = strtol(blueBuf, &junk, 16); return RGB(red, green, blue); ! } |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 04:39:10
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv4305 Modified Files: RGHTextParser.h RGHypertextView.h Log Message: Win32 changes Index: RGHypertextView.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGHypertextView.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** RGHypertextView.h 18 Dec 2005 02:12:46 -0000 1.3 --- RGHypertextView.h 22 Feb 2007 04:39:09 -0000 1.4 *************** *** 61,65 **** virtual double GetScale() { return 1.0; } enum { ! kClassID = 'Hypr' }; private: --- 61,65 ---- virtual double GetScale() { return 1.0; } enum { ! kClassID = CHAR4('H','y','p','r') //'Hypr' }; private: Index: RGHTextParser.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGHTextParser.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** RGHTextParser.h 2 Feb 2006 00:10:48 -0000 1.7 --- RGHTextParser.h 22 Feb 2007 04:39:09 -0000 1.8 *************** *** 94,98 **** */ ! class RGHypertextParser { public: --- 94,98 ---- */ ! class YAAF_API RGHypertextParser { public: *************** *** 106,110 **** enum { ! kClassID = 'Hypr' }; --- 106,110 ---- enum { ! kClassID = CHAR4('H','y','p','r') //'Hypr' }; |