ChangeLog 1.9 KB

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