ChangeLog 7.9 KB

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