ChangeLog 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314
  1. 2004-02-25 Jordi Mas i Hernadez <[email protected]>
  2. * ColorMatrix.cs: rewritten to be able to marshall it properly
  3. 2004-12-27 Zoltan Varga <[email protected]>
  4. * ImageCodecInfo.cs: Fix marshalling of arrays on amd64.
  5. 2004-11-25 Marek Safar <[email protected]>
  6. * ColorPalette.cs: Add CheckStatus to GetAdjustedPalette.
  7. 2004-11-03 Miguel de Icaza <[email protected]>
  8. * ColorPalette.cs: Add internal Clone method
  9. 2004-10-08 Ravindra <[email protected]>
  10. * BitmapData.cs: Synchronized the class with BitmapData struct
  11. in libgdiplus.
  12. 2004-06-13 Gert Driesen <[email protected]>
  13. * EmfPlusRecordType.cs: fixed mismatches in enum field values
  14. 2004-05-18 Jordi Mas i Hernadez <[email protected]>
  15. * ImageAttributes.cs: SetBrushRemapTable and SetRemapTable were
  16. passing bad parameters to GDI+ causing them not to work
  17. 2004-05-16 Gert Driesen ([email protected])
  18. * EncoderParameterValueType.cs: fix Windows build (CSC),
  19. MCS bug #58571
  20. * EncoderParameter.cs: removed ctors taking int value,
  21. to fix public API
  22. 2004-05-14 Vladimir Vukicevic <[email protected]>
  23. * EncoderParameters.cs: Added ToNativePtr() method to marshal
  24. struct correctly to a native struct. Resulting data should be
  25. FreeHGlobal'd when finished.
  26. * EncoderParameter.cs: Changed data storage to correspond to
  27. native code layout (so we can pass these structs directly to
  28. native code). Also changed layout to match native layout.
  29. * EncoderParameterValueType.cs: force EncoderParameterValueType to
  30. be Int32
  31. 2004-05-13 Jordi Mas i Hernadez <[email protected]>
  32. * ColorMatrix.cs:Make private data private
  33. * ColorPalette.cs: Make private data private
  34. * Encoder.cs: Make private data private
  35. * EncoderParameter.cs: Make private data private
  36. * EncoderParameters.cs: Make private data private
  37. * MetaHeader.cs: Make private data private
  38. * PropertyItem.cs: Make private data private
  39. 2004-05-04 Vladimir Vukicevic <[email protected]>
  40. * BitmapData.cs: re-synchronized with libgdiplus; also
  41. removed memory deallocs here (as the data is always owned
  42. by libgdiplus)
  43. 2004-04-28 Sanjay Gupta <[email protected]>
  44. Modified files from dos2unix format.
  45. 2004-04-27 Ravindra <[email protected]>
  46. * ImageAttributes.cs: Implemented SetWrapMode(WrapMode) method.
  47. 2004-04-27 Jordi Mas i Hernadez <[email protected]>
  48. * ImageFormat.cs: completed missimg members
  49. * ImageCodecInfo.cs: Use GDI+ calls instead of native C#
  50. 2004-04-27 Sanjay Gupta <[email protected]>
  51. * ImageFormat.cs: Implemented Equals() method.
  52. 2004-04-27 Sanjay Gupta <[email protected]>
  53. * ImageFormat.cs: Implemented ToString() method.
  54. 2004-04-06 Vladimir Vukicevic <[email protected]>
  55. * BitmapData.cs: synced up data structure with libgdiplus
  56. * BmpCodec.cs, JPEGCodec.cs, PNGCodec.cs: Removed codec impls,
  57. left just codecinfo getters; the codecs are in libgdiplus
  58. * ImageCodecInfo.cs: removed encode/decode delegates
  59. 2004-03-31 Jordi Mas i Hernadez <[email protected]>
  60. * FrameDimension.cs: added missing members
  61. 2004-03-26 Jordi Mas i Hernadez <[email protected]>
  62. * ImageAttributes.cs: added missing members and complete the wrapper
  63. 2004-03-04 Jordi Mas i Hernadez <[email protected]>
  64. * BmpCodec.cs: fixes DPI in BMP
  65. * Image.cs: gets DPI using GDI+ api
  66. 2004-03-04 Jordi Mas i Hernadez <[email protected]>
  67. * BmpCodec.cs
  68. Added support for diffent formats
  69. Fixed bugs in import and export
  70. Support for OS/2 and palettes
  71. * Image.cs
  72. Palettes
  73. 2004-03-04 Sanjay Gupta <[email protected]>
  74. * Metafile.cs: Added constructor with correct signature.
  75. 2004-03-04 Nick Drochak <[email protected]>
  76. * Metafile.cs: Fix build, remove duplicate member.
  77. 2004-03-03 Sanjay Gupta <[email protected]>
  78. *ImageAttributes.cs: Added few missing functions
  79. *Metafile.cs: Added stubs for missing constructors and functions
  80. 2004-03-03 Nick Drochak <[email protected]>
  81. * BmpCodec.cs: Remove unsed variable.
  82. 2004-02-17 Ravindra <[email protected]>
  83. * EncoderParameter.cs: Did few bug fixes and changed the file
  84. format to unix.
  85. 2004-02-13 Sanjay Gupta <[email protected]>
  86. * FrameDimension.cs: Implemented missing functionalities
  87. 2004-02-12 Ravindra <[email protected]>
  88. * EncoderParameters.cs: Implemented.
  89. * EncoderParameter.cs: Implemented.
  90. 2004-01-21 Jordi Mas i Hernàdez <[email protected]>
  91. * BmpBitmap.cs: fixed encoding and decoding problems
  92. * ImageAttributes.cs: implemented
  93. 2004-01-19 Ravindra <[email protected]>
  94. * Encoder.cs: Implemented.
  95. 2004-01-10 Ravindra <[email protected]>
  96. * All Enums: Made serializable.
  97. * ImageAttributes.cs: Implements ICloneable.
  98. * Metafile.cs: Made serializable and invisible to COM.
  99. 2003-11-13 Andreas Nahr <[email protected]>
  100. * ColorMap.cs: Implemented
  101. * ColorMatrix.cs: Implemented, Removed unneccesary members
  102. * ImageAttributes.cs: Fixed signature
  103. * ImageCodecInfo.cs: Added missing attribure, hide constructor
  104. * ImageFormat.cs: Implemented, Added attribute
  105. * MetaHeader.cs: Implemented
  106. * PropertyItem.cs: Implemented
  107. * ImageFlags.cs: Added Attribute
  108. * ImageCodecFlags.cs: Added Attribute
  109. * EmfPlusRecordType.cs: Added missing members
  110. 2003-11-12 Alexandre Pigolkine <[email protected]>
  111. * BitmapData.cs new function to convert BRG to RGB
  112. * JPEGCodec.cs convert BRG to RBG
  113. * PNGCodec.cs
  114. 2003-11-02 Alexandre Pigolkine <[email protected]>
  115. * BmpCodec.cs
  116. * ImageCodecInfo.cs
  117. * JPEGCodec.cs
  118. * PNGCodec.cs
  119. codec can select pixel format of bitmap
  120. 2003-10-23 Miguel de Icaza <[email protected]>
  121. * JPEGCodec.cs (JSAMPARRAY): Do not allocate memory here anymore,
  122. we will just have the JPEG library copy directly into our buffer.
  123. (Encode, Decode): Ported to the new model which avoid copies, and
  124. eliminates InternalImageInfo.
  125. TODO: need to port the PNG coder/decoder, and add support for RGBA
  126. images which got dropped from this version
  127. * BmpCodec.cs: Rework this one to use BitmapData and Image. Do
  128. not use the RawBytes property, instead pull the data one line at a
  129. time, and write that out.
  130. * ImageCodecInfo.cs: Make the encoding and decoding delegates take
  131. a Image parameter;
  132. * BmpCodec.cs:
  133. * BitmapData.cs: Make this one sequential, and also mimic the
  134. layout of GdiPlus.h so we can use this instead of making copies
  135. back and forth.
  136. 2003-10-12 Alexandre Pigolkine
  137. * BmpCodec.cs warning removed
  138. 2003-07-23 Alexandre Pigolkine
  139. * JPEGCodec.cs
  140. * PNGCodec.cs
  141. * BmpCodec.cs cosmetic changes
  142. 2003-07-22 Alexandre Pigolkine
  143. * ImageCodecInfo.cs
  144. * ImageFormat.cs
  145. * JPEGCodec.cs
  146. changes for PNG codec
  147. * PNGCodec.cs added
  148. 2003-07-21 Andreas Nahr <[email protected]>
  149. * Metafile.cs: Inherits from image (fix for System.Drawing.Design)
  150. 2003-06-29 Alexandre Pigolkine
  151. * BmpCodec.cs handle 32bpp images
  152. * JPEGCodec.cs small fix
  153. 2003-06-27 Alexandre Pigolkine <[email protected]>
  154. * JPEGCodec.cs encode 32 bpp images
  155. 2003-06-23 Alexandre Pigolkine <[email protected]>
  156. * JPEGCodec.cs set pixel format in InternalImageInfo
  157. 2003-06-23 Alexandre Pigolkine <[email protected]>
  158. * BmpCodec.cs pixel format check added
  159. * JPEGCodec.cs encoder implemented
  160. 2003-06-15 Alexandre Pigolkine <[email protected]>
  161. * ColorPalette.cs
  162. * ImageCodecInfo.cs
  163. * ImageFormat.cs
  164. implementation added
  165. * BmpCodec.cs
  166. * JPEGCodec.cs
  167. added
  168. 2002-9-2 DennisHayes <[email protected]>
  169. * PropertyItem.cs t
  170. * MetaHeader.cs t
  171. * MetafileHeader.cs t
  172. * Metafile.cs t
  173. * ImageFormat.cs t
  174. * ImageCodecInfo.cs t
  175. * ColorMatrix.cs t
  176. * ColorMap.cs t
  177. * WmfPlaceableFileHeader.cs t
  178. * Added todos back
  179. 2002-9-2 DennisHayes <[email protected]>
  180. * checked in for Everaldo Canuto (everaldo.canuto@bol,com.br)
  181. * BitmapData.cs
  182. * ColorAdjustType.cs
  183. * ColorChannelFlag.cs
  184. * ColorMap.cs
  185. * ColorMapType.cs
  186. * ColorMatrix.cs
  187. * ColorMatrixFlag.cs
  188. * ColorMode.cs
  189. * EmfPlusRecordType.cs
  190. * EmfType.cs
  191. * EncoderParameterValueType.cs
  192. * EncoderValue.cs
  193. * ImageCodecFlags.cs
  194. * ImageCodecInfo.cs
  195. * ImageFlags.cs
  196. * ImageFormat.cs
  197. * ImageLockMode.cs
  198. * MetafileFrameUnit.cs
  199. * MetafileHeader.cs
  200. * MetaHeader.cs
  201. * PaletteFlags.cs
  202. * PixelFormat.cs
  203. * PlayRecordCallback.cs
  204. * PropertyItem.cs
  205. * WmfPlaceableFileHeader.cs
  206. * Added null classes for most/all classes, Many stubs, and some implmentation
  207. 2002-9-2 DennisHayes <[email protected]>
  208. * ColorPalette.cs
  209. * FrameDimension.cs
  210. * Metafile.cs
  211. * Added stubs, implmentation
  212. 2002-05-03 Mike Kestner <[email protected]>
  213. * Metafile.cs : Use System.IO. Fix exception typos.
  214. 2002-04-27 Christian Meyer <[email protected]>
  215. * Metafile.cs: Copyright now holds Ximian.
  216. 2002-04-21 Dennis Hayes <[email protected]>
  217. * corrected emum values.
  218. 2002-04-14 Christian Meyer <[email protected]>
  219. * ChangeLog: created.
  220. * Metafile.cs: Added. Wrote some ctors. No impl done, yet.