ChangeLog 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. 2003-11-13 Andreas Nahr <[email protected]>
  2. * QualityMode.cs: Fixed typo
  3. * InterpolationMode.cs: Fixed typo
  4. * RegionData.cs: Fixed signatures, partially implemented
  5. * PathGradientBrush.cs: Fixed signatures
  6. * PathData.cs: Fixed signature, implemented
  7. * LinearGradientBrush.cs: Added missing MonoTODOs, fixed typo
  8. * GraphicsContainer.cs: Added private constructor
  9. * CustomLineCap.cs: Fixed typos, fixed inheritance, removed unneeded member
  10. 2003-11-11 Ben Maurer <[email protected]>
  11. * ColorBlend.cs (Positions): another one.
  12. 2003-11-11 Ben Maurer <[email protected]>
  13. * Blend.cs (Positions): recursion in prop.
  14. 2003-10-24 Miguel de Icaza <[email protected]>
  15. * GraphicsPath.cs: Stub some more.
  16. 2003-10-12 Alexandre Pigolkine <[email protected]>
  17. * GraphicsState.cs internal member added
  18. 2003-06-26 Alexandre Pigolkine <[email protected]>
  19. * GraphicsState.cs internal member added
  20. 2003-04-26 Alexandre Pigolkine <[email protected]>
  21. * LinearGradientBrush.cs some implementation added
  22. 2003-3-15 DennisHayes <[email protected]>
  23. * Stubbed and somewhat implmented
  24. * CustomLineCap.cs
  25. * GraphicsContainer.cs
  26. * GraphicsPath.cs
  27. * GraphicsPathIterator.cs
  28. * GraphicsState.cs
  29. * HatchBrush.cs
  30. * LinearGradientBrush.cs
  31. 2003-3-5 DennisHayes <[email protected]>
  32. * Added values for enums
  33. * Stubbed and somewhat implmented Blend, ColorBlend, CustomLineCap
  34. 2003-3-2 DennisHayes <[email protected]>
  35. * Created changelog
  36. * updated copyrights to 2002/3
  37. * changed namespace from System.Drawing, System.Drawing.Drawing2d to System.Drawing.Drawing2D
  38. * cosmetic improvments
  39. 2002-10-13 DennisHayes <[email protected]>
  40. * Changed namespace from *2d to *2D
  41. * Changed comment header from system.Drawing to System.Drawing.Drawing2D
  42. 2002-9-2 DennisHayes <[email protected]>
  43. * AdjustableArrowCap.cs
  44. * Blend.cs
  45. * ColorBlend.cs
  46. * CombineMode.cs
  47. * CompostingMode.cs
  48. * CompostingQuality.cs
  49. * CoordinateSpace.cs
  50. * CustomLineCap.cs
  51. * DashCap.cs
  52. * DashStyle.cs
  53. * FillMode.cs
  54. * FlushIntention.cs
  55. * GraphicsContainer.cs
  56. * GraphicsPathIterator.cs
  57. * GraphicsState.cs
  58. * HatchBrush.cs
  59. * HatchStyle.cs
  60. * InterpolationMode.cs
  61. * LinearGradientBrush.cs
  62. * LinearGradientMode.cs
  63. * LineCap.cs
  64. * LineJoin.cs
  65. * MatrixOrder.cs
  66. * PathData.cs
  67. * PathGradientBrush.cs
  68. * PathPointType.cs
  69. * PenAligment.cs
  70. * PenType.cs
  71. * PixelOffsetMode.cs
  72. * QualityMode.cs
  73. * RegionData.cs
  74. * SmoothingMode.cs
  75. * WarpMode.cs
  76. * WrapMode.cs
  77. * Added null classes for most/all classes, Many stubs, and some implmentation
  78. 2002-9-2 DennisHayes <[email protected]>
  79. * Matrix.cs
  80. * Added stubs, implmentation
  81. 2002-9-2 DennisHayes <[email protected]>
  82. * GraphicsPath.cs
  83. * added stub needed for system.windows.forms
  84. 2002-01-06 Ravi Pratap <[email protected]>
  85. * ChangeLog : Add.
  86. * Matrix.cs : MonoTODO everywhere.
  87. * TODOAttribute.cs : Add here too.