ChangeLog 8.9 KB

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