Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Drawing/System.Drawing/ChangeLog')
-rw-r--r--mcs/class/System.Drawing/System.Drawing/ChangeLog155
1 files changed, 0 insertions, 155 deletions
diff --git a/mcs/class/System.Drawing/System.Drawing/ChangeLog b/mcs/class/System.Drawing/System.Drawing/ChangeLog
deleted file mode 100644
index da3817b3af2..00000000000
--- a/mcs/class/System.Drawing/System.Drawing/ChangeLog
+++ /dev/null
@@ -1,155 +0,0 @@
-2002-10-14 Dennis Hayes (dennish@raytek.com)
- * Region.cs
- * changed using namespace from Drawing2d to Drawing2D
-
- 2002-9-15 Asier Llano <asierllano@infonegocio.com>
-
- * Fixes the enum values in the following enums
- * ContentAlignment.cs:
- * FontStyle.cs:
- * GraphicsUnit.cs:
- * KnownColor.cs:
- * RotateFlipType.cs:
- * StringAligment.cs:
- * StringDigitSubstitute.cs:
- * StringFormatFlags.cs:
- * StringTrimming.cs:
- * StringUnit.cs:
- * SolidBrush.cs: Easy implementation
- * Brushes.cs: Implementation based on SolidBrush and Color class.
- * Brush.cs: Fixes based on the status web).
- * CharacterRange.cs: Implemented the missing Lenth property.
-
-2002-9-14 Dennis Hayes (dennish@raytek.com)
-
- * sample.cs
- * removed personal template that should not have been checked in
-
-2002-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
-
- * ColorConverter.cs: readded MonoTODOs and implemented a couple of
- methods.
-
-2002-9-14 DennisHayes <dennish@raytek.com>
-
- * FontConverter.cs
- * FontFamily.cs
- * Icon.cs
- * IconConverter.cs
- * ImageAnimator.cs
- * ImageConverter.cs
- * ImageFormatConverter.cs
- * PointConverter.cs
- * RectangleConverter.cs
- * Sample.cs
- * SizeConverter.cs
- * SolidBrush.cs
- * StringFormat.cs
- * SystemBrushes.cs
- * SystemIcons.cs
- * SystemPens.cs
- * TextureBrush.cs
- * ToolboxBitmapAttribute.cs
- * Added null classes for most/all classes, Many stubs, and some implmentation
-
-2002-9-2 DennisHayes <dennish@raytek.com>
-
- * Bitmap.cs
- * Color.cs
- * ColorConverter.cs
- * Image.cs
- * Pen.cs
- * Added stubs, implmentation
-
-2002-9-2 DennisHayes <dennish@raytek.com>
-
- * Brushes.cs : stubbed, added colors. Not sure how to implement,
- but this should at least save someone some typing.
- * CharacterRange.cs :Implmented
- * Region.cs : stub needed for system.windows.forms
-
-2002-07-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
-
- * ColorTranslator.cs: use Color.Name.
-
-2002-07-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
-
- * Color.cs: implemented SystemColors and NamedColors properties that
- are used by ColorConverter, removed public constructor, use
- SystemColors, and misc. fixes to make it behave as MS (ToString,
- parsing names, FromKnownColor,...).
-
- * ColorConverter.cs: use NamedColors and SystemColors from Color when
- trying to get the color from its name.
-
- * SystemColors.cs: new file.
-
-2002-07-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
-
- * Color.cs: changed static properties to use FromArgbNamed. Also
- modified the program included in comments that get the values for
- static properties.
-
- (FromArgbNamed): build named colors.
- (FromKnownColor): fixed.
- (FromName): use a hash to look up colors by name.
- (FillColorNames): create the hash of colors.
- (Equals): compare values and name.
- (ToString): improved.
-
- * ColorTranslator.cs: implemented ToHtml.
-
-2002-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
-
- * Color.cs: added TypeConverter attribute.
-
- * ColorConverter.cs: added constructor.
-
-2002-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
-
- * ColorConverter.cs: implemented minimal set of features needed by xsp.
-
-2002-05-03 Mike Kestner <mkestner@speakeasy.net>
-
- * Bitmap.cs : using System.IO
- * ColorTranslator.cs : Stubbed off build breakers.
- * Image.cs : Stub off IDisposable and ICloneable.
-
-2002-04-27 Christian Meyer <Christian.Meyer@cs.tum.edu>
-
- * Bitmap.cs: Ximian is the new copyright holder now.
- * Image.cs: ditto
-
-2002-04-05 Christian Meyer <Christian.Meyer@cs.tum.edu>
-
- * Uppercased several files.
-
-2002-04-05 Christian Meyer <Christian.Meyer@cs.tum.edu>
-
- * color.cs: Fixed a typo in GetSaturation ().
-
-2002-02-26 Christian Meyer <Christian.Meyer@cs.tum.edu>
-
- * Bitmap.cs: Added method headers.
-
-2002-02-25 Christian Meyer <Christian.Meyer@cs.tum.edu>
-
- * Bitmap.cs: Added, no implementation's done, yet.
-
-2001-12-15 Mike Kestner <mkestner@speakeasy.net>
-
- * Rectangle.cs : Add a doc comment.
- * RectangleF.cs : New struct implementation.
-
-2001-12-15 Mike Kestner <mkestner@speakeasy.net>
-
- * Rectangle.cs : New struct implementation.
-
-2001-08-17 Mike Kestner <mkestner@speakeasy.net>
-
- * PointF.cs, Size.cs, SizeF.cs : New struct implementations.
-
-2001-08-16 Mike Kestner <mkestner@speakeasy.net>
-
- * Point.cs : New. Implementation of System.Drawing.Point struct.
-