ebff33c1e0adef8de9427cbedf2cd48addd85d7f
[mono.git] / mcs / class / System.Drawing / Samples / System.Drawing / ChangeLog
1 2006-02-02  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * RegionsRectangle.cs: Add test case for bug #77408.
4
5 2006-01-15  Jordi Mas <jordimash@gmail.com>
6
7         * Adds GraphicsUnits.cs
8
9 2005-09-06  Jordi Mas <jordi@ximian.com>
10
11         * clipping: Sample to test clipping
12
13 2004-06-17  Ravindra <rkumar@novell.com>
14
15         * BmpPaint.cs: Fixed, formatted and moved here from
16         Test/System.Drawing directory.
17         * font.cs: Formatted and moved here from Test/System.Drawing
18         directory.
19         * bmpsave.cs: Formatted and moved here from Test/System.Drawing
20         directory.
21         * graphicsUi.cs: Formatted and moved here from
22         Test/System.Drawing directory.
23
24 2004-05-31  Ravindra <rkumar@novell.com>
25
26         * pie.cs: Made the output image little organized and added a
27         case where DrawPie and FillPie were crashing the system. It
28         was happening with zero degree sweep angle.
29
30 2004-05-04  Ravindra <rkumar@novell.com>
31
32         * ImageRotateFlip.cs: Changed text color from white to
33         black and set the white background.
34
35 2004-05-04  Jordi Mas <jordi@ximian.com>
36         * ImageRotateFlip.cs: Added ImageRotateFlip.cs example.
37
38 2004-04-24  Ravindra  <rkumar@novell.com>
39
40         * pie.cs: Added a case to clear the graphics surface
41         and fill it with a background color. Fixing
42         Graphics.Clear(color) method.
43
44 2004-04-07  Ravindra  <rkumar@novell.com>
45         * TextureWrapModes.cs: Use PNG, instead of BMP.
46
47 2004-04-07  Duncan Mak  <duncan@ximian.com>
48
49         * pie.cs: Added a case where the sweep angle is greater than 360
50         degrees.
51
52 2004-04-06  Duncan Mak  <duncan@ximian.com>
53
54         * pie.cs: Save to PNG, instead of BMP.
55
56 2004-03-26  Ravindra <rkumar@novell.com>
57         * TextureWrapModes.cs: Changed the file format dos2unix and 
58         adjusted the generated image size.
59
60 2004-03-25  Ravindra <rkumar@novell.com>
61         * bitmaps: Added a repository for the bitmaps required by some of
62         the samples of this repository.
63         * TextureWrapModes.cs: Added a sample for texture brush wrapmodes.
64
65 2004-03-24  Jordi <jordi@ximian.com>
66         * Added drawimage.cs example    
67         
68 2004-03-22  Jordi <jordi@ximian.com>
69         * Added pie.cs example  
70
71 2004-03-17  Ravindra  <rkumar@novell.com>
72         * Created this repository for samples for System.Drawing namespace.
73         * ChangeLog: Added.