ChangeLog 8.4 KB

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