You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(41) |
Oct
(14) |
Nov
(62) |
Dec
|
---|
From: Jeff R. <jef...@us...> - 2005-09-11 18:25:10
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorObjectModel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17644/src/SharpVectorObjectModel Modified Files: SharpVectorObjectModel.build SharpVectorObjectModel.csproj Log Message: Updated build and project files for newer versions of NAnt and NUnit Index: SharpVectorObjectModel.csproj =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorObjectModel/SharpVectorObjectModel.csproj,v retrieving revision 1.56 retrieving revision 1.57 diff -C2 -d -r1.56 -r1.57 *** SharpVectorObjectModel.csproj 7 Mar 2005 18:02:14 -0000 1.56 --- SharpVectorObjectModel.csproj 11 Sep 2005 18:25:02 -0000 1.57 *************** *** 103,106 **** --- 103,126 ---- WarningLevel = "4" /> + <Config + Name = "Test" + AllowUnsafeBlocks = "false" + BaseAddress = "285212672" + CheckForOverflowUnderflow = "false" + ConfigurationOverrideFile = "" + DefineConstants = "TEST" + DocumentationFile = "" + DebugSymbols = "true" + FileAlignment = "4096" + IncrementalBuild = "true" + NoStdLib = "false" + NoWarn = "" + Optimize = "false" + OutputPath = "bin\Test\" + RegisterForComInterop = "false" + RemoveIntegerChecks = "false" + TreatWarningsAsErrors = "false" + WarningLevel = "1" + /> </Settings> <References> Index: SharpVectorObjectModel.build =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorObjectModel/SharpVectorObjectModel.build,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** SharpVectorObjectModel.build 6 Mar 2005 07:38:53 -0000 1.9 --- SharpVectorObjectModel.build 11 Sep 2005 18:25:02 -0000 1.10 *************** *** 58,71 **** <csc target="library" output="${build.dir}\${project.name}.dll" debug="${debug}" doc="${build.dir}\${project.name}.xml"> <sources basedir="."> ! <includes name="**.cs"/> </sources> <references basedir="${build.dir}"> ! <includes name="SharpZipLib.dll"/> ! <includes name="nunit.framework.dll" if="${debug}"/> ! <includes name="SharpVectorBindings.dll"/> ! <includes name="SharpVectorDom.dll"/> ! <includes name="SharpVectorUtil.dll"/> ! <includes name="SharpVectorCss.dll"/> ! <includes name="SharpVectorScripting.dll"/> </references> <!-- --- 58,71 ---- <csc target="library" output="${build.dir}\${project.name}.dll" debug="${debug}" doc="${build.dir}\${project.name}.xml"> <sources basedir="."> ! <include name="**.cs"/> </sources> <references basedir="${build.dir}"> ! <include name="SharpZipLib.dll"/> ! <include name="nunit.framework.dll" if="${debug}"/> ! <include name="SharpVectorBindings.dll"/> ! <include name="SharpVectorDom.dll"/> ! <include name="SharpVectorUtil.dll"/> ! <include name="SharpVectorCss.dll"/> ! <include name="SharpVectorScripting.dll"/> </references> <!-- |
From: Jeff R. <jef...@us...> - 2005-09-11 18:25:10
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorPerfTest In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17644/src/SharpVectorPerfTest Modified Files: SharpVectorPerfTest.csproj Log Message: Updated build and project files for newer versions of NAnt and NUnit Index: SharpVectorPerfTest.csproj =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorPerfTest/SharpVectorPerfTest.csproj,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** SharpVectorPerfTest.csproj 20 Nov 2003 00:28:56 -0000 1.7 --- SharpVectorPerfTest.csproj 11 Sep 2005 18:25:02 -0000 1.8 *************** *** 103,106 **** --- 103,126 ---- WarningLevel = "4" /> + <Config + Name = "Test" + AllowUnsafeBlocks = "false" + BaseAddress = "285212672" + CheckForOverflowUnderflow = "false" + ConfigurationOverrideFile = "" + DefineConstants = "TEST" + DocumentationFile = "" + DebugSymbols = "true" + FileAlignment = "4096" + IncrementalBuild = "true" + NoStdLib = "false" + NoWarn = "" + Optimize = "false" + OutputPath = "bin\Test\" + RegisterForComInterop = "false" + RemoveIntegerChecks = "false" + TreatWarningsAsErrors = "false" + WarningLevel = "1" + /> </Settings> <References> |
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorObjectModel/SharpVectors/dom/svg/Interfaces/Basic Data Types and Interfaces In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17205/src/SharpVectorObjectModel/SharpVectors/dom/svg/Interfaces/Basic Data Types and Interfaces Removed Files: ISvgAElement.cs ISvgAngle.cs ISvgAnimatedAngle.cs ISvgAnimatedBoolean.cs ISvgAnimatedEnumeration.cs ISvgAnimatedInteger.cs ISvgAnimatedLength.cs ISvgAnimatedLengthList.cs ISvgAnimatedNumber.cs ISvgAnimatedNumberList.cs ISvgAnimatedRect.cs ISvgAnimatedString.cs ISvgColor.cs ISvgCursorElement.cs ISvgElement.cs ISvgEvent.cs ISvgExternalResourcesRequired.cs ISvgFitToViewBox.cs ISvgIccColor.cs ISvgLangSpace.cs ISvgLength.cs ISvgLengthList.cs ISvgList.cs ISvgLocatable.cs ISvgNumber.cs ISvgNumberList.cs ISvgRect.cs ISvgStringList.cs ISvgStylable.cs ISvgTests.cs ISvgTransformable.cs ISvgUriReference.cs ISvgViewElement.cs ISvgViewSpec.cs ISvgZoomAndPan.cs SvgAngleType.cs SvgColorType.cs SvgFilterBlendMode.cs SvgFilterChannelSelector.cs SvgFilterColorMatrix.cs SvgFilterComponentTransferType.cs SvgFilterCompositeOperator.cs SvgFilterEdgeMode.cs SvgFilterStitchOption.cs SvgFilterTurbulenceType.cs SvgLengthType.cs SvgMeetOrSlice.cs SvgMorphologyOperator.cs SvgPreserveAspectRatioType.cs SvgUnitType.cs SvgZoomAndPanType.cs Log Message: Removed the duplicate "Interfaces" trees from the various projects. All of these interfaces are now in the SharpVectorBindings folder (where they are more current) --- SvgFilterStitchOption.cs DELETED --- --- ISvgViewSpec.cs DELETED --- --- SvgFilterChannelSelector.cs DELETED --- --- SvgAngleType.cs DELETED --- --- ISvgLength.cs DELETED --- --- ISvgStringList.cs DELETED --- --- ISvgAnimatedEnumeration.cs DELETED --- --- ISvgElement.cs DELETED --- --- ISvgAnimatedBoolean.cs DELETED --- --- ISvgAElement.cs DELETED --- --- SvgUnitType.cs DELETED --- --- ISvgNumberList.cs DELETED --- --- ISvgList.cs DELETED --- --- SvgFilterTurbulenceType.cs DELETED --- --- SvgPreserveAspectRatioType.cs DELETED --- --- ISvgTests.cs DELETED --- --- ISvgAnimatedAngle.cs DELETED --- --- ISvgAngle.cs DELETED --- --- SvgMorphologyOperator.cs DELETED --- --- SvgFilterEdgeMode.cs DELETED --- --- SvgLengthType.cs DELETED --- --- ISvgNumber.cs DELETED --- --- SvgZoomAndPanType.cs DELETED --- --- ISvgLengthList.cs DELETED --- --- ISvgExternalResourcesRequired.cs DELETED --- --- ISvgFitToViewBox.cs DELETED --- --- ISvgAnimatedString.cs DELETED --- --- ISvgViewElement.cs DELETED --- --- SvgColorType.cs DELETED --- --- ISvgCursorElement.cs DELETED --- --- ISvgAnimatedLength.cs DELETED --- --- ISvgAnimatedRect.cs DELETED --- --- ISvgTransformable.cs DELETED --- --- SvgFilterCompositeOperator.cs DELETED --- --- ISvgLocatable.cs DELETED --- --- ISvgIccColor.cs DELETED --- --- ISvgAnimatedNumberList.cs DELETED --- --- ISvgZoomAndPan.cs DELETED --- --- ISvgAnimatedInteger.cs DELETED --- --- SvgFilterComponentTransferType.cs DELETED --- --- ISvgAnimatedLengthList.cs DELETED --- --- SvgFilterBlendMode.cs DELETED --- --- ISvgRect.cs DELETED --- --- ISvgStylable.cs DELETED --- --- ISvgAnimatedNumber.cs DELETED --- --- ISvgLangSpace.cs DELETED --- --- SvgFilterColorMatrix.cs DELETED --- --- ISvgEvent.cs DELETED --- --- SvgMeetOrSlice.cs DELETED --- --- ISvgColor.cs DELETED --- --- ISvgUriReference.cs DELETED --- |
From: Jeff R. <jef...@us...> - 2005-09-11 18:23:40
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorObjectModel/SharpVectors/dom/svg/Interfaces/Coordinate Systems Transformations and Units In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17205/src/SharpVectorObjectModel/SharpVectors/dom/svg/Interfaces/Coordinate Systems Transformations and Units Removed Files: ISvgAnimatedPreserveAspectRatio.cs ISvgAnimatedTransformList.cs ISvgMatrix.cs ISvgPoint.cs ISvgPointList.cs ISvgPreserveAspectRatio.cs ISvgTransform.cs ISvgTransformList.cs Log Message: Removed the duplicate "Interfaces" trees from the various projects. All of these interfaces are now in the SharpVectorBindings folder (where they are more current) --- ISvgAnimatedPreserveAspectRatio.cs DELETED --- --- ISvgTransform.cs DELETED --- --- ISvgPreserveAspectRatio.cs DELETED --- --- ISvgPoint.cs DELETED --- --- ISvgTransformList.cs DELETED --- --- ISvgMatrix.cs DELETED --- --- ISvgAnimatedTransformList.cs DELETED --- --- ISvgPointList.cs DELETED --- |
From: Jeff R. <jef...@us...> - 2005-09-11 18:23:40
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorObjectModel/SharpVectors/dom/svg/Interfaces/Text In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17205/src/SharpVectorObjectModel/SharpVectors/dom/svg/Interfaces/Text Removed Files: ISvgTRefElement.cs ISvgTSpanElement.cs ISvgTextContentElement.cs ISvgTextElement.cs ISvgTextPathElement.cs ISvgTextPositioningElement.cs Log Message: Removed the duplicate "Interfaces" trees from the various projects. All of these interfaces are now in the SharpVectorBindings folder (where they are more current) --- ISvgTRefElement.cs DELETED --- --- ISvgTextContentElement.cs DELETED --- --- ISvgTextPathElement.cs DELETED --- --- ISvgTSpanElement.cs DELETED --- --- ISvgTextElement.cs DELETED --- --- ISvgTextPositioningElement.cs DELETED --- |
From: Jeff R. <jef...@us...> - 2005-09-11 18:23:40
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorObjectModel/SharpVectors/dom/svg/Interfaces/Scripting In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17205/src/SharpVectorObjectModel/SharpVectors/dom/svg/Interfaces/Scripting Removed Files: ISvgScriptElement.cs Log Message: Removed the duplicate "Interfaces" trees from the various projects. All of these interfaces are now in the SharpVectorBindings folder (where they are more current) --- ISvgScriptElement.cs DELETED --- |
From: Jeff R. <jef...@us...> - 2005-09-11 18:23:40
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorObjectModel/SharpVectors/dom/svg/Interfaces/Document Structure In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17205/src/SharpVectorObjectModel/SharpVectors/dom/svg/Interfaces/Document Structure Removed Files: ISvgDefsElement.cs ISvgDescElement.cs ISvgDocument.cs ISvgElementInstance.cs ISvgElementInstanceList.cs ISvgGElement.cs ISvgImageElement.cs ISvgSVGElement.cs ISvgSwitchElement.cs ISvgSymbolElement.cs ISvgTitleElement.cs ISvgUseElement.cs Log Message: Removed the duplicate "Interfaces" trees from the various projects. All of these interfaces are now in the SharpVectorBindings folder (where they are more current) --- ISvgImageElement.cs DELETED --- --- ISvgDescElement.cs DELETED --- --- ISvgDefsElement.cs DELETED --- --- ISvgSVGElement.cs DELETED --- --- ISvgUseElement.cs DELETED --- --- ISvgElementInstance.cs DELETED --- --- ISvgSwitchElement.cs DELETED --- --- ISvgDocument.cs DELETED --- --- ISvgTitleElement.cs DELETED --- --- ISvgElementInstanceList.cs DELETED --- --- ISvgSymbolElement.cs DELETED --- --- ISvgGElement.cs DELETED --- |
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorObjectModel/SharpVectors/dom/svg/Interfaces/Painting In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17205/src/SharpVectorObjectModel/SharpVectors/dom/svg/Interfaces/Painting Removed Files: ISvgMarkerElement.cs ISvgPaint.cs SvgMarkerOrient.cs SvgMarkerUnit.cs SvgPaintType.cs Log Message: Removed the duplicate "Interfaces" trees from the various projects. All of these interfaces are now in the SharpVectorBindings folder (where they are more current) --- SvgPaintType.cs DELETED --- --- ISvgPaint.cs DELETED --- --- ISvgMarkerElement.cs DELETED --- --- SvgMarkerUnit.cs DELETED --- --- SvgMarkerOrient.cs DELETED --- |
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorObjectModel/SharpVectors/dom/svg/Interfaces/Paths In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17205/src/SharpVectorObjectModel/SharpVectors/dom/svg/Interfaces/Paths Removed Files: ISvgAnimatedPathData.cs ISvgPathElement.cs ISvgPathSeg.cs ISvgPathSegArcAbs.cs ISvgPathSegArcRel.cs ISvgPathSegClosePath.cs ISvgPathSegCurvetoCubicAbs.cs ISvgPathSegCurvetoCubicRel.cs ISvgPathSegCurvetoCubicSmoothAbs.cs ISvgPathSegCurvetoCubicSmoothRel.cs ISvgPathSegCurvetoQuadraticAbs.cs ISvgPathSegCurvetoQuadraticRel.cs ISvgPathSegCurvetoQuadraticSmoothAbs.cs ISvgPathSegCurvetoQuadraticSmoothRel.cs ISvgPathSegLinetoAbs.cs ISvgPathSegLinetoHorizontalAbs.cs ISvgPathSegLinetoHorizontalRel.cs ISvgPathSegLinetoRel.cs ISvgPathSegLinetoVerticalAbs.cs ISvgPathSegLinetoVerticalRel.cs ISvgPathSegList.cs ISvgPathSegMovetoAbs.cs ISvgPathSegMovetoRel.cs SvgPathSegType.cs Log Message: Removed the duplicate "Interfaces" trees from the various projects. All of these interfaces are now in the SharpVectorBindings folder (where they are more current) --- ISvgPathElement.cs DELETED --- --- ISvgPathSegLinetoHorizontalRel.cs DELETED --- --- ISvgPathSegLinetoVerticalAbs.cs DELETED --- --- ISvgPathSegArcRel.cs DELETED --- --- ISvgPathSegList.cs DELETED --- --- ISvgPathSegCurvetoQuadraticSmoothRel.cs DELETED --- --- ISvgPathSegLinetoAbs.cs DELETED --- --- ISvgPathSegCurvetoCubicRel.cs DELETED --- --- ISvgPathSegClosePath.cs DELETED --- --- ISvgPathSegMovetoAbs.cs DELETED --- --- ISvgPathSegCurvetoCubicSmoothRel.cs DELETED --- --- ISvgPathSegLinetoRel.cs DELETED --- --- ISvgPathSegArcAbs.cs DELETED --- --- ISvgPathSegCurvetoCubicAbs.cs DELETED --- --- ISvgPathSeg.cs DELETED --- --- SvgPathSegType.cs DELETED --- --- ISvgAnimatedPathData.cs DELETED --- --- ISvgPathSegMovetoRel.cs DELETED --- --- ISvgPathSegLinetoHorizontalAbs.cs DELETED --- --- ISvgPathSegCurvetoCubicSmoothAbs.cs DELETED --- --- ISvgPathSegLinetoVerticalRel.cs DELETED --- --- ISvgPathSegCurvetoQuadraticRel.cs DELETED --- --- ISvgPathSegCurvetoQuadraticAbs.cs DELETED --- --- ISvgPathSegCurvetoQuadraticSmoothAbs.cs DELETED --- |
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorObjectModel/SharpVectors/dom/svg/Interfaces/Filters In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17205/src/SharpVectorObjectModel/SharpVectors/dom/svg/Interfaces/Filters Removed Files: ISvgComponentTransferFunctionElement.cs ISvgFEBlendElement.cs ISvgFEColorMatrixElement.cs ISvgFEComponentTransferElement.cs ISvgFECompositeElement.cs ISvgFEConvolveMatrixElement.cs ISvgFEDiffuseLightingElement.cs ISvgFEDisplacementMapElement.cs ISvgFEDistantLightElement.cs ISvgFEFloodElement.cs ISvgFEFuncAElement.cs ISvgFEFuncBElement.cs ISvgFEFuncGElement.cs ISvgFEFuncRElement.cs ISvgFEGaussianBlurElement.cs ISvgFEImageElement.cs ISvgFEMergeElement.cs ISvgFEMergeNodeElement.cs ISvgFEMorphologyElement.cs ISvgFEOffsetElement.cs ISvgFEPointLightElement.cs ISvgFESpecularLightingElement.cs ISvgFESpotLightElement.cs ISvgFETileElement.cs ISvgFETurbulenceElement.cs ISvgFilterElement.cs ISvgFilterPrimitiveStandardAttributes.cs Log Message: Removed the duplicate "Interfaces" trees from the various projects. All of these interfaces are now in the SharpVectorBindings folder (where they are more current) --- ISvgComponentTransferFunctionElement.cs DELETED --- --- ISvgFESpecularLightingElement.cs DELETED --- --- ISvgFEFuncBElement.cs DELETED --- --- ISvgFEColorMatrixElement.cs DELETED --- --- ISvgFEMergeElement.cs DELETED --- --- ISvgFEOffsetElement.cs DELETED --- --- ISvgFETileElement.cs DELETED --- --- ISvgFEFloodElement.cs DELETED --- --- ISvgFEDiffuseLightingElement.cs DELETED --- --- ISvgFETurbulenceElement.cs DELETED --- --- ISvgFilterElement.cs DELETED --- --- ISvgFEFuncAElement.cs DELETED --- --- ISvgFEPointLightElement.cs DELETED --- --- ISvgFEComponentTransferElement.cs DELETED --- --- ISvgFEImageElement.cs DELETED --- --- ISvgFEMorphologyElement.cs DELETED --- --- ISvgFEBlendElement.cs DELETED --- --- ISvgFEMergeNodeElement.cs DELETED --- --- ISvgFEFuncRElement.cs DELETED --- --- ISvgFEDisplacementMapElement.cs DELETED --- --- ISvgFEGaussianBlurElement.cs DELETED --- --- ISvgFEDistantLightElement.cs DELETED --- --- ISvgFECompositeElement.cs DELETED --- --- ISvgFEFuncGElement.cs DELETED --- --- ISvgFESpotLightElement.cs DELETED --- --- ISvgFilterPrimitiveStandardAttributes.cs DELETED --- --- ISvgFEConvolveMatrixElement.cs DELETED --- |
From: Jeff R. <jef...@us...> - 2005-09-11 18:23:39
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorObjectModel/SharpVectors/dom/svg/Interfaces/Metadata In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17205/src/SharpVectorObjectModel/SharpVectors/dom/svg/Interfaces/Metadata Removed Files: ISvgMetadataElement.cs Log Message: Removed the duplicate "Interfaces" trees from the various projects. All of these interfaces are now in the SharpVectorBindings folder (where they are more current) --- ISvgMetadataElement.cs DELETED --- |
From: Jeff R. <jef...@us...> - 2005-09-11 18:23:39
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorObjectModel/SharpVectors/dom/svg/Interfaces/Gradients and Patterns In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17205/src/SharpVectorObjectModel/SharpVectors/dom/svg/Interfaces/Gradients and Patterns Removed Files: ISvgGradientElement.cs ISvgLinearGradientElement.cs ISvgPatternElement.cs ISvgRadialGradientElement.cs ISvgStopElement.cs Log Message: Removed the duplicate "Interfaces" trees from the various projects. All of these interfaces are now in the SharpVectorBindings folder (where they are more current) --- ISvgRadialGradientElement.cs DELETED --- --- ISvgGradientElement.cs DELETED --- --- ISvgStopElement.cs DELETED --- --- ISvgPatternElement.cs DELETED --- --- ISvgLinearGradientElement.cs DELETED --- |
From: Jeff R. <jef...@us...> - 2005-09-11 18:23:39
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorObjectModel/SharpVectors/dom/svg/Interfaces/Basic Shapes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17205/src/SharpVectorObjectModel/SharpVectors/dom/svg/Interfaces/Basic Shapes Removed Files: ISvgAnimatedPoints.cs ISvgCircleElement.cs ISvgEllipseElement.cs ISvgLineElement.cs ISvgPolygonElement.cs ISvgPolylineElement.cs ISvgRectElement.cs Log Message: Removed the duplicate "Interfaces" trees from the various projects. All of these interfaces are now in the SharpVectorBindings folder (where they are more current) --- ISvgEllipseElement.cs DELETED --- --- ISvgLineElement.cs DELETED --- --- ISvgCircleElement.cs DELETED --- --- ISvgPolylineElement.cs DELETED --- --- ISvgAnimatedPoints.cs DELETED --- --- ISvgPolygonElement.cs DELETED --- --- ISvgRectElement.cs DELETED --- |
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorCss/SharpVectors/Dom/Stylesheets/Interfaces In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17205/src/SharpVectorCss/SharpVectors/Dom/Stylesheets/Interfaces Removed Files: IDocumentStyle.cs ILinkStyle.cs IMediaList.cs IStyleSheet.cs IStyleSheetList.cs Log Message: Removed the duplicate "Interfaces" trees from the various projects. All of these interfaces are now in the SharpVectorBindings folder (where they are more current) --- IStyleSheetList.cs DELETED --- --- IMediaList.cs DELETED --- --- IStyleSheet.cs DELETED --- --- IDocumentStyle.cs DELETED --- --- ILinkStyle.cs DELETED --- |
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorObjectModel/SharpVectors/dom/svg/Interfaces/Clipping Masking and Compositing In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17205/src/SharpVectorObjectModel/SharpVectors/dom/svg/Interfaces/Clipping Masking and Compositing Removed Files: ISharpMarkerHost.cs ISvgClipPathElement.cs ISvgMaskElement.cs Log Message: Removed the duplicate "Interfaces" trees from the various projects. All of these interfaces are now in the SharpVectorBindings folder (where they are more current) --- ISvgClipPathElement.cs DELETED --- --- ISharpMarkerHost.cs DELETED --- --- ISvgMaskElement.cs DELETED --- |
From: Jeff R. <jef...@us...> - 2005-09-11 18:23:38
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorCss/SharpVectors/Dom/Views/Interfaces In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17205/src/SharpVectorCss/SharpVectors/Dom/Views/Interfaces Removed Files: IAbstractView.cs IDocumentView.cs Log Message: Removed the duplicate "Interfaces" trees from the various projects. All of these interfaces are now in the SharpVectorBindings folder (where they are more current) --- IDocumentView.cs DELETED --- --- IAbstractView.cs DELETED --- |
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorCss/SharpVectors/Dom/Css/Interfaces In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17205/src/SharpVectorCss/SharpVectors/Dom/Css/Interfaces Removed Files: CssPrimitiveType.cs CssRuleType.cs CssValueType.cs ICounter.cs ICssCharsetRule.cs ICssFontFaceRule.cs ICssImportRule.cs ICssMediaRule.cs ICssPageRule.cs ICssPrimitiveValue.cs ICssRule.cs ICssRuleList.cs ICssStyleDeclaration.cs ICssStyleRule.cs ICssStyleSheet.cs ICssUnknownRule.cs ICssValue.cs ICssValueList.cs IDocumentCss.cs IDomImplementationCss.cs IElementCssInlineStyle.cs IRect.cs IRgbColor.cs IViewCss.cs Log Message: Removed the duplicate "Interfaces" trees from the various projects. All of these interfaces are now in the SharpVectorBindings folder (where they are more current) --- IDomImplementationCss.cs DELETED --- --- ICssValueList.cs DELETED --- --- ICssPrimitiveValue.cs DELETED --- --- IViewCss.cs DELETED --- --- ICssMediaRule.cs DELETED --- --- IDocumentCss.cs DELETED --- --- ICssUnknownRule.cs DELETED --- --- ICssFontFaceRule.cs DELETED --- --- CssValueType.cs DELETED --- --- ICssCharsetRule.cs DELETED --- --- IRect.cs DELETED --- --- ICssPageRule.cs DELETED --- --- IRgbColor.cs DELETED --- --- ICssRule.cs DELETED --- --- ICssStyleRule.cs DELETED --- --- CssPrimitiveType.cs DELETED --- --- ICssStyleDeclaration.cs DELETED --- --- ICssStyleSheet.cs DELETED --- --- ICounter.cs DELETED --- --- ICssValue.cs DELETED --- --- ICssImportRule.cs DELETED --- --- CssRuleType.cs DELETED --- --- IElementCssInlineStyle.cs DELETED --- --- ICssRuleList.cs DELETED --- |