ChangeLog 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. 2003-07-23 Alexandre Pigolkine
  2. * JPEGCodec.cs
  3. * PNGCodec.cs
  4. * BmpCodec.cs cosmetic changes
  5. 2003-07-22 Alexandre Pigolkine
  6. * ImageCodecInfo.cs
  7. * ImageFormat.cs
  8. * JPEGCodec.cs
  9. changes for PNG codec
  10. * PNGCodec.cs added
  11. 2003-07-21 Andreas Nahr <[email protected]>
  12. * Metafile.cs: Inherits from image (fix for System.Drawing.Design)
  13. 2003-06-29 Alexandre Pigolkine
  14. * BmpCodec.cs handle 32bpp images
  15. * JPEGCodec.cs small fix
  16. 2003-06-27 Alexandre Pigolkine <[email protected]>
  17. * JPEGCodec.cs encode 32 bpp images
  18. 2003-06-23 Alexandre Pigolkine <[email protected]>
  19. * JPEGCodec.cs set pixel format in InternalImageInfo
  20. 2003-06-23 Alexandre Pigolkine <[email protected]>
  21. * BmpCodec.cs pixel format check added
  22. * JPEGCodec.cs encoder implemented
  23. 2003-06-15 Alexandre Pigolkine <[email protected]>
  24. * ColorPalette.cs
  25. * ImageCodecInfo.cs
  26. * ImageFormat.cs
  27. implementation added
  28. * BmpCodec.cs
  29. * JPEGCodec.cs
  30. added
  31. 2002-9-2 DennisHayes <[email protected]>
  32. * PropertyItem.cs t
  33. * MetaHeader.cs t
  34. * MetafileHeader.cs t
  35. * Metafile.cs t
  36. * ImageFormat.cs t
  37. * ImageCodecInfo.cs t
  38. * ColorMatrix.cs t
  39. * ColorMap.cs t
  40. * WmfPlaceableFileHeader.cs t
  41. * Added todos back
  42. 2002-9-2 DennisHayes <[email protected]>
  43. * checked in for Everaldo Canuto (everaldo.canuto@bol,com.br)
  44. * BitmapData.cs
  45. * ColorAdjustType.cs
  46. * ColorChannelFlag.cs
  47. * ColorMap.cs
  48. * ColorMapType.cs
  49. * ColorMatrix.cs
  50. * ColorMatrixFlag.cs
  51. * ColorMode.cs
  52. * EmfPlusRecordType.cs
  53. * EmfType.cs
  54. * EncoderParameterValueType.cs
  55. * EncoderValue.cs
  56. * ImageCodecFlags.cs
  57. * ImageCodecInfo.cs
  58. * ImageFlags.cs
  59. * ImageFormat.cs
  60. * ImageLockMode.cs
  61. * MetafileFrameUnit.cs
  62. * MetafileHeader.cs
  63. * MetaHeader.cs
  64. * PaletteFlags.cs
  65. * PixelFormat.cs
  66. * PlayRecordCallback.cs
  67. * PropertyItem.cs
  68. * WmfPlaceableFileHeader.cs
  69. * Added null classes for most/all classes, Many stubs, and some implmentation
  70. 2002-9-2 DennisHayes <[email protected]>
  71. * ColorPalette.cs
  72. * FrameDimension.cs
  73. * Metafile.cs
  74. * Added stubs, implmentation
  75. 2002-05-03 Mike Kestner <[email protected]>
  76. * Metafile.cs : Use System.IO. Fix exception typos.
  77. 2002-04-27 Christian Meyer <[email protected]>
  78. * Metafile.cs: Copyright now holds Ximian.
  79. 2002-04-21 Dennis Hayes <[email protected]>
  80. * corrected emum values.
  81. 2002-04-14 Christian Meyer <[email protected]>
  82. * ChangeLog: created.
  83. * Metafile.cs: Added. Wrote some ctors. No impl done, yet.