Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « System.Drawing.Drawing2D « Test « System.Drawing « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 16c895e47c26615b2da6f447738d5707b192cb95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
2006-03-22  Sebastien Pouliot  <sebastien@ximian.com>

	* LinearGradientBrushTest.cs: New. Some unit tests (moslty failing).

2006-03-14  Sebastien Pouliot  <sebastien@ximian.com>

	* TestMatrix.cs: Added new test cases to test libgdiplus validations.

2006-03-13  Sebastien Pouliot  <sebastien@ximian.com>

	* GraphicsPathTest.cs: Added new test cases for SetMarkers, 
	ClearMarkers, CloseFigure and CloseAllFigures on an empty path.

2006-01-27  Sebastien Pouliot  <sebastien@ximian.com>

	* GraphicsPathTest.cs: Removed "NotWorking" from existing Flatten 
	tests and added more test cases (for each type of shape).

2006-01-16  Sebastien Pouliot  <sebastien@ximian.com>

	* GraphicsPathTest.cs: Added test cases for GetBounds and re-activated
	some parts of the tests that checked bounds (Add* tests).

2006-01-13  Sebastien Pouliot  <sebastien@ximian.com>

	* GraphicsPathTest.cs: New. Added multiple test cases to check null
	handling and how the points are generated for the Add* methods.
	* PathDataTest.cs: New. Added clone test case.

2006-01-12  Sebastien Pouliot  <sebastien@ximian.com>

	* GraphicsPathTest.cs: New. Basic test cases for empty path and 
	cloning.
	* PathDataTest.cs: New. Test cases for PathData.

2005-09-16  Sebastien Pouliot  <sebastien@ximian.com>

	* TestBlend.cs, TestColorBlend.cs, TestHatchBrush.cs, TestMatrix.cs:
	Deny UnmanagedCode permission to all tests. This shows (when executed 
	under MS runtime) that S.D API is safe and doesn't requires high 
	privileges to run - even if we know that, deep down, this calls into 
	GDI+.

2005-08-25 Jordi Mas i Hernandez <jordi@ximian.com>

	* TestMatrix.cs: New test cases
	
2005-08-24 Jordi Mas i Hernandez <jordi@ximian.com>

	* TestMatrix.cs: New Matrix unit case

2004-06-03  Ravindra  <rkumar@novell.com>

	* TestHatchBrush.cs: Added missing test cases for all the hatch
	styles.

2004-05-18  Ravindra  <rkumar@novell.com>

	* TestHatchBrush.cs: Added a test case for HatchBrush.cs.
	* TestBlend.cs: dos2unix format and namespace changed to
	MonoTests.System.Drawing.Drawing2D.
	* TestColorBlend.cs: dos2unix format and namespace changed to
	MonoTests.System.Drawing.Drawing2D.

2004-03-17  Ravindra  <rkumar@novell.com>

	* TestBlend.cs: Added.
	* TestColorBlend.cs: Added.

2004-03-17  Ravindra  <rkumar@novell.com>
	* System.Drawing.Drawing2D: Created a repository for
	System.Drawing.Drawing2D tests.
	* ChangeLog: Added.