Fixed GraphicsPath implementation and tests for TARGET_JVM.
[mono.git] / mcs / class / System.Drawing / Test / DrawingTest / Test / ChangeLog
1 2005-09-06 Boris Kirzner <borisk@mainsoft.com>\r
2         * GraphicsPathIterator.cs: added.\r
3         * GraphicsPath.cs: Changed tests. Added NotWorking for the tests that\r
4         should fail in TARGET_JVM.\r
5 \r
6 2005-08-25 Vladimir Krasnov <vladimirk@mainsoft.com>\r
7         \r
8         * Graphics.cs: Added tests for Graphics.Begin/EndContaioner, \r
9         Graphics.Save/Restore, Transforms\r
10 \r
11 2005-08-25 Vladimir Krasnov <vladimirk@mainsoft.com>\r
12         \r
13         * Pen.cs: Refactoring\r
14         * Image.cs: Refactoring\r
15         * Bitmap.cs: Refactoring\r
16         * Graphics.cs: Refactoring\r
17         * Region.cs: Refactoring\r
18 \r
19 2005-08-16 Andrew Skiba <andrews@mainsoft.com>\r
20 \r
21         * Test.dotnet.csproj, Test.vmwcsproj: make Bitmap1.png embedded resource,\r
22         add Bitmap1.bmp\r
23         * Bitmap1.bmp: added to make tests on java without jai\r
24         * Bitmap.cs: open bitmap from resources, to get rid of dir dependency\r
25         * Color.cs: remove unnecessary using DrawingTestHelper\r
26         * Graphics.cs: naive StringAlignment tests, must be improved later\r
27         * Image.cs: same as Bitmap.cs + use test.bmp instead of test.png (works\r
28         immediately on java w/o jai)\r
29 \r
30 2005-08-10 Boris Kirzner <borisk@mainsoft.com>\r
31         * GraphicsPath.cs: Added new class. Test fixture for GraphicsPath.\r
32 \r
33 2005-08-08 Vladimir Krasnov <vladimirk@mainsoft.com>\r
34         \r
35         * Pen.cs: Added LineCaps and LineJoin tests\r
36         * Image.cs: Added png interop test\r
37         * Added test images bitmap_gh.png, bitmap_net.png\r
38 \r
39 2005-08-08 Vladimir Krasnov <vladimirk@mainsoft.com>\r
40 \r
41         * Added Brushes.cs: Brushes and SystemBrushes tests\r
42         * Added Colors.cs: Colors, SystemColors tests\r
43         * Added Enums.cs: Various enums tests\r
44         * Added Pens.cs: Pens, SystemPent tests\r
45 \r
46 Andrew Skiba <andrews@mainsoft.com>\r
47 \r
48         * Test.dotnet.csproj, Test.vmwcsproj: move project to sys.drawing/Test so\r
49         it's easy to include Mono tests\r
50 \r