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