2
0

ChangeLog 2.0 KB

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