| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- 2006-04-27 Sebastien Pouliot <[email protected]>
- * GraphicsPathTest.cs: Activate two unit tests where we use AddLines
- to add a single point to a path.
- 2006-04-27 Sebastien Pouliot <[email protected]>
- * GraphicsPathTest.cs: Added new test cases for AddString.
- 2006-04-20 Sebastien Pouliot <[email protected]>
- * LinearGradientBrushTest.cs: Remove "NonWorking" from many test
- cases. Added more test cases for non-invertible matrix and to ensure
- all matrix-based transformation are correct.
- 2006-04-19 Sebastien Pouliot <[email protected]>
- * GraphicsPathTest.cs: Add test cases for Wrap and Widen (most of them
- are current "NotWorking").
- 2006-04-10 Sebastien Pouliot <[email protected]>
- * TestMatrix.cs: Added new test cases for contructors accepting
- rectangles and points.
- 2006-03-30 Sebastien Pouliot <[email protected]>
- * LinearGradientBrushTest.cs: Added a bunch of test cases to check
- for the "initial" matrix of the brush (which we don't set).
- * TestMatrix.cs: Added test cases about matrix identity precision.
- 2006-03-29 Sebastien Pouliot <[email protected]>
- * GraphicsPathTest.cs: Add test cases for every Add* method to check
- their (different) behaviour wrt starting and closing figures in the
- path they are added.
- 2006-03-28 Sebastien Pouliot <[email protected]>
- * TestMatrix.cs: Added new test cases.
- 2006-03-22 Sebastien Pouliot <[email protected]>
- * LinearGradientBrushTest.cs: New. Some unit tests (moslty failing).
- 2006-03-14 Sebastien Pouliot <[email protected]>
- * TestMatrix.cs: Added new test cases to test libgdiplus validations.
- 2006-03-13 Sebastien Pouliot <[email protected]>
- * GraphicsPathTest.cs: Added new test cases for SetMarkers,
- ClearMarkers, CloseFigure and CloseAllFigures on an empty path.
- 2006-01-27 Sebastien Pouliot <[email protected]>
- * GraphicsPathTest.cs: Removed "NotWorking" from existing Flatten
- tests and added more test cases (for each type of shape).
- 2006-01-16 Sebastien Pouliot <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * GraphicsPathTest.cs: New. Basic test cases for empty path and
- cloning.
- * PathDataTest.cs: New. Test cases for PathData.
- 2005-09-16 Sebastien Pouliot <[email protected]>
- * 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 <[email protected]>
- * TestMatrix.cs: New test cases
-
- 2005-08-24 Jordi Mas i Hernandez <[email protected]>
- * TestMatrix.cs: New Matrix unit case
- 2004-06-03 Ravindra <[email protected]>
- * TestHatchBrush.cs: Added missing test cases for all the hatch
- styles.
- 2004-05-18 Ravindra <[email protected]>
- * 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 <[email protected]>
- * TestBlend.cs: Added.
- * TestColorBlend.cs: Added.
- 2004-03-17 Ravindra <[email protected]>
- * System.Drawing.Drawing2D: Created a repository for
- System.Drawing.Drawing2D tests.
- * ChangeLog: Added.
|