ChangeLog 3.2 KB

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