**** Merged from MCS ****
[mono-project.git] / mcs / class / System.Drawing / Samples / System.Drawing / ChangeLog
blobbdb7f8e881e7afb700e5a3878e709949e3a03bdd
1 2004-06-17  Ravindra <rkumar@novell.com>
3         * BmpPaint.cs: Fixed, formatted and moved here from
4         Test/System.Drawing directory.
5         * font.cs: Formatted and moved here from Test/System.Drawing
6         directory.
7         * bmpsave.cs: Formatted and moved here from Test/System.Drawing
8         directory.
9         * graphicsUi.cs: Formatted and moved here from
10         Test/System.Drawing directory.
12 2004-05-31  Ravindra <rkumar@novell.com>
14         * pie.cs: Made the output image little organized and added a
15         case where DrawPie and FillPie were crashing the system. It
16         was happening with zero degree sweep angle.
18 2004-05-04  Ravindra <rkumar@novell.com>
20         * ImageRotateFlip.cs: Changed text color from white to
21         black and set the white background.
23 2004-05-04  Jordi Mas <jordi@ximian.com>
24         * ImageRotateFlip.cs: Added ImageRotateFlip.cs example.
26 2004-04-24  Ravindra  <rkumar@novell.com>
28         * pie.cs: Added a case to clear the graphics surface
29         and fill it with a background color. Fixing
30         Graphics.Clear(color) method.
32 2004-04-07  Ravindra  <rkumar@novell.com>
33         * TextureWrapModes.cs: Use PNG, instead of BMP.
35 2004-04-07  Duncan Mak  <duncan@ximian.com>
37         * pie.cs: Added a case where the sweep angle is greater than 360
38         degrees.
40 2004-04-06  Duncan Mak  <duncan@ximian.com>
42         * pie.cs: Save to PNG, instead of BMP.
44 2004-03-26  Ravindra <rkumar@novell.com>
45         * TextureWrapModes.cs: Changed the file format dos2unix and 
46         adjusted the generated image size.
48 2004-03-25  Ravindra <rkumar@novell.com>
49         * bitmaps: Added a repository for the bitmaps required by some of
50         the samples of this repository.
51         * TextureWrapModes.cs: Added a sample for texture brush wrapmodes.
53 2004-03-24  Jordi <jordi@ximian.com>
54         * Added drawimage.cs example    
55         
56 2004-03-22  Jordi <jordi@ximian.com>
57         * Added pie.cs example  
59 2004-03-17  Ravindra  <rkumar@novell.com>
60         * Created this repository for samples for System.Drawing namespace.
61         * ChangeLog: Added.