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-10-23 23:39:45
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18901 Modified Files: SharpVectors.build Log Message: Library wide fixes for Unit Test completion, only Mutation events left to implement for current test coverage Index: SharpVectors.build =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/SharpVectors.build,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- SharpVectors.build 11 Sep 2005 18:25:02 -0000 1.8 +++ SharpVectors.build 23 Oct 2005 23:39:28 -0000 1.9 @@ -4,7 +4,7 @@ <property name="nant.settings.defaultframework.frameworkassemblydirectory" value="C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322"/> <property name="package.version" value="current"/> - <property name="target" value="debug"/> + <property name="target" value="test"/> <property name="lib.dir" value="lib"/> <property name="docs.dir" value="docs"/> <property name="nunit.output" value="Plain"/> |
From: Jeff R. <jef...@us...> - 2005-09-12 15:08:33
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19515/lib Modified Files: nunit.framework.dll Log Message: Updated the nunit dll and corrected the references in the projects. Also added the TEST compilation flag to the projects under the default configuration. Index: nunit.framework.dll =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/lib/nunit.framework.dll,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 Binary files /tmp/cvsGyeKED and /tmp/cvsWeHTm1 differ |
From: Jeff R. <jef...@us...> - 2005-09-12 15:08:32
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SvgComponents In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19515/src/SvgComponents Modified Files: SvgComponents.csproj Log Message: Updated the nunit dll and corrected the references in the projects. Also added the TEST compilation flag to the projects under the default configuration. Index: SvgComponents.csproj =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SvgComponents/SvgComponents.csproj,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- SvgComponents.csproj 11 Sep 2005 18:31:55 -0000 1.13 +++ SvgComponents.csproj 12 Sep 2005 15:08:23 -0000 1.14 @@ -28,7 +28,7 @@ BaseAddress = "285212672" CheckForOverflowUnderflow = "false" ConfigurationOverrideFile = "" - DefineConstants = "DEBUG;TRACE;RELEASE" + DefineConstants = "DEBUG;TRACE;TEST" DocumentationFile = "" DebugSymbols = "true" FileAlignment = "4096" |
From: Jeff R. <jef...@us...> - 2005-09-12 15:08:32
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorUnitTests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19515/src/SharpVectorUnitTests Modified Files: SharpVectorUnitTests.csproj Log Message: Updated the nunit dll and corrected the references in the projects. Also added the TEST compilation flag to the projects under the default configuration. Index: SharpVectorUnitTests.csproj =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorUnitTests/SharpVectorUnitTests.csproj,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- SharpVectorUnitTests.csproj 11 Sep 2005 18:25:02 -0000 1.45 +++ SharpVectorUnitTests.csproj 12 Sep 2005 15:08:23 -0000 1.46 @@ -28,7 +28,7 @@ BaseAddress = "285212672" CheckForOverflowUnderflow = "false" ConfigurationOverrideFile = "" - DefineConstants = "DEBUG;TRACE" + DefineConstants = "DEBUG;TRACE;TEST" DocumentationFile = "" DebugSymbols = "true" FileAlignment = "4096" @@ -150,11 +150,6 @@ HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Drawing.dll" /> <Reference - Name = "nunit.framework" - AssemblyName = "nunit.framework" - HintPath = "..\..\lib\nunit.framework.dll" - /> - <Reference Name = "SharpVectorCss" Project = "{351B0A6E-2F6B-497A-844B-DCB5A502FB0D}" Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" @@ -184,6 +179,11 @@ Project = "{FE34CBC0-D23C-4A95-BA64-83A031814010}" Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" /> + <Reference + Name = "nunit.framework" + AssemblyName = "nunit.framework" + HintPath = "..\..\lib\nunit.framework.dll" + /> </References> </Build> <Files> |
From: Jeff R. <jef...@us...> - 2005-09-12 15:08:32
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorPerfTest In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19515/src/SharpVectorPerfTest Modified Files: SharpVectorPerfTest.csproj Log Message: Updated the nunit dll and corrected the references in the projects. Also added the TEST compilation flag to the projects under the default configuration. Index: SharpVectorPerfTest.csproj =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorPerfTest/SharpVectorPerfTest.csproj,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- SharpVectorPerfTest.csproj 11 Sep 2005 18:25:02 -0000 1.8 +++ SharpVectorPerfTest.csproj 12 Sep 2005 15:08:23 -0000 1.9 @@ -28,7 +28,7 @@ BaseAddress = "285212672" CheckForOverflowUnderflow = "false" ConfigurationOverrideFile = "" - DefineConstants = "DEBUG;TRACE" + DefineConstants = "DEBUG;TRACE;TEST" DocumentationFile = "" DebugSymbols = "true" FileAlignment = "4096" |
From: Jeff R. <jef...@us...> - 2005-09-12 15:08:32
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorScripting In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19515/src/SharpVectorScripting Modified Files: SharpVectorScripting.csproj Log Message: Updated the nunit dll and corrected the references in the projects. Also added the TEST compilation flag to the projects under the default configuration. Index: SharpVectorScripting.csproj =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorScripting/SharpVectorScripting.csproj,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- SharpVectorScripting.csproj 11 Sep 2005 18:25:02 -0000 1.6 +++ SharpVectorScripting.csproj 12 Sep 2005 15:08:23 -0000 1.7 @@ -28,7 +28,7 @@ BaseAddress = "285212672" CheckForOverflowUnderflow = "false" ConfigurationOverrideFile = "" - DefineConstants = "DEBUG;TRACE" + DefineConstants = "DEBUG;TRACE;TEST" DocumentationFile = "" DebugSymbols = "true" FileAlignment = "4096" |
From: Jeff R. <jef...@us...> - 2005-09-12 15:08:31
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorViewer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19515/src/SharpVectorViewer Modified Files: SharpVectorViewer.csproj Log Message: Updated the nunit dll and corrected the references in the projects. Also added the TEST compilation flag to the projects under the default configuration. Index: SharpVectorViewer.csproj =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorViewer/SharpVectorViewer.csproj,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- SharpVectorViewer.csproj 11 Sep 2005 18:25:02 -0000 1.23 +++ SharpVectorViewer.csproj 12 Sep 2005 15:08:23 -0000 1.24 @@ -28,7 +28,7 @@ BaseAddress = "285212672" CheckForOverflowUnderflow = "false" ConfigurationOverrideFile = "" - DefineConstants = "DEBUG;TRACE" + DefineConstants = "DEBUG;TRACE;TEST" DocumentationFile = "" DebugSymbols = "true" FileAlignment = "4096" |
From: Jeff R. <jef...@us...> - 2005-09-12 15:08:30
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorObjectModel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19515/src/SharpVectorObjectModel Modified Files: SharpVectorObjectModel.csproj Log Message: Updated the nunit dll and corrected the references in the projects. Also added the TEST compilation flag to the projects under the default configuration. Index: SharpVectorObjectModel.csproj =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorObjectModel/SharpVectorObjectModel.csproj,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- SharpVectorObjectModel.csproj 11 Sep 2005 18:25:02 -0000 1.57 +++ SharpVectorObjectModel.csproj 12 Sep 2005 15:08:23 -0000 1.58 @@ -160,11 +160,6 @@ HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Microsoft.JScript.dll" /> <Reference - Name = "nunit.framework" - AssemblyName = "nunit.framework" - HintPath = "..\..\lib\nunit.framework.dll" - /> - <Reference Name = "SharpVectorCss" Project = "{351B0A6E-2F6B-497A-844B-DCB5A502FB0D}" Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" @@ -189,6 +184,11 @@ Project = "{FE34CBC0-D23C-4A95-BA64-83A031814010}" Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" /> + <Reference + Name = "nunit.framework" + AssemblyName = "nunit.framework" + HintPath = "..\..\lib\nunit.framework.dll" + /> </References> </Build> <Files> |
From: Jeff R. <jef...@us...> - 2005-09-12 15:08:30
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorCss In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19515/src/SharpVectorCss Modified Files: SharpVectorCss.csproj Log Message: Updated the nunit dll and corrected the references in the projects. Also added the TEST compilation flag to the projects under the default configuration. Index: SharpVectorCss.csproj =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorCss/SharpVectorCss.csproj,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- SharpVectorCss.csproj 11 Sep 2005 18:25:02 -0000 1.26 +++ SharpVectorCss.csproj 12 Sep 2005 15:08:22 -0000 1.27 @@ -155,11 +155,6 @@ HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Windows.Forms.dll" /> <Reference - Name = "nunit.framework" - AssemblyName = "nunit.framework" - HintPath = "..\..\lib\nunit.framework.dll" - /> - <Reference Name = "SharpVectorUtil" Project = "{2C3D4EE6-4F71-41F0-99F6-DDAA439C88C6}" Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" @@ -174,6 +169,11 @@ Project = "{FE34CBC0-D23C-4A95-BA64-83A031814010}" Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" /> + <Reference + Name = "nunit.framework" + AssemblyName = "nunit.framework" + HintPath = "..\..\lib\nunit.framework.dll" + /> </References> </Build> <Files> |
From: Jeff R. <jef...@us...> - 2005-09-12 15:08:30
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorBindings In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19515/src/SharpVectorBindings Modified Files: SharpVectorBindings.csproj Log Message: Updated the nunit dll and corrected the references in the projects. Also added the TEST compilation flag to the projects under the default configuration. Index: SharpVectorBindings.csproj =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorBindings/SharpVectorBindings.csproj,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- SharpVectorBindings.csproj 11 Sep 2005 18:25:02 -0000 1.12 +++ SharpVectorBindings.csproj 12 Sep 2005 15:08:22 -0000 1.13 @@ -28,7 +28,7 @@ BaseAddress = "285212672" CheckForOverflowUnderflow = "false" ConfigurationOverrideFile = "" - DefineConstants = "DEBUG;TRACE" + DefineConstants = "DEBUG;TRACE;TEST" DocumentationFile = "" DebugSymbols = "true" FileAlignment = "4096" |
From: Björn H. <hoe...@us...> - 2005-09-12 07:51:26
|
Update of /cvsroot/svgdomcsharp/CVSROOT In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23346 Modified Files: loginfo Log Message: use unified diff format Index: loginfo =================================================================== RCS file: /cvsroot/svgdomcsharp/CVSROOT/loginfo,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** loginfo 11 Sep 2005 16:45:37 -0000 1.2 --- loginfo 12 Sep 2005 07:51:19 -0000 1.3 *************** *** 26,28 **** #DEFAULT (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog ! DEFAULT /cvsroot/sitedocs/CVSROOT/cvstools/syncmail %{sVv} svg...@li... --- 26,28 ---- #DEFAULT (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog ! DEFAULT /cvsroot/sitedocs/CVSROOT/cvstools/syncmail -u %{sVv} svg...@li... |
From: Jeff R. <jef...@us...> - 2005-09-11 18:33:40
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorUtil In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19378/src/SharpVectorUtil Modified Files: SharpVectorUtil.build SharpVectorUtil.csproj Log Message: Updated build file and project file Index: SharpVectorUtil.csproj =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorUtil/SharpVectorUtil.csproj,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** SharpVectorUtil.csproj 6 Mar 2005 08:14:30 -0000 1.15 --- SharpVectorUtil.csproj 11 Sep 2005 18:33:32 -0000 1.16 *************** *** 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: SharpVectorUtil.build =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorUtil/SharpVectorUtil.build,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SharpVectorUtil.build 6 Mar 2005 08:14:30 -0000 1.1 --- SharpVectorUtil.build 11 Sep 2005 18:33:32 -0000 1.2 *************** *** 38,45 **** <csc target="library" output="${build.dir}\${project.name}.dll" doc="${build.dir}\${project.name}.xml" debug="${debug}"> <sources basedir="."> ! <includes name="**.cs"/> </sources> <references basedir="${build.dir}"> ! <includes name="SharpZipLib.dll"/> </references> <!--<arg value="/warnaserror"/>--> --- 38,45 ---- <csc target="library" output="${build.dir}\${project.name}.dll" doc="${build.dir}\${project.name}.xml" debug="${debug}"> <sources basedir="."> ! <include name="**.cs"/> </sources> <references basedir="${build.dir}"> ! <include name="SharpZipLib.dll"/> </references> <!--<arg value="/warnaserror"/>--> |
From: Jeff R. <jef...@us...> - 2005-09-11 18:32:02
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SvgComponents In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19084/src/SvgComponents Modified Files: SvgComponents.build SvgComponents.csproj Log Message: Updated build file and project file Index: SvgComponents.build =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SvgComponents/SvgComponents.build,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SvgComponents.build 6 Mar 2005 08:17:14 -0000 1.1 --- SvgComponents.build 11 Sep 2005 18:31:55 -0000 1.2 *************** *** 58,74 **** <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="SharpVectorBindings.dll"/> ! <includes name="SharpVectorCss.dll"/> ! <includes name="SharpVectorDom.dll"/> ! <includes name="SharpVectorUtil.dll"/> ! <includes name="SharpVectorScripting.dll"/> ! <includes name="SharpVectorObjectModel.dll"/> ! <includes name="SharpZipLib.dll"/> ! <includes name="SharpVectorRenderingEngine.dll"/> </references> <!--<arg value="/warnaserror"/>--> --- 58,74 ---- <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="SharpVectorBindings.dll"/> ! <include name="SharpVectorCss.dll"/> ! <include name="SharpVectorDom.dll"/> ! <include name="SharpVectorUtil.dll"/> ! <include name="SharpVectorScripting.dll"/> ! <include name="SharpVectorObjectModel.dll"/> ! <include name="SharpZipLib.dll"/> ! <include name="SharpVectorRenderingEngine.dll"/> </references> <!--<arg value="/warnaserror"/>--> Index: SvgComponents.csproj =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SvgComponents/SvgComponents.csproj,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** SvgComponents.csproj 6 Mar 2005 08:15:45 -0000 1.12 --- SvgComponents.csproj 11 Sep 2005 18:31:55 -0000 1.13 *************** *** 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> *************** *** 170,180 **** /> <File ! RelPath = "SVGPictureBox.cs" SubType = "Component" BuildAction = "Compile" /> <File ! RelPath = "SVGPictureBox.resx" ! DependentUpon = "SVGPictureBox.cs" BuildAction = "EmbeddedResource" /> --- 190,200 ---- /> <File ! RelPath = "SvgPictureBox.cs" SubType = "Component" BuildAction = "Compile" /> <File ! RelPath = "SvgPictureBox.resx" ! DependentUpon = "SvgPictureBox.cs" BuildAction = "EmbeddedResource" /> |
From: Jeff R. <jef...@us...> - 2005-09-11 18:31:17
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SvgComponents In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18931/src/SvgComponents Modified Files: SvgPictureBox.cs Log Message: Modified painting functions to support a Draw Command, relative positions and handle Garbage Collection Index: SvgPictureBox.cs =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SvgComponents/SvgPictureBox.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SvgPictureBox.cs 6 Mar 2005 08:17:14 -0000 1.1 --- SvgPictureBox.cs 11 Sep 2005 18:31:10 -0000 1.2 *************** *** 132,135 **** --- 132,141 ---- { #endif + + // Worry about clearing the graphics nodes map... + renderer.ClearMap(); + System.GC.Collect(); + System.Threading.Thread.Sleep(1); + if(value != null && value.Length > 0) { *************** *** 195,198 **** --- 201,206 ---- if ( this.window != null ) { renderAndInvalidate(); + System.GC.Collect(); + System.Threading.Thread.Sleep(1); } } *************** *** 246,254 **** if (surface != null) ! paint(surface); else { surface = CreateGraphics(); ! paint(surface); surface.Dispose(); surface = null; --- 254,262 ---- if (surface != null) ! Draw(surface); else { surface = CreateGraphics(); ! Draw(surface); surface.Dispose(); surface = null; *************** *** 279,287 **** if (surface != null) ! paint(surface, rect); else { surface = CreateGraphics(); ! paint(surface, rect); surface.Dispose(); surface = null; --- 287,295 ---- if (surface != null) ! Draw(surface, rect); else { surface = CreateGraphics(); ! Draw(surface, rect); surface.Dispose(); surface = null; *************** *** 297,301 **** } ! private void paint(Graphics gr) { if ( !this.DesignMode ) --- 305,309 ---- } ! public void Draw(Graphics gr) { if ( !this.DesignMode ) *************** *** 313,317 **** } ! private void paint(Graphics gr, RectangleF rect) { if ( !this.DesignMode ) --- 321,341 ---- } ! public void Draw(Graphics gr, int offsetX, int offsetY) ! { ! if ( !this.DesignMode ) ! { ! if ( window != null ) ! { ! Bitmap rasterImage = ((GdiRenderer) window.Renderer).RasterImage; ! ! if ( rasterImage != null ) ! { ! gr.DrawImage(rasterImage, offsetX, offsetY, rasterImage.Width, rasterImage.Height); ! } ! } ! } ! } ! ! public void Draw(Graphics gr, RectangleF rect) { if ( !this.DesignMode ) *************** *** 331,335 **** protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { ! paint(e.Graphics); } --- 355,364 ---- protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { ! if (surface != null) ! { ! Draw(surface); ! } ! else ! Draw(e.Graphics); } *************** *** 339,342 **** --- 368,375 ---- if (loaded) { + // Worry about clearing the graphics nodes map... + System.GC.Collect(); + System.Threading.Thread.Sleep(1); + (window as SvgWindow).Resize(this.Width, this.Height); renderAndInvalidate(); |
From: Jeff R. <jef...@us...> - 2005-09-11 18:26:57
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorObjectModel/SharpVectors/dom/svg/Document Structure In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18083/src/SharpVectorObjectModel/SharpVectors/dom/svg/Document Structure Modified Files: SvgSvgElement.cs Log Message: Implmented additional behavior Index: SvgSvgElement.cs =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorObjectModel/SharpVectors/dom/svg/Document Structure/SvgSvgElement.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SvgSvgElement.cs 6 Mar 2005 08:07:04 -0000 1.1 --- SvgSvgElement.cs 11 Sep 2005 18:26:49 -0000 1.2 *************** *** 817,820 **** --- 817,821 ---- x = null; y = null; + svgFitToViewBox = null; svgFitToViewBox = new SvgFitToViewBox(this); } |
From: Jeff R. <jef...@us...> - 2005-09-11 18:26:17
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorRenderingEngine/SharpVectors/Renderer/Gdi/Paint In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17902/src/SharpVectorRenderingEngine/SharpVectors/Renderer/Gdi/Paint Modified Files: GdiSvgColor.cs GdiSvgPaint.cs GradientPaintServer.cs Log Message: Small rendering corrections in paint servers, gradients, and re-rendering Index: GdiSvgColor.cs =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorRenderingEngine/SharpVectors/Renderer/Gdi/Paint/GdiSvgColor.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** GdiSvgColor.cs 27 Mar 2003 13:40:52 -0000 1.2 --- GdiSvgColor.cs 11 Sep 2005 18:26:09 -0000 1.3 *************** *** 17,21 **** } ! private int getOpacity() { string propName; --- 17,21 ---- } ! public int getOpacity() { string propName; Index: GradientPaintServer.cs =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorRenderingEngine/SharpVectors/Renderer/Gdi/Paint/GradientPaintServer.cs,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** GradientPaintServer.cs 19 Apr 2003 20:26:16 -0000 1.4 --- GradientPaintServer.cs 11 Sep 2005 18:26:09 -0000 1.5 *************** *** 7,10 **** --- 7,11 ---- using SharpVectors.Dom.Svg; using SharpVectors.Dom.Css; + using System.Runtime.InteropServices; namespace SharpVectors.Renderer.Gdi *************** *** 329,333 **** // brush.Transform = svgTList.matrix.matrix; ! /* * How to do brush.GammaCorrection = true on a PathGradientBrush? / nikgus * */ --- 330,343 ---- // brush.Transform = svgTList.matrix.matrix; ! if(res.GetPropertyValue("color-interpolation")=="linearRGB") ! { ! //GdipSetPathGradientGammaCorrection(brush, true); ! } ! else ! { ! //GdipSetPathGradientGammaCorrection(brush, false); ! } ! ! /* * How to do brush.GammaCorrection = true on a PathGradientBrush? / nikgus * */ *************** *** 392,395 **** --- 402,409 ---- } + + [DllImport("gdiplus.dll")] + static internal extern int GdipSetPathGradientGammaCorrection (IntPtr brush, bool gamma); + #endregion } Index: GdiSvgPaint.cs =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorRenderingEngine/SharpVectors/Renderer/Gdi/Paint/GdiSvgPaint.cs,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** GdiSvgPaint.cs 12 Feb 2005 17:26:56 -0000 1.7 --- GdiSvgPaint.cs 11 Sep 2005 18:26:09 -0000 1.8 *************** *** 182,185 **** --- 182,197 ---- lgb.LinearColors[i] = Color.FromArgb(opacityl, lgb.LinearColors[i]); } + } else if (br is PathGradientBrush) + { + PathGradientBrush pgb = (PathGradientBrush)br; + int opacityl = getOpacity(propPrefix); + for (int i = 0; i < pgb.InterpolationColors.Colors.Length; i++) + { + pgb.InterpolationColors.Colors[i] = Color.FromArgb(opacityl, pgb.InterpolationColors.Colors[i]); + } + for (int i = 0; i < pgb.SurroundColors.Length; i++) + { + pgb.SurroundColors[i] = Color.FromArgb(opacityl, pgb.SurroundColors[i]); + } } return br; |
From: Jeff R. <jef...@us...> - 2005-09-11 18:26:17
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorRenderingEngine/SharpVectors/Renderer/Gdi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17902/src/SharpVectorRenderingEngine/SharpVectors/Renderer/Gdi Modified Files: GdiRenderer.cs GraphicsNode.cs Log Message: Small rendering corrections in paint servers, gradients, and re-rendering Index: GraphicsNode.cs =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorRenderingEngine/SharpVectors/Renderer/Gdi/GraphicsNode.cs,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** GraphicsNode.cs 6 Mar 2005 07:38:53 -0000 1.39 --- GraphicsNode.cs 11 Sep 2005 18:26:09 -0000 1.40 *************** *** 289,292 **** --- 289,293 ---- } #endregion + } } Index: GdiRenderer.cs =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorRenderingEngine/SharpVectors/Renderer/Gdi/GdiRenderer.cs,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** GdiRenderer.cs 6 Mar 2005 07:38:53 -0000 1.36 --- GdiRenderer.cs 11 Sep 2005 18:26:09 -0000 1.37 *************** *** 459,463 **** return rasterImage; } ! /// <summary> /// Renders the <see cref="SvgDocument">SvgDocument</see>. --- 459,463 ---- return rasterImage; } ! /// <summary> /// Renders the <see cref="SvgDocument">SvgDocument</see>. *************** *** 479,482 **** --- 479,486 ---- } + public void ClearMap() + { + graphicsNodes.Clear(); + } *************** *** 692,695 **** --- 696,709 ---- return color; } + + internal void _removeColor(Color color, + GraphicsNode grNode) + { + if (!color.IsEmpty) + { + graphicsNodes[color] = null; + graphicsNodes.Remove(color); + } + } /// <summary> |
From: Jeff R. <jef...@us...> - 2005-09-11 18:25:11
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorUnitTests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17644/src/SharpVectorUnitTests Modified Files: SharpVectorUnitTests.build SharpVectorUnitTests.csproj Log Message: Updated build and project files for newer versions of NAnt and NUnit Index: SharpVectorUnitTests.build =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorUnitTests/SharpVectorUnitTests.build,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** SharpVectorUnitTests.build 6 Mar 2005 07:38:54 -0000 1.5 --- SharpVectorUnitTests.build 11 Sep 2005 18:25:02 -0000 1.6 *************** *** 55,70 **** <csc target="library" output="${build.dir}\${project.name}.dll" debug="${debug}"> <sources basedir="."> ! <includes name="**.cs"/> </sources> <references basedir="${build.dir}"> ! <includes name="SharpVectorBindings.dll"/> ! <includes name="SharpVectorDom.dll"/> ! <includes name="SharpVectorUtil.dll"/> ! <includes name="SharpVectorObjectModel.dll"/> ! <includes name="SharpVectorCss.dll"/> ! <includes name="SharpVectorRenderingEngine.dll"/> ! <includes name="SvgComponents.dll"/> ! <includes name="SharpZipLib.dll"/> ! <includes name="nunit.framework.dll"/> </references> --- 55,70 ---- <csc target="library" output="${build.dir}\${project.name}.dll" debug="${debug}"> <sources basedir="."> ! <include name="**.cs"/> </sources> <references basedir="${build.dir}"> ! <include name="SharpVectorBindings.dll"/> ! <include name="SharpVectorDom.dll"/> ! <include name="SharpVectorUtil.dll"/> ! <include name="SharpVectorObjectModel.dll"/> ! <include name="SharpVectorCss.dll"/> ! <include name="SharpVectorRenderingEngine.dll"/> ! <include name="SvgComponents.dll"/> ! <include name="SharpZipLib.dll"/> ! <include name="nunit.framework.dll"/> </references> Index: SharpVectorUnitTests.csproj =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorUnitTests/SharpVectorUnitTests.csproj,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** SharpVectorUnitTests.csproj 20 Nov 2003 00:28:56 -0000 1.44 --- SharpVectorUnitTests.csproj 11 Sep 2005 18:25:02 -0000 1.45 *************** *** 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> |
From: Jeff R. <jef...@us...> - 2005-09-11 18:25:11
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorViewer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17644/src/SharpVectorViewer Modified Files: SharpVectorViewer.build SharpVectorViewer.csproj Log Message: Updated build and project files for newer versions of NAnt and NUnit Index: SharpVectorViewer.csproj =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorViewer/SharpVectorViewer.csproj,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** SharpVectorViewer.csproj 6 Mar 2005 07:38:54 -0000 1.22 --- SharpVectorViewer.csproj 11 Sep 2005 18:25:02 -0000 1.23 *************** *** 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: SharpVectorViewer.build =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorViewer/SharpVectorViewer.build,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** SharpVectorViewer.build 6 Mar 2005 07:38:54 -0000 1.10 --- SharpVectorViewer.build 11 Sep 2005 18:25:02 -0000 1.11 *************** *** 64,79 **** <csc target="winexe" output="${build.dir}\${project.name}.exe" debug="${debug}" win32icon="svgsharp.ico"> <sources basedir="."> ! <includes name="**.cs"/> </sources> <references basedir="${build.dir}"> ! <includes name="SharpVectorBindings.dll"/> ! <includes name="SharpVectorDom.dll"/> ! <includes name="SharpVectorUtil.dll"/> ! <includes name="SharpVectorObjectModel.dll"/> ! <includes name="SharpVectorCss.dll"/> ! <includes name="SharpVectorRenderingEngine.dll"/> ! <includes name="SvgComponents.dll"/> ! <includes name="SharpZipLib.dll"/> </references> <!-- --- 64,79 ---- <csc target="winexe" output="${build.dir}\${project.name}.exe" debug="${debug}" win32icon="svgsharp.ico"> <sources basedir="."> ! <include name="**.cs"/> </sources> <references basedir="${build.dir}"> ! <include name="SharpVectorBindings.dll"/> ! <include name="SharpVectorDom.dll"/> ! <include name="SharpVectorUtil.dll"/> ! <include name="SharpVectorObjectModel.dll"/> ! <include name="SharpVectorCss.dll"/> ! <include name="SharpVectorRenderingEngine.dll"/> ! <include name="SvgComponents.dll"/> ! <include name="SharpZipLib.dll"/> </references> <!-- |
From: Jeff R. <jef...@us...> - 2005-09-11 18:25:11
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorBindings In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17644/src/SharpVectorBindings Modified Files: SharpVectorBindings.build SharpVectorBindings.csproj Log Message: Updated build and project files for newer versions of NAnt and NUnit Index: SharpVectorBindings.build =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorBindings/SharpVectorBindings.build,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SharpVectorBindings.build 9 Aug 2003 22:39:31 -0000 1.1 --- SharpVectorBindings.build 11 Sep 2005 18:25:02 -0000 1.2 *************** *** 47,54 **** <csc target="library" output="${build.dir}\${project.name}.dll" doc="${build.dir}\${project.name}.xml" debug="${debug}"> <sources basedir="."> ! <includes name="**.cs"/> </sources> <references basedir="${build.dir}"> ! <includes name="nunit.framework.dll" if="${debug}"/> </references> <!--<arg value="/warnaserror"/>--> --- 47,54 ---- <csc target="library" output="${build.dir}\${project.name}.dll" doc="${build.dir}\${project.name}.xml" debug="${debug}"> <sources basedir="."> ! <include name="**.cs"/> </sources> <references basedir="${build.dir}"> ! <include name="nunit.framework.dll" if="${debug}"/> </references> <!--<arg value="/warnaserror"/>--> Index: SharpVectorBindings.csproj =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorBindings/SharpVectorBindings.csproj,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** SharpVectorBindings.csproj 7 Mar 2005 18:02:14 -0000 1.11 --- SharpVectorBindings.csproj 11 Sep 2005 18:25:02 -0000 1.12 *************** *** 103,106 **** --- 103,126 ---- WarningLevel = "1" /> + <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> |
From: Jeff R. <jef...@us...> - 2005-09-11 18:25:10
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17644 Modified Files: SharpVectors.build Log Message: Updated build and project files for newer versions of NAnt and NUnit Index: SharpVectors.build =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/SharpVectors.build,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** SharpVectors.build 6 Mar 2005 07:38:52 -0000 1.7 --- SharpVectors.build 11 Sep 2005 18:25:02 -0000 1.8 *************** *** 1,4 **** --- 1,6 ---- <?xml version="1.0"?> <project name="Main" default="debug" onfailure="email"> + + <property name="nant.settings.defaultframework.frameworkassemblydirectory" value="C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322"/> <property name="package.version" value="current"/> *************** *** 23,27 **** <property name="build.dir" value="bin/net 1.0/debug/multiple"/> ! <call target="build" force="true"/> </target> --- 25,29 ---- <property name="build.dir" value="bin/net 1.0/debug/multiple"/> ! <call target="build"/> </target> *************** *** 36,40 **** <property name="build.dir" value="bin/net 1.0/release/multiple"/> ! <call target="build" force="true"/> </target> --- 38,42 ---- <property name="build.dir" value="bin/net 1.0/release/multiple"/> ! <call target="build"/> </target> *************** *** 45,49 **** <property name="build.dir" value="bin/net 1.0/debug/single"/> ! <call target="build-single" force="true"/> </target> --- 47,51 ---- <property name="build.dir" value="bin/net 1.0/debug/single"/> ! <call target="build-single"/> </target> *************** *** 54,58 **** <property name="build.dir" value="bin/net 1.0/release/single"/> ! <call target="build-single" force="true"/> </target> --- 56,60 ---- <property name="build.dir" value="bin/net 1.0/release/single"/> ! <call target="build-single"/> </target> *************** *** 86,90 **** <copy todir="unittests"> <fileset basedir="src\SharpVectorUnitTests\build\${target}"> ! <includes name="**"/> </fileset> </copy> --- 88,92 ---- <copy todir="unittests"> <fileset basedir="src\SharpVectorUnitTests\build\${target}"> ! <include name="**"/> </fileset> </copy> *************** *** 96,113 **** <target name="run-target" description="Run the specified target on all modules"> ! <nant basedir="SharpVectorBindings" target="${target}" buildfile="src\SharpVectorBindings\SharpVectorBindings.build" haltonfailure="false"/> ! <nant basedir="SharpVectorUtil" target="${target}" buildfile="src\SharpVectorUtil\SharpVectorUtil.build" haltonfailure="false"/> ! <nant basedir="SharpVectorDom" target="${target}" buildfile="src\SharpVectorDom\SharpVectorDom.build" haltonfailure="false"/> ! <nant basedir="SharpVectorCss" target="${target}" buildfile="src\SharpVectorCss\SharpVectorCss.build" haltonfailure="false"/> ! <nant basedir="SharpVectorScripting" target="${target}" buildfile="src\SharpVectorScripting\SharpVectorScripting.build" haltonfailure="false"/> ! <nant basedir="SharpVectorObjectModel" target="${target}" buildfile="src\SharpVectorObjectModel\SharpVectorObjectModel.build" haltonfailure="false"/> ! <nant basedir="SharpVectorRenderingEngine" target="${target}" buildfile="src\SharpVectorRenderingEngine\SharpVectorRenderingEngine.build" haltonfailure="false"/> ! <nant basedir="SvgComponents" target="${target}" buildfile="src\SvgComponents\SvgComponents.build" haltonfailure="false"/> ! <nant basedir="SharpVectorViewer" target="${target}" buildfile="src\SharpVectorViewer\SharpVectorViewer.build" haltonfailure="false"/> ! <nant basedir="SharpVectorUnitTests" target="${target}" buildfile="src\SharpVectorUnitTests\SharpVectorUnitTests.build" if="${target.debug}"/> </target> <target name="build" description="Compiles the system (defaults to a debug build)."> ! <call target="run-target" force="true"/> <mkdir dir="${build.dir}" /> --- 98,115 ---- <target name="run-target" description="Run the specified target on all modules"> ! <nant target="${target}" buildfile="src\SharpVectorBindings\SharpVectorBindings.build"/> ! <nant target="${target}" buildfile="src\SharpVectorUtil\SharpVectorUtil.build" /> ! <nant target="${target}" buildfile="src\SharpVectorDom\SharpVectorDom.build" /> ! <nant target="${target}" buildfile="src\SharpVectorCss\SharpVectorCss.build" /> ! <nant target="${target}" buildfile="src\SharpVectorScripting\SharpVectorScripting.build" /> ! <nant target="${target}" buildfile="src\SharpVectorObjectModel\SharpVectorObjectModel.build" /> ! <nant target="${target}" buildfile="src\SharpVectorRenderingEngine\SharpVectorRenderingEngine.build" /> ! <nant target="${target}" buildfile="src\SvgComponents\SvgComponents.build" /> ! <nant target="${target}" buildfile="src\SharpVectorViewer\SharpVectorViewer.build" /> ! <nant target="${target}" buildfile="src\SharpVectorUnitTests\SharpVectorUnitTests.build" if="${target.debug}"/> </target> <target name="build" description="Compiles the system (defaults to a debug build)."> ! <call target="run-target"/> <mkdir dir="${build.dir}" /> *************** *** 115,119 **** <copy todir="${build.dir}"> <fileset basedir="src\SharpVectorViewer\build\${target}"> ! <includes name="**"/> </fileset> </copy> --- 117,121 ---- <copy todir="${build.dir}"> <fileset basedir="src\SharpVectorViewer\build\${target}"> ! <include name="**"/> </fileset> </copy> *************** *** 128,147 **** <csc target="library" output="${build.dir}\SVGSharp.dll" debug="${target.debug}"> <sources basedir="src/"> ! <includes name="SharpVectorBindings/**.cs" /> ! <includes name="SharpVectorUtil/**.cs" /> ! <includes name="SharpVectorDom/**.cs" /> ! <includes name="SharpVectorCss/**.cs" /> ! <includes name="SharpVectorScripting/**.cs" /> ! <includes name="SharpVectorObjectModel/**.cs" /> ! <includes name="SharpVectorRenderingEngine/**.cs" /> ! <includes name="SvgComponents/**.cs" /> <excludes name="**/AssemblyInfo.cs"/> </sources> <references basedir="${build.dir}"> ! <includes name="nunit.framework.dll" if="${target.debug}"/> ! <includes name="SharpZipLib.dll"/> ! <includes name="${nant.settings.defaultframework.frameworkassemblydirectory}\Microsoft.JScript.dll"/> ! <includes name="Microsoft.Vsa.dll"/> </references> --- 130,149 ---- <csc target="library" output="${build.dir}\SVGSharp.dll" debug="${target.debug}"> <sources basedir="src/"> ! <include name="SharpVectorBindings/**.cs" /> ! <include name="SharpVectorUtil/**.cs" /> ! <include name="SharpVectorDom/**.cs" /> ! <include name="SharpVectorCss/**.cs" /> ! <include name="SharpVectorScripting/**.cs" /> ! <include name="SharpVectorObjectModel/**.cs" /> ! <include name="SharpVectorRenderingEngine/**.cs" /> ! <include name="SvgComponents/**.cs" /> <excludes name="**/AssemblyInfo.cs"/> </sources> <references basedir="${build.dir}"> ! <include name="nunit.framework.dll" if="${target.debug}"/> ! <include name="SharpZipLib.dll"/> ! <include name="${nant.settings.defaultframework.frameworkassemblydirectory}\Microsoft.JScript.dll"/> ! <include name="Microsoft.Vsa.dll"/> </references> *************** *** 154,163 **** <csc target="winexe" output="${build.dir}\SvgViewer.exe" debug="${target.debug}" win32icon="${viewer.dir}/svgsharp.ico"> <sources basedir="."> ! <includes name="${viewer.dir}/**.cs"/> </sources> <references basedir="${build.dir}"> ! <includes name="SVGSharp.dll"/> ! <includes name="SharpZipLib.dll"/> </references> <!-- --- 156,165 ---- <csc target="winexe" output="${build.dir}\SvgViewer.exe" debug="${target.debug}" win32icon="${viewer.dir}/svgsharp.ico"> <sources basedir="."> ! <include name="${viewer.dir}/**.cs"/> </sources> <references basedir="${build.dir}"> ! <include name="SVGSharp.dll"/> ! <include name="SharpZipLib.dll"/> </references> <!-- *************** *** 191,210 **** <zip zipfile="${package.dir}\SharpVectorGraphics.${package.version}.zip"> <fileset> ! <includes name="SharpVectors.build"/> <!-- get the binaries --> ! <includes name="bin/**/*.*"/> <!-- get the source --> ! <includes name="src\**\*.cs"/> ! <includes name="src\**\*.sln"/> ! <includes name="src\**\*.key"/> ! <includes name="src\**\*.resx"/> ! <includes name="src\**\*.ico"/> ! <includes name="src\**\*.build"/> ! <includes name="src\**\*.css"/> ! <includes name="src\**\*.config"/> ! <includes name="src\**\*.csproj"/> ! <includes name="src\**\*.vdproj"/> <excludes name="src\**\build\**" /> <excludes name="src\**\bin\**" /> --- 193,212 ---- <zip zipfile="${package.dir}\SharpVectorGraphics.${package.version}.zip"> <fileset> ! <include name="SharpVectors.build"/> <!-- get the binaries --> ! <include name="bin/**/*.*"/> <!-- get the source --> ! <include name="src\**\*.cs"/> ! <include name="src\**\*.sln"/> ! <include name="src\**\*.key"/> ! <include name="src\**\*.resx"/> ! <include name="src\**\*.ico"/> ! <include name="src\**\*.build"/> ! <include name="src\**\*.css"/> ! <include name="src\**\*.config"/> ! <include name="src\**\*.csproj"/> ! <include name="src\**\*.vdproj"/> <excludes name="src\**\build\**" /> <excludes name="src\**\bin\**" /> *************** *** 212,216 **** <!-- get the lib --> ! <includes name="lib\**"/> <excludes name="**/CVS/*" /> --- 214,218 ---- <!-- get the lib --> ! <include name="lib\**"/> <excludes name="**/CVS/*" /> *************** *** 224,228 **** <property name="nunit.output" value="Xml"/> <!-- set ${root.dir} so the unittest target can have a fully qualified path name --> ! <property name="root.dir" value="C:\CC\SharpVectorGraphics\SharpVectorGraphics\src\"/> <!-- <call target="clean"/> --- 226,230 ---- <property name="nunit.output" value="Xml"/> <!-- set ${root.dir} so the unittest target can have a fully qualified path name --> ! <property name="root.dir" value="C:\Visual Studio Projects\SharpVectorGraphics\SharpVectorGraphics\src\"/> <!-- <call target="clean"/> *************** *** 250,265 **** <ndoc failonerror="false"> <assemblies basedir="${build.dir}"> ! <includes name="SvgComponents.dll"/> ! <!--<includes name="SharpVectorRenderingEngine.dll"/> ! <includes name="SharpVectorBindings.dll"/> ! <includes name="SharpVectorDom.dll"/> ! <includes name="SharpVectorUtil.dll"/> ! <includes name="SharpVectorScripting.dll"/> ! <includes name="SharpVectorCss.dll"/> ! <includes name="SharpVectorObjectModel.dll"/>--> </assemblies> <summaries basedir="."> ! <includes name="namespace-summary.xml"/> </summaries> <documenters> --- 252,267 ---- <ndoc failonerror="false"> <assemblies basedir="${build.dir}"> ! <include name="SvgComponents.dll"/> ! <!--<include name="SharpVectorRenderingEngine.dll"/> ! <include name="SharpVectorBindings.dll"/> ! <include name="SharpVectorDom.dll"/> ! <include name="SharpVectorUtil.dll"/> ! <include name="SharpVectorScripting.dll"/> ! <include name="SharpVectorCss.dll"/> ! <include name="SharpVectorObjectModel.dll"/>--> </assemblies> <summaries basedir="."> ! <include name="namespace-summary.xml"/> </summaries> <documenters> |
From: Jeff R. <jef...@us...> - 2005-09-11 18:25:10
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorDom In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17644/src/SharpVectorDom Modified Files: SharpVectorDom.build SharpVectorDom.csproj Log Message: Updated build and project files for newer versions of NAnt and NUnit Index: SharpVectorDom.csproj =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorDom/SharpVectorDom.csproj,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** SharpVectorDom.csproj 20 Nov 2003 00:28:56 -0000 1.5 --- SharpVectorDom.csproj 11 Sep 2005 18:25:02 -0000 1.6 *************** *** 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: SharpVectorDom.build =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorDom/SharpVectorDom.build,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** SharpVectorDom.build 6 Mar 2005 07:38:53 -0000 1.2 --- SharpVectorDom.build 11 Sep 2005 18:25:02 -0000 1.3 *************** *** 50,59 **** <csc target="library" output="${build.dir}\${project.name}.dll" doc="${build.dir}\${project.name}.xml" debug="${debug}"> <sources basedir="."> ! <includes name="**.cs"/> </sources> <references basedir="${build.dir}"> ! <includes name="SharpVectorBindings.dll"/> ! <includes name="SharpVectorUtil.dll"/> ! <includes name="nunit.framework.dll" if="${debug}"/> </references> <!--<arg value="/warnaserror"/>--> --- 50,59 ---- <csc target="library" output="${build.dir}\${project.name}.dll" doc="${build.dir}\${project.name}.xml" debug="${debug}"> <sources basedir="."> ! <include name="**.cs"/> </sources> <references basedir="${build.dir}"> ! <include name="SharpVectorBindings.dll"/> ! <include name="SharpVectorUtil.dll"/> ! <include name="nunit.framework.dll" if="${debug}"/> </references> <!--<arg value="/warnaserror"/>--> |
From: Jeff R. <jef...@us...> - 2005-09-11 18:25:10
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorCss In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17644/src/SharpVectorCss Modified Files: SharpVectorCss.build SharpVectorCss.csproj Log Message: Updated build and project files for newer versions of NAnt and NUnit Index: SharpVectorCss.csproj =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorCss/SharpVectorCss.csproj,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** SharpVectorCss.csproj 7 Mar 2005 18:02:14 -0000 1.25 --- SharpVectorCss.csproj 11 Sep 2005 18:25:02 -0000 1.26 *************** *** 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: SharpVectorCss.build =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorCss/SharpVectorCss.build,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** SharpVectorCss.build 6 Mar 2005 07:38:52 -0000 1.11 --- SharpVectorCss.build 11 Sep 2005 18:25:02 -0000 1.12 *************** *** 51,62 **** <csc target="library" output="${build.dir}\${project.name}.dll" doc="${build.dir}\${project.name}.xml" debug="${debug}"> <sources basedir="."> ! <includes name="**.cs"/> </sources> <references basedir="${build.dir}"> ! <includes name="SharpVectorBindings.dll"/> ! <includes name="SharpVectorDom.dll"/> ! <includes name="SharpVectorUtil.dll"/> ! <includes name="nunit.framework.dll" if="${debug}"/> ! <includes name="SharpZipLib.dll"/> </references> <!--<arg value="/warnaserror"/>--> --- 51,62 ---- <csc target="library" output="${build.dir}\${project.name}.dll" doc="${build.dir}\${project.name}.xml" debug="${debug}"> <sources basedir="."> ! <include name="**.cs"/> </sources> <references basedir="${build.dir}"> ! <include name="SharpVectorBindings.dll"/> ! <include name="SharpVectorDom.dll"/> ! <include name="SharpVectorUtil.dll"/> ! <include name="nunit.framework.dll" if="${debug}"/> ! <include name="SharpZipLib.dll"/> </references> <!--<arg value="/warnaserror"/>--> |
From: Jeff R. <jef...@us...> - 2005-09-11 18:25:10
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorScripting In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17644/src/SharpVectorScripting Modified Files: SharpVectorScripting.build SharpVectorScripting.csproj Log Message: Updated build and project files for newer versions of NAnt and NUnit Index: SharpVectorScripting.build =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorScripting/SharpVectorScripting.build,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** SharpVectorScripting.build 6 Mar 2005 07:38:54 -0000 1.4 --- SharpVectorScripting.build 11 Sep 2005 18:25:02 -0000 1.5 *************** *** 45,55 **** <csc target="library" output="${build.dir}\${project.name}.dll" doc="${build.dir}\${project.name}.xml" debug="${debug}"> <sources basedir="."> ! <includes name="**.cs"/> </sources> <references> ! <includes name="SharpZipLib.dll"/> ! <includes name="SharpVectorUtil.dll"/> ! <includes name="${nant.settings.defaultframework.frameworkassemblydirectory}\Microsoft.JScript.dll"/> ! <includes name="Microsoft.Vsa.dll"/> </references> <!-- --- 45,55 ---- <csc target="library" output="${build.dir}\${project.name}.dll" doc="${build.dir}\${project.name}.xml" debug="${debug}"> <sources basedir="."> ! <include name="**.cs"/> </sources> <references> ! <include name="SharpZipLib.dll"/> ! <include name="SharpVectorUtil.dll"/> ! <include name="${nant.settings.defaultframework.frameworkassemblydirectory}\Microsoft.JScript.dll"/> ! <include name="Microsoft.Vsa.dll"/> </references> <!-- Index: SharpVectorScripting.csproj =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorScripting/SharpVectorScripting.csproj,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** SharpVectorScripting.csproj 20 Nov 2003 00:28:56 -0000 1.5 --- SharpVectorScripting.csproj 11 Sep 2005 18:25:02 -0000 1.6 *************** *** 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> |
From: Jeff R. <jef...@us...> - 2005-09-11 18:25:10
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorRenderingEngine In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17644/src/SharpVectorRenderingEngine Modified Files: SharpVectorRenderingEngine.build SharpVectorRenderingEngine.csproj Log Message: Updated build and project files for newer versions of NAnt and NUnit Index: SharpVectorRenderingEngine.build =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorRenderingEngine/SharpVectorRenderingEngine.build,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** SharpVectorRenderingEngine.build 6 Mar 2005 07:38:53 -0000 1.7 --- SharpVectorRenderingEngine.build 11 Sep 2005 18:25:02 -0000 1.8 *************** *** 53,66 **** <csc target="library" output="${build.dir}\${project.name}.dll" doc="${build.dir}\${project.name}.xml" debug="${debug}"> <sources basedir="."> ! <includes name="**.cs"/> </sources> <references basedir="${build.dir}"> ! <includes name="SharpVectorBindings.dll"/> ! <includes name="SharpVectorDom.dll"/> ! <includes name="SharpVectorCss.dll"/> ! <includes name="SharpVectorUtil.dll"/> ! <includes name="SharpVectorScripting.dll"/> ! <includes name="SharpVectorObjectModel.dll"/> ! <includes name="SharpZipLib"/> </references> <!-- --- 53,66 ---- <csc target="library" output="${build.dir}\${project.name}.dll" doc="${build.dir}\${project.name}.xml" debug="${debug}"> <sources basedir="."> ! <include name="**.cs"/> </sources> <references basedir="${build.dir}"> ! <include name="SharpVectorBindings.dll"/> ! <include name="SharpVectorDom.dll"/> ! <include name="SharpVectorCss.dll"/> ! <include name="SharpVectorUtil.dll"/> ! <include name="SharpVectorScripting.dll"/> ! <include name="SharpVectorObjectModel.dll"/> ! <include name="SharpZipLib"/> </references> <!-- Index: SharpVectorRenderingEngine.csproj =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorRenderingEngine/SharpVectorRenderingEngine.csproj,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** SharpVectorRenderingEngine.csproj 20 Nov 2003 00:28:56 -0000 1.22 --- SharpVectorRenderingEngine.csproj 11 Sep 2005 18:25:02 -0000 1.23 *************** *** 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> |