ChangeLog 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. 2004-06-17 Ravindra <[email protected]>
  2. * BmpPaint.cs: Fixed, formatted and moved here from
  3. Test/System.Drawing directory.
  4. * font.cs: Formatted and moved here from Test/System.Drawing
  5. directory.
  6. * bmpsave.cs: Formatted and moved here from Test/System.Drawing
  7. directory.
  8. * graphicsUi.cs: Formatted and moved here from
  9. Test/System.Drawing directory.
  10. 2004-05-31 Ravindra <[email protected]>
  11. * pie.cs: Made the output image little organized and added a
  12. case where DrawPie and FillPie were crashing the system. It
  13. was happening with zero degree sweep angle.
  14. 2004-05-04 Ravindra <[email protected]>
  15. * ImageRotateFlip.cs: Changed text color from white to
  16. black and set the white background.
  17. 2004-05-04 Jordi Mas <[email protected]>
  18. * ImageRotateFlip.cs: Added ImageRotateFlip.cs example.
  19. 2004-04-24 Ravindra <[email protected]>
  20. * pie.cs: Added a case to clear the graphics surface
  21. and fill it with a background color. Fixing
  22. Graphics.Clear(color) method.
  23. 2004-04-07 Ravindra <[email protected]>
  24. * TextureWrapModes.cs: Use PNG, instead of BMP.
  25. 2004-04-07 Duncan Mak <[email protected]>
  26. * pie.cs: Added a case where the sweep angle is greater than 360
  27. degrees.
  28. 2004-04-06 Duncan Mak <[email protected]>
  29. * pie.cs: Save to PNG, instead of BMP.
  30. 2004-03-26 Ravindra <[email protected]>
  31. * TextureWrapModes.cs: Changed the file format dos2unix and
  32. adjusted the generated image size.
  33. 2004-03-25 Ravindra <[email protected]>
  34. * bitmaps: Added a repository for the bitmaps required by some of
  35. the samples of this repository.
  36. * TextureWrapModes.cs: Added a sample for texture brush wrapmodes.
  37. 2004-03-24 Jordi <[email protected]>
  38. * Added drawimage.cs example
  39. 2004-03-22 Jordi <[email protected]>
  40. * Added pie.cs example
  41. 2004-03-17 Ravindra <[email protected]>
  42. * Created this repository for samples for System.Drawing namespace.
  43. * ChangeLog: Added.