ChangeLog 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. 2002-10-13 DennisHayes <[email protected]>
  2. * Changed namespace from *2d to *2D
  3. * Changed comment header from system.Drawing to System.Drawing.Drawing2D
  4. 2002-9-2 DennisHayes <[email protected]>
  5. * AdjustableArrowCap.cs
  6. * Blend.cs
  7. * ColorBlend.cs
  8. * CombineMode.cs
  9. * CompostingMode.cs
  10. * CompostingQuality.cs
  11. * CoordinateSpace.cs
  12. * CustomLineCap.cs
  13. * DashCap.cs
  14. * DashStyle.cs
  15. * FillMode.cs
  16. * FlushIntention.cs
  17. * GraphicsContainer.cs
  18. * GraphicsPathIterator.cs
  19. * GraphicsState.cs
  20. * HatchBrush.cs
  21. * HatchStyle.cs
  22. * InterpolationMode.cs
  23. * LinearGradientBrush.cs
  24. * LinearGradientMode.cs
  25. * LineCap.cs
  26. * LineJoin.cs
  27. * MatrixOrder.cs
  28. * PathData.cs
  29. * PathGradientBrush.cs
  30. * PathPointType.cs
  31. * PenAligment.cs
  32. * PenType.cs
  33. * PixelOffsetMode.cs
  34. * QualityMode.cs
  35. * RegionData.cs
  36. * SmoothingMode.cs
  37. * WarpMode.cs
  38. * WrapMode.cs
  39. * Added null classes for most/all classes, Many stubs, and some implmentation
  40. 2002-9-2 DennisHayes <[email protected]>
  41. * Matrix.cs
  42. * Added stubs, implmentation
  43. 2002-9-2 DennisHayes <[email protected]>
  44. * GraphicsPath.cs
  45. * added stub needed for system.windows.forms
  46. 2002-01-06 Ravi Pratap <[email protected]>
  47. * ChangeLog : Add.
  48. * Matrix.cs : MonoTODO everywhere.
  49. * TODOAttribute.cs : Add here too.