ChangeLog 2.1 KB

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