Skip to content

Commit

Permalink
svn path=/branches/mono-1-1-9/mcs/; revision=50438
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalop committed Sep 22, 2005
2 parents e8bca72 + 3567ed5 commit 21d1fdc
Show file tree
Hide file tree
Showing 385 changed files with 87,662 additions and 0 deletions.
74 changes: 74 additions & 0 deletions mcs/class/System.Drawing/Assembly/AssemblyInfo.cs
@@ -0,0 +1,74 @@
//
// AssemblyInfo.cs
//
// Author:
// Andreas Nahr (ClassDevelopment@A-SoftTech.com)
//
// (C) 2003 Ximian, Inc. http://www.ximian.com
//

//
// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, sublicense, and/or sell copies of the Software, and to
// permit persons to whom the Software is furnished to do so, subject to
// the following conditions:
//
// The above copyright notice and this permission notice shall be
// included in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//

using System;
using System.Reflection;
using System.Resources;
using System.Security;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about the system assembly

[assembly: AssemblyVersion (Consts.FxVersion)]
[assembly: SatelliteContractVersion (Consts.FxVersion)]

#if (ONLY_1_1)
[assembly: ComCompatibleVersion (1, 0, 3300, 0)]
[assembly: TypeLibVersion (1, 10)]
#endif

[assembly: AssemblyTitle("System.Drawing.dll")]
[assembly: AssemblyDescription("System.Drawing.dll")]
[assembly: AssemblyConfiguration("Development version")]
[assembly: AssemblyCompany("MONO development team")]
[assembly: AssemblyProduct("MONO CLI")]
[assembly: AssemblyCopyright("(c) 2003 Various Authors")]
[assembly: AssemblyTrademark("")]

#if !TARGET_JVM
[assembly: CLSCompliant(true)]
#endif
[assembly: AssemblyDefaultAlias("System.Drawing.dll")]
[assembly: AssemblyInformationalVersion("0.0.0.1")]
[assembly: NeutralResourcesLanguage("en-US")]

[assembly: ComVisible(false)]
[assembly: AllowPartiallyTrustedCallers]

#if TARGET_JVM
[assembly: AssemblyDelaySign(false)]
#else
[assembly: AssemblyDelaySign(true)]
[assembly: AssemblyKeyFile("../msfinal.pub")]
#endif

16 changes: 16 additions & 0 deletions mcs/class/System.Drawing/Assembly/ChangeLog
@@ -0,0 +1,16 @@
2005-08-03 Andrew Skiba <andrews@mainsoft.com>

* AssemblyInfo.cs: add TARGET_JVM mode

2004-02-07 Andreas Nahr <ClassDevelopment@A-SoftTech.com>

* Locale.cs: Added

2003-11-13 Andreas Nahr <ClassDevelopment@A-SoftTech.com>

* Consts.cs: Added

2003-07-17 Andreas Nahr <ClassDevelopment@A-SoftTech.com>

* AssemblyInfo.cs: Added
* ChangeLog: Added
269 changes: 269 additions & 0 deletions mcs/class/System.Drawing/ChangeLog
@@ -0,0 +1,269 @@
2005-09-19 Miguel de Icaza <miguel@novell.com>

* Makefile (EXTRA_DISTFILES): Distribute indexed.png, add resource
to build.

2005-09-14 Vladimir Krasnov <vladimirk@mainsoft.com>

* System.Drawing.vmwcsproj: Added PlainImage.jvm.cs, PlainImageCollection.jvm.cs

2005-09-07 Vladimir Krasnov <vladimirk@mainsoft.com>

* System.Drawing.vmwcsproj: ImageCodec.jvm.cs
Added Mainsoft.Drawing.Configuration.jvm folder with
ResolutionConfiguration.cs, ResolutionConfigurationCollection.cs,
ResolutionConfigurationHandler.cs

2005-08-28 Vladimir Krasnov <vladimirk@mainsoft.com>

* System.Drawing.vmwcsproj: Added GraphicsContainer.jvm.cs, GraphicsState.jvm.cs
Excluded: GraphicsContainer.cs, GraphicsState.cs
Fixed: const.cs.in

2005-08-25 Atsushi Enomoto <atsushi@ximian.com>

* Makefile: build fix for some utf8-defaulted environment.

2005-08-24 Marek Safar <marek.safar@seznam.cz>

* SD.csproj: Updated.

2005-08-23 Eyal Alalyf <eyala@mainsoft.com>
* System.Drawing.vmwcsproj: Change it to be developer edition project file

2005-08-23 Boris Kirzner <borisk@mainsoft.com>
* System.Drawing.vmwcsproj: Changed reference to Consts.cs.

2005-08-16 Andrew Skiba <andrews@mainsoft.com>

* System.Drawing.vmwcsproj: use ImageFormat.cs instead of jvm.cs

2005-08-14 Gert Driesen <drieseng@users.sourceforge.net>

* System.Drawing.dll.sources: Removed TestColorConverter again, as
there was already a test class for ColorConverter.

2005-08-14 Gert Driesen <drieseng@users.sourceforge.net>

* System.Drawing.dll.sources: Added TestColorConverter.cs.

2005-08-14 Vladimir Krasnov <vladimirk@mainsoft.com>

* System.Drawing.vmwcsproj: Added SystemIcons.jvm.cs, excluded SystemIcons.cs

2005-08-11 Konstantin Triger <kostat@mainsoft.com>

* System.Drawing.vmwcsproj: changing JAVA to TARGET_JVM in release builds

2005-08-10 Boris Kirzner <borisk@mainsoft.com>
* System.Drawing.vmwcsproj: Added ExtendedGeneralPath.jvm.cs and GeneralPathIterator.jvm.cs.

2005-08-09 Konstantin Triger <kostat@mainsoft.com>

* System.Drawing.vmwcsproj: Added AdvancedStoke.jvm.cs and StrokeFactory.jvm.cs

2005-08-09 Andrew Skiba <andrews@mainsoft.com>

* System.Drawing_test.dll.sources: add ColorConverter.cs and ColorTranslator.cs

2005-08-07 Konstantin Triger <kostat@mainsoft.com>

* System.Drawing.vmwcsproj: removed source control dependency

2005-08-03 Andrew Skiba <andrews@mainsoft.com>

* System.Drawing.vmwcsproj, System.Drawing.sln: add a project file and solution for building System.Drawing for Grasshopper

2004-12-09 Geoff Norton <gnorton@customerdna.com>

* System.Drawing.dll.sources: Add System.Drawing/carbonFunctions.cs to the build

2004-11-22 Ravindra <rkumar@novell.com>

* SD.csproj: Removed a wrong entry from files list.

2004-09-16 Ravindra <rkumar@novell.com>

* SD.csproj: Added a VS.NET project file. It can be used to build
System.Drawing library on MS.

2004-09-09 Sebastien Pouliot <sebastien@ximian.com>

* System.Drawing_test.dll.sources: Added unit tests for
PrintingPermission and it's attribute class.

2004-06-10 Ravindra <rkumar@novell.com>

* Makefile: Suppress compiler warning cs:618 for test dll.

2004-06-03 Ravindra <rkumar@novell.com>

* Makefile: Updated. We don't need to define the flag
DECLARE_CDECL_DELEGATES anymore. As we have moved all the
codecs to libgdiplus.

2004-05-26 Ravindra <rkumar@novell.com>

* System.Drawing_test.dll.sources: Added TestColor.cs to the test sources list.

2004-05-20 Sanjay Gupta <gsanjay@novell.com>

* System.Drawing_test.dll.sources: Added TestIcon.cs to the test sources list.

2004-05-18 Ravindra <rkumar@novell.com>

* System.Drawing_test.dll.sources: Added TestHatchBrush.cs to the
test sources list.
* README: Added some guidelines for writing tests/samples.

2004-05-17 Sanjay Gupta <gsanjay@novell.com>

* System.Drawing_test.dll.sources: Added TestIconConverter.cs to the test sources list.

2004-05-14 Sanjay Gupta <gsanjay@novell.com>

* System.Drawing_test.dll.sources: Added TestImageConverter.cs and
TestImageFormatConverter.cs to the test sources list.

2004-04-22 Ravindra <rkumar@novell.com>

* System.Drawing_test.dll.sources: Added TestPointConverter.cs,
TestRectangleConverter.cs and TestSizeConverter.cs to the test
sources list.

2004-04-21 Ravindra <rkumar@novell.com>

* System.Drawing_test.dll.sources: Added TestPens.cs and
TestBrushes.cs to the test sources list.

2004-04-16 Ravindra <rkumar@novell.com>

* System.Drawing_test.dll.sources: Added TestSystemPens.cs
to the test sources list.

2004-04-12 Ravindra <rkumar@novell.com>

* System.Drawing_test.dll.sources: Added TestSystemBrushes.cs
to the test sources list.

2004-03-18 Ravindra <rkumar@novell.com>
* System.Drawing_test.dll.sources: Added TestBitmap.cs,
TestBlend.cs and TestColorBlend.cs to test sources list.

2004-03-17 Ravindra <rkumar@novell.com>
* Samples: Created directory for samples.
* README: Created README that tells about the directory
structure for samples and tests.

2004-02-11 Ravindra <rkumar@novell.com>
* System.Drawing.dll.sources: Added EncoderParameter.cs
and EncoderParameters.cs.

2004-02-07 Andreas Nahr <ClassDevelopment@A-SoftTech.com>

* System.Drawing.dll.sources:
SRDescriptionAttribute.cs, Locale.cs added

2004-01-26 Ravindra <rkumar@novell.com>
* System.Drawing.dll.sources: Added TextureBrush.cs.

2004-01-26 Ravindra <rkumar@novell.com>
* System.Drawing_test.dll.sources: Added to create
System.Drawing_test.dll.

2004-01-23 Ravindra <rkumar@novell.com>
* System.Drawing.dll.sources: Removed TextureBrush.cs.
Was added by mistake during last check-in.

2004-01-19 Ravindra <rkumar@novell.com>
* System.Drawing.dll.sources: Added Encoder.cs.

2003-11-13 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
* System.Drawing.dll.sources: MetafileHeader added (was missing), Consts.cs added

2003-10-14 Bernie Solomon <bernard@ugsolutions.com>
* Makefile do not build gdiplus on Windows

2003-10-12 Alexandre Pigolkine <pigolkine@gmx.de>
* Makefile gdiplus added to subdirs

2003-10-12 Alexandre Pigolkine <pigolkine@gmx.de>
* System.Drawing.dll.sources: Remove cairo,win32,gtk implementations
Add gdi+ implementation

2003-09-21 Miguel de Icaza <miguel@ximian.com>
* System.Drawing.dll.sources: Remove xr implementation.

2003-09-21 Alexandre Pigolkine <pigolkine@gmx.de>
* System.Drawing.dll.sources removed 2 files from Printing namespace

2003-08-31 Jerome Laban <jlaban@wanadoo.fr>
* Graphics.cs:
* win32functions.cs: Added Win32 Ellipse implementation.

2003-08-24 Duncan Mak <duncan@ximian.com>

* System.Drawing.dll.sources: Add Cairo implementation.

2003-07-23 Peter Williams <peter@newton.cx>

* System.Drawing.dll.sources: Add Pens.cs

2003-07-17 Andreas Nahr <ClassDevelopment@A-SoftTech.com>

* System.Drawing.dll.sources:
* list.unix: AssemblyInfo.cs added

2003-06-27 Alexandre Pigolkine <pigolkine@gmx.de>
* list.unix
new file added

2003-06-22 Alexandre Pigolkine <pigolkine@gmx.de>
* list.unix
reordered by folder names
few new files added
System.Drawing.Design/IDesignerHost.cs removed

2003-06-18 Alexandre Pigolkine <pigolkine@gmx.de>
* list.unix changed

2003-06-15 Alexandre Pigolkine <pigolkine@gmx.de>
* list.unix files added
* makefile.gnu --unsafe flag, cdecl delegates

2003-06-06 Alexandre Pigolkine <pigolkine@gmx.de>
* list.unix changed

2003-04-26 Alexandre Pigolkine <pigolkine@gmx.de>
* list.unix changed

2003-03-31 Martin Willemoes Hansen <mwh@sysrq.dk>

* System.Drawing.Printing/PrinterUnitConvert.cs stubed

2003-03-31 Martin Willemoes Hansen <mwh@sysrq.dk>

* System.Drawing.Design/ToolboxItemCollection.cs stubed

2003-03-31 Alan Tam <Tam@SiuLung.com>

* list.unix: Added UITypeEditor.cs.

2003-02-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* list.unix: added ImageAttributes.cs.

2003-02-07 Alexandre Pigolkine <pigolkine@gmx.de>
* list.unix changed

2002-12-1 Alejandro S�nchez Acosta <raciel@es.gnu.org>

* list.unix: Changed


2002-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* ChangeLog: new file.

* System.Drawing.build: added System.dll dependency

0 comments on commit 21d1fdc

Please sign in to comment.