ChangeLog 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. 2004-03-04 Sanjay Gupta <[email protected]>
  2. * Metafile.cs: Added constructor with correct signature.
  3. 2004-03-04 Nick Drochak <[email protected]>
  4. * Metafile.cs: Fix build, remove duplicate member.
  5. 2004-03-03 Sanjay Gupta <[email protected]>
  6. *ImageAttributes.cs: Added few missing functions
  7. *Metafile.cs: Added stubs for missing constructors and functions
  8. 2004-03-03 Nick Drochak <[email protected]>
  9. * BmpCodec.cs: Remove unsed variable.
  10. 2004-02-17 Ravindra <[email protected]>
  11. * EncoderParameter.cs: Did few bug fixes and changed the file
  12. format to unix.
  13. 2004-02-13 Sanjay Gupta <[email protected]>
  14. * FrameDimension.cs: Implemented missing functionalities
  15. 2004-02-12 Ravindra <[email protected]>
  16. * EncoderParameters.cs: Implemented.
  17. * EncoderParameter.cs: Implemented.
  18. 2004-01-21 Jordi Mas i Hernàdez <[email protected]>
  19. * BmpBitmap.cs: fixed encoding and decoding problems
  20. * ImageAttributes.cs: implemented
  21. 2004-01-19 Ravindra <[email protected]>
  22. * Encoder.cs: Implemented.
  23. 2004-01-10 Ravindra <[email protected]>
  24. * All Enums: Made serializable.
  25. * ImageAttributes.cs: Implements ICloneable.
  26. * Metafile.cs: Made serializable and invisible to COM.
  27. 2003-11-13 Andreas Nahr <[email protected]>
  28. * ColorMap.cs: Implemented
  29. * ColorMatrix.cs: Implemented, Removed unneccesary members
  30. * ImageAttributes.cs: Fixed signature
  31. * ImageCodecInfo.cs: Added missing attribure, hide constructor
  32. * ImageFormat.cs: Implemented, Added attribute
  33. * MetaHeader.cs: Implemented
  34. * PropertyItem.cs: Implemented
  35. * ImageFlags.cs: Added Attribute
  36. * ImageCodecFlags.cs: Added Attribute
  37. * EmfPlusRecordType.cs: Added missing members
  38. 2003-11-12 Alexandre Pigolkine <[email protected]>
  39. * BitmapData.cs new function to convert BRG to RGB
  40. * JPEGCodec.cs convert BRG to RBG
  41. * PNGCodec.cs
  42. 2003-11-02 Alexandre Pigolkine <[email protected]>
  43. * BmpCodec.cs
  44. * ImageCodecInfo.cs
  45. * JPEGCodec.cs
  46. * PNGCodec.cs
  47. codec can select pixel format of bitmap
  48. 2003-10-23 Miguel de Icaza <[email protected]>
  49. * JPEGCodec.cs (JSAMPARRAY): Do not allocate memory here anymore,
  50. we will just have the JPEG library copy directly into our buffer.
  51. (Encode, Decode): Ported to the new model which avoid copies, and
  52. eliminates InternalImageInfo.
  53. TODO: need to port the PNG coder/decoder, and add support for RGBA
  54. images which got dropped from this version
  55. * BmpCodec.cs: Rework this one to use BitmapData and Image. Do
  56. not use the RawBytes property, instead pull the data one line at a
  57. time, and write that out.
  58. * ImageCodecInfo.cs: Make the encoding and decoding delegates take
  59. a Image parameter;
  60. * BmpCodec.cs:
  61. * BitmapData.cs: Make this one sequential, and also mimic the
  62. layout of GdiPlus.h so we can use this instead of making copies
  63. back and forth.
  64. 2003-10-12 Alexandre Pigolkine
  65. * BmpCodec.cs warning removed
  66. 2003-07-23 Alexandre Pigolkine
  67. * JPEGCodec.cs
  68. * PNGCodec.cs
  69. * BmpCodec.cs cosmetic changes
  70. 2003-07-22 Alexandre Pigolkine
  71. * ImageCodecInfo.cs
  72. * ImageFormat.cs
  73. * JPEGCodec.cs
  74. changes for PNG codec
  75. * PNGCodec.cs added
  76. 2003-07-21 Andreas Nahr <[email protected]>
  77. * Metafile.cs: Inherits from image (fix for System.Drawing.Design)
  78. 2003-06-29 Alexandre Pigolkine
  79. * BmpCodec.cs handle 32bpp images
  80. * JPEGCodec.cs small fix
  81. 2003-06-27 Alexandre Pigolkine <[email protected]>
  82. * JPEGCodec.cs encode 32 bpp images
  83. 2003-06-23 Alexandre Pigolkine <[email protected]>
  84. * JPEGCodec.cs set pixel format in InternalImageInfo
  85. 2003-06-23 Alexandre Pigolkine <[email protected]>
  86. * BmpCodec.cs pixel format check added
  87. * JPEGCodec.cs encoder implemented
  88. 2003-06-15 Alexandre Pigolkine <[email protected]>
  89. * ColorPalette.cs
  90. * ImageCodecInfo.cs
  91. * ImageFormat.cs
  92. implementation added
  93. * BmpCodec.cs
  94. * JPEGCodec.cs
  95. added
  96. 2002-9-2 DennisHayes <[email protected]>
  97. * PropertyItem.cs t
  98. * MetaHeader.cs t
  99. * MetafileHeader.cs t
  100. * Metafile.cs t
  101. * ImageFormat.cs t
  102. * ImageCodecInfo.cs t
  103. * ColorMatrix.cs t
  104. * ColorMap.cs t
  105. * WmfPlaceableFileHeader.cs t
  106. * Added todos back
  107. 2002-9-2 DennisHayes <[email protected]>
  108. * checked in for Everaldo Canuto (everaldo.canuto@bol,com.br)
  109. * BitmapData.cs
  110. * ColorAdjustType.cs
  111. * ColorChannelFlag.cs
  112. * ColorMap.cs
  113. * ColorMapType.cs
  114. * ColorMatrix.cs
  115. * ColorMatrixFlag.cs
  116. * ColorMode.cs
  117. * EmfPlusRecordType.cs
  118. * EmfType.cs
  119. * EncoderParameterValueType.cs
  120. * EncoderValue.cs
  121. * ImageCodecFlags.cs
  122. * ImageCodecInfo.cs
  123. * ImageFlags.cs
  124. * ImageFormat.cs
  125. * ImageLockMode.cs
  126. * MetafileFrameUnit.cs
  127. * MetafileHeader.cs
  128. * MetaHeader.cs
  129. * PaletteFlags.cs
  130. * PixelFormat.cs
  131. * PlayRecordCallback.cs
  132. * PropertyItem.cs
  133. * WmfPlaceableFileHeader.cs
  134. * Added null classes for most/all classes, Many stubs, and some implmentation
  135. 2002-9-2 DennisHayes <[email protected]>
  136. * ColorPalette.cs
  137. * FrameDimension.cs
  138. * Metafile.cs
  139. * Added stubs, implmentation
  140. 2002-05-03 Mike Kestner <[email protected]>
  141. * Metafile.cs : Use System.IO. Fix exception typos.
  142. 2002-04-27 Christian Meyer <[email protected]>
  143. * Metafile.cs: Copyright now holds Ximian.
  144. 2002-04-21 Dennis Hayes <[email protected]>
  145. * corrected emum values.
  146. 2002-04-14 Christian Meyer <[email protected]>
  147. * ChangeLog: created.
  148. * Metafile.cs: Added. Wrote some ctors. No impl done, yet.