* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / System.Drawing / Test / DrawingTest / Test / ChangeLog
1 2006-01-25 Boris Kirzner <borisk@maonsoft.com>\r
2         * Graphics.cs: added #ifdef for TARGET_JVM.\r
3 \r
4 2006-01-22 Boris Kirzner <borisk@mainsoft.com>\r
5         * Bitmap.cs, Brush.cs, Graphics.cs, GraphicsPath.cs, Image.cs, Pen.cs,\r
6         Region.cs: tests refactoring.\r
7 \r
8 2005-10-27 Vladimir Krasnov <vladimirk@mainsoft.com>\r
9 \r
10         * Brush.cs: added texture brush with transform tests\r
11         * Graphics.cs: added DrawImage, BeginContainer tests\r
12 \r
13 2005-10-17 Vladimir Krasnov <vladimirk@mainsoft.com>\r
14         \r
15         * Graphics.cs: Added FillMode tests\r
16         * Brush.cs:  Added TextureBrush tests \r
17 \r
18 2005-09-21 Vladimir Krasnov <vladimirk@mainsoft.com>\r
19         \r
20         * Graphics.cs: Added tests for DrawImage\r
21         * Image.cs:  Added tests for clone, GetFrameCount\r
22 \r
23 2005-09-20 Vladimir Krasnov <vladimirk@mainsoft.com>\r
24         \r
25         * Graphics.cs: Added tests for DrawImage, fixed use pixel distance comparer\r
26 \r
27 2005-09-10 Konstnatin Triger <kostat@mainsoft.com>\r
28 \r
29         * Graphics.cs: Added test for Clipping\r
30 \r
31 2005-09-07 Boris Kirzner <borisk@mainsoft.com>\r
32         * GraphicsPath.cs: Added another PathData test..\r
33 \r
34 2005-09-06 Boris Kirzner <borisk@mainsoft.com>\r
35         * GraphicsPathIterator.cs: added.\r
36         * GraphicsPath.cs: Changed tests. Added NotWorking for the tests that\r
37         should fail in TARGET_JVM.\r
38 \r
39 2005-08-25 Vladimir Krasnov <vladimirk@mainsoft.com>\r
40         \r
41         * Graphics.cs: Added tests for Graphics.Begin/EndContaioner, \r
42         Graphics.Save/Restore, Transforms\r
43 \r
44 2005-08-25 Vladimir Krasnov <vladimirk@mainsoft.com>\r
45         \r
46         * Pen.cs: Refactoring\r
47         * Image.cs: Refactoring\r
48         * Bitmap.cs: Refactoring\r
49         * Graphics.cs: Refactoring\r
50         * Region.cs: Refactoring\r
51 \r
52 2005-08-16 Andrew Skiba <andrews@mainsoft.com>\r
53 \r
54         * Test.dotnet.csproj, Test.vmwcsproj: make Bitmap1.png embedded resource,\r
55         add Bitmap1.bmp\r
56         * Bitmap1.bmp: added to make tests on java without jai\r
57         * Bitmap.cs: open bitmap from resources, to get rid of dir dependency\r
58         * Color.cs: remove unnecessary using DrawingTestHelper\r
59         * Graphics.cs: naive StringAlignment tests, must be improved later\r
60         * Image.cs: same as Bitmap.cs + use test.bmp instead of test.png (works\r
61         immediately on java w/o jai)\r
62 \r
63 2005-08-10 Boris Kirzner <borisk@mainsoft.com>\r
64         * GraphicsPath.cs: Added new class. Test fixture for GraphicsPath.\r
65 \r
66 2005-08-08 Vladimir Krasnov <vladimirk@mainsoft.com>\r
67         \r
68         * Pen.cs: Added LineCaps and LineJoin tests\r
69         * Image.cs: Added png interop test\r
70         * Added test images bitmap_gh.png, bitmap_net.png\r
71 \r
72 2005-08-08 Vladimir Krasnov <vladimirk@mainsoft.com>\r
73 \r
74         * Added Brushes.cs: Brushes and SystemBrushes tests\r
75         * Added Colors.cs: Colors, SystemColors tests\r
76         * Added Enums.cs: Various enums tests\r
77         * Added Pens.cs: Pens, SystemPent tests\r
78 \r
79 Andrew Skiba <andrews@mainsoft.com>\r
80 \r
81         * Test.dotnet.csproj, Test.vmwcsproj: move project to sys.drawing/Test so\r
82         it's easy to include Mono tests\r
83 \r