ChangeLog 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. 2005-09-16 Sebastien Pouliot <[email protected]>
  2. * TestBlend.cs, TestColorBlend.cs, TestHatchBrush.cs, TestMatrix.cs:
  3. Deny UnmanagedCode permission to all tests. This shows (when executed
  4. under MS runtime) that S.D API is safe and doesn't requires high
  5. privileges to run - even if we know that, deep down, this calls into
  6. GDI+.
  7. 2005-08-25 Jordi Mas i Hernandez <[email protected]>
  8. * TestMatrix.cs: New test cases
  9. 2005-08-24 Jordi Mas i Hernandez <[email protected]>
  10. * TestMatrix.cs: New Matrix unit case
  11. 2004-06-03 Ravindra <[email protected]>
  12. * TestHatchBrush.cs: Added missing test cases for all the hatch
  13. styles.
  14. 2004-05-18 Ravindra <[email protected]>
  15. * TestHatchBrush.cs: Added a test case for HatchBrush.cs.
  16. * TestBlend.cs: dos2unix format and namespace changed to
  17. MonoTests.System.Drawing.Drawing2D.
  18. * TestColorBlend.cs: dos2unix format and namespace changed to
  19. MonoTests.System.Drawing.Drawing2D.
  20. 2004-03-17 Ravindra <[email protected]>
  21. * TestBlend.cs: Added.
  22. * TestColorBlend.cs: Added.
  23. 2004-03-17 Ravindra <[email protected]>
  24. * System.Drawing.Drawing2D: Created a repository for
  25. System.Drawing.Drawing2D tests.
  26. * ChangeLog: Added.