ChangeLog 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548
  1. 2007-03-28 Sebastien Pouliot <[email protected]>
  2. * MetaHeader.cs: Workaround bug #81254 where the SPARC architecture
  3. can't use the misaligned integer in the structure (with Pack=2).
  4. 2007-03-14 Sebastien Pouliot <[email protected]>
  5. * MetafileHeader.cs: WmfHeader is available on non-placeable WMF too.
  6. 2007-03-09 Sebastien Pouliot <[email protected]>
  7. * MetafileHeader.cs: WmfHeader throws if the metafile isn't a WMF (e.g.
  8. EMF, EMF+ or EMF dual).
  9. 2007-03-09 Sebastien Pouliot <[email protected]>
  10. * MetafileHeader.cs: Fix offset to match correct C definition.
  11. 2007-02-21 Sebastien Pouliot <[email protected]>
  12. * Metafile.cs: Implement a few cases required to playback metafiles.
  13. * MetafileHeader.cs: Implemented.
  14. * MetaHeader.cs: Implemented.
  15. * WmfPlaceableFileHeader.cs: Adjust packing.
  16. 2007-01-12 Sebastien Pouliot <[email protected]>
  17. * ImageAttribute.cs: Reuse code in SetColorMatrix overloads.
  18. 2007-01-08 Sebastien Pouliot <[email protected]>
  19. * ImageCodecInfo.cs: Remove MonoTODO on SignaturePatterns.
  20. 2006-11-22 Sebastien Pouliot <[email protected]>
  21. * ImageAttributes.cs: Better MonoTODO description.
  22. * ImageCodecInfo.cs: Add MonoTODO description.
  23. * Metafile.cs: Use a single MonoTODO on the class itself. MoMA will
  24. detect and report that every ctors/methods/properties are throwing
  25. NotImplementedException.
  26. * MetafileHeader.cs: Use a single MonoTODO on the class itself. MoMA
  27. will detect and report that every ctors/methods/properties are
  28. throwing NotImplementedException.
  29. 2006-10-31 Sebastien Pouliot <[email protected]>
  30. * MetaHeader.cs: Fix layout (order is important in sequential structs)
  31. and use the struct field names;
  32. * WmfPlaceableFileHeader.cs: Implement all TODO.
  33. 2006-09-14 Sebastien Pouliot <[email protected]>
  34. * BitmapData.cs: Change fields visibility to private as they either
  35. have get/set properties or shouldn't be used in managed code (as they
  36. do not exists when using MS GDI+). Added more warnings comments.
  37. 2006-09-01 Sebastien Pouliot <[email protected]>
  38. * BitmapData.cs: Invert left and top fields to be in sync with gdip.h
  39. 2006-08-25 Sebastien Pouliot <[email protected]>
  40. * ColorMatrix.cs: Add Alloc and Free method helpers for interop.
  41. * ImageAttributes.cs: Fix all methods accepting a ColorMatrix (i.e.
  42. which calls GdipSetImageAttributesColorMatrix) to use IntPtr instead
  43. of the ColorMatrix itself.
  44. 2006-07-19 Sebastien Pouliot <[email protected]>
  45. * ImageFormat.cs: Re-fixed ToString method to match MS output when
  46. the ImageFormat instance comes from the static properties. Create the
  47. default ImageFormat on demand (and avoid creating 10 instances of
  48. ImageFormat in the static ctor).
  49. 2006-05-30 Sebastien Pouliot <[email protected]>
  50. * ImageFormat.cs: Avoid double-cast in Equals method.
  51. 2006-05-24 Sebastien Pouliot <[email protected]>
  52. * ImageFormat.cs: Fixed ToString method to match MS output.
  53. 2006-05-21 Sebastien Pouliot <[email protected]>
  54. * ColorAdjustType.cs: Removed [Serializable] from 2.0 profile.
  55. * ColorChannelFlag.cs: Removed [Serializable] from 2.0 profile.
  56. * ColorMapType.cs: Removed [Serializable] from 2.0 profile.
  57. * ColorMatrixFlag.cs: Removed [Serializable] from 2.0 profile.
  58. * ColorMode.cs: Removed [Serializable] from 2.0 profile.
  59. * EmfPlusRecordType.cs: Removed [Serializable] from 2.0 profile.
  60. * EmfType.cs: Removed [Serializable] from 2.0 profile.
  61. * EncoderParameterValueType.cs: Removed [Serializable] from 2.0
  62. profile.
  63. * EncoderValue.cs: Removed [Serializable] from 2.0 profile.
  64. * ImageCodecFlags.cs: Removed [Serializable] from 2.0 profile.
  65. * ImageCodecInfo.cs: Removed [Serializable] from 2.0 profile.
  66. * ImageFlags.cs: Removed [Serializable] from 2.0 profile.
  67. * ImageLockMode.cs: Removed [Serializable] from 2.0 profile.
  68. * Metafile.cs: Removed [Serializable] from 2.0 profile.
  69. * MetafileFrameUnit.cs: Removed [Serializable] from 2.0 profile.
  70. * MetafileType.cs: Removed [Serializable] from 2.0 profile.
  71. * PixelFormat.cs: Removed [Serializable] from 2.0 profile.
  72. * PlayRecordCallback.cs: Removed [Serializable] from 2.0 profile.
  73. 2006-05-05 Sebastien Pouliot <[email protected]>
  74. * PaletteFlags.cs: corcompare fixes for 2.0. Add [Flags] and remove
  75. [Serializable]
  76. 2006-04-20 Peter Dennis Bartok <[email protected]>
  77. * BitmapData.cs: Updated to match the BitmapData structure
  78. from libgdiplus r59689.
  79. 2006-04-19 Peter Dennis Bartok <[email protected]>
  80. * BitmapData.cs: Updated to match the BitmapData structure
  81. from libgdiplus r59661.
  82. 2006-04-03 Gonzalo Paniagua Javier <[email protected]>
  83. * ImageAttributes.cs: SetColorKey(color, color) now calls the
  84. color,color,ColorAdjustType.
  85. 2006-02-09 Peter Dennis Bartok <[email protected]>
  86. * ColorPalette.cs, EncoderParameters.cs, EncoderParameter.cs,
  87. ImageAttributes.cs: 64bit cleanup and some simplifications
  88. 2006-01-27 Sebastien Pouliot <[email protected]>
  89. * ImageAttributes.cs: Ensure Marshal.FreeHGlobal is called for all
  90. unmanaged memory allocated with AllocHGlobal.
  91. * ImageCodecInfo.cs: Ensure Marshal.FreeHGlobal is called for all
  92. unmanaged memory allocated with AllocHGlobal.
  93. 2005-11-23 Vladimir Krasnov <[email protected]>
  94. * ImageCodec.jvm.cs: fixed ProcessOneCodec, sometime it was failed
  95. on parsing version of codec
  96. 2005-11-17 Vladimir Krasnov <[email protected]>
  97. * ImageCodec.jvm.cs: fixed WriteImage, removed flush
  98. of native output
  99. 2005-11-17 Raja R Harinath <[email protected]>
  100. * ColorMatrix.cs: Make it have Sequential layout.
  101. 2005-11-16 Konstantin Triger <[email protected]>
  102. * ImageCodec.jvm.cs: refactoring.
  103. 2005-11-14 Vladimir Krasnov <[email protected]>
  104. * ImageCodec.jvm.cs: Fixed error handling in codecs emumeration flow
  105. 2005-11-13 Kornél Pál <[email protected]>
  106. * ImageFormat.cs: Fixed ToString to use this.Equals to reflect argument
  107. changes to ImageFormat objects. Added Exif and Icon strings to ToString
  108. and reordered formats to match declaration.
  109. 2005-11-13 Konstantin Triger <[email protected]>
  110. * ImageCodec.jvm.cs: throw an exception if codec is not found.
  111. 2005-10-31 Jordi Mas i Hernandez <[email protected]>
  112. * ImageFormat.cs: Fixes ToString method
  113. 2005-09-27 Vladimir Krasnov <[email protected]>
  114. * ImageCodec.jvm.cs: implemented IDsposable,
  115. fixed NativeReader, NativeWriter, NativeStream
  116. 2005-10-20 Konstantin Triger <[email protected]>
  117. * Metafile.jvm.cs: implement abstact Clone
  118. 2005-10-04 Peter Dennis Bartok <[email protected]>
  119. * EncoderParameter.cs, EncoderParameters.cs: Calling GC.SuppressFinalize
  120. from the Dispose method; fixes bug #76329
  121. 2005-09-21 Vladimir Krasnov <[email protected]>
  122. * ImageCodec.jvm.cs: refactoring of read/write methods, members access levels
  123. 2005-09-14 Vladimir Krasnov <[email protected]>
  124. * ImageCodecInfo.jvm.cs: fixed ImageCodec namespace
  125. * ImageCodec.jvm.cs: refactoring of read/write methods
  126. 2005-09-07 Vladimir Krasnov <[email protected]>
  127. * ImageCodecInfo.jvm.cs: fixed GetValueFromMetadata, SetResolution
  128. 2005-09-07 Vladimir Krasnov <[email protected]>
  129. * ImageCodecInfo.jvm.cs: Refactoring
  130. * Added ImageCodec.jvm.cs
  131. 2005-08-28 Vladimir Krasnov <[email protected]>
  132. * ImageCodecInfo.jvm.cs: Fixed Iterate
  133. 2005-08-03 Andrew Skiba <[email protected]>
  134. * ImageCodecInfo.jvm.cs: implement via java imageio, add internal APIs for
  135. fast read-only requests
  136. * Methafile.jvm.cs: change in not implemented api to match image.jvm.cs
  137. 2005-08-03 Andrew Skiba <[email protected]>
  138. * Metafile.jvm.cs: add TARGET_JVM implementation
  139. 2005-08-03 Andrew Skiba <[email protected]>
  140. * ColorPalette.cs, FrameDimension.cs, EncoderParameters.cs: TARGET_JVM
  141. exclude not supported internal methods
  142. * EncoderParameter.jvm.cs, ImageAttributes.jvm.cs, ImageFormat.jvm.cs,
  143. ImageCodecInfo.jvm.cs: added TARGET_JVM implementation of these classes
  144. 2005-03-23 Jordi Mas i Hernandez <[email protected]>
  145. * ColorPalette.cs: fixes ColorPalette marshaling
  146. 2004-03-21 Jordi Mas i Hernadez <[email protected]>
  147. * ColorMatrix.cs: fixes Matrix00 init
  148. * ImageAttributes.cs: fixes dispose method and signature
  149. 2004-02-25 Jordi Mas i Hernadez <[email protected]>
  150. * ColorMatrix.cs: rewritten to be able to marshall it properly
  151. 2004-12-27 Zoltan Varga <[email protected]>
  152. * ImageCodecInfo.cs: Fix marshalling of arrays on amd64.
  153. 2004-11-25 Marek Safar <[email protected]>
  154. * ColorPalette.cs: Add CheckStatus to GetAdjustedPalette.
  155. 2004-11-03 Miguel de Icaza <[email protected]>
  156. * ColorPalette.cs: Add internal Clone method
  157. 2004-10-08 Ravindra <[email protected]>
  158. * BitmapData.cs: Synchronized the class with BitmapData struct
  159. in libgdiplus.
  160. 2004-06-13 Gert Driesen <[email protected]>
  161. * EmfPlusRecordType.cs: fixed mismatches in enum field values
  162. 2004-05-18 Jordi Mas i Hernadez <[email protected]>
  163. * ImageAttributes.cs: SetBrushRemapTable and SetRemapTable were
  164. passing bad parameters to GDI+ causing them not to work
  165. 2004-05-16 Gert Driesen ([email protected])
  166. * EncoderParameterValueType.cs: fix Windows build (CSC),
  167. MCS bug #58571
  168. * EncoderParameter.cs: removed ctors taking int value,
  169. to fix public API
  170. 2004-05-14 Vladimir Vukicevic <[email protected]>
  171. * EncoderParameters.cs: Added ToNativePtr() method to marshal
  172. struct correctly to a native struct. Resulting data should be
  173. FreeHGlobal'd when finished.
  174. * EncoderParameter.cs: Changed data storage to correspond to
  175. native code layout (so we can pass these structs directly to
  176. native code). Also changed layout to match native layout.
  177. * EncoderParameterValueType.cs: force EncoderParameterValueType to
  178. be Int32
  179. 2004-05-13 Jordi Mas i Hernadez <[email protected]>
  180. * ColorMatrix.cs:Make private data private
  181. * ColorPalette.cs: Make private data private
  182. * Encoder.cs: Make private data private
  183. * EncoderParameter.cs: Make private data private
  184. * EncoderParameters.cs: Make private data private
  185. * MetaHeader.cs: Make private data private
  186. * PropertyItem.cs: Make private data private
  187. 2004-05-04 Vladimir Vukicevic <[email protected]>
  188. * BitmapData.cs: re-synchronized with libgdiplus; also
  189. removed memory deallocs here (as the data is always owned
  190. by libgdiplus)
  191. 2004-04-28 Sanjay Gupta <[email protected]>
  192. Modified files from dos2unix format.
  193. 2004-04-27 Ravindra <[email protected]>
  194. * ImageAttributes.cs: Implemented SetWrapMode(WrapMode) method.
  195. 2004-04-27 Jordi Mas i Hernadez <[email protected]>
  196. * ImageFormat.cs: completed missimg members
  197. * ImageCodecInfo.cs: Use GDI+ calls instead of native C#
  198. 2004-04-27 Sanjay Gupta <[email protected]>
  199. * ImageFormat.cs: Implemented Equals() method.
  200. 2004-04-27 Sanjay Gupta <[email protected]>
  201. * ImageFormat.cs: Implemented ToString() method.
  202. 2004-04-06 Vladimir Vukicevic <[email protected]>
  203. * BitmapData.cs: synced up data structure with libgdiplus
  204. * BmpCodec.cs, JPEGCodec.cs, PNGCodec.cs: Removed codec impls,
  205. left just codecinfo getters; the codecs are in libgdiplus
  206. * ImageCodecInfo.cs: removed encode/decode delegates
  207. 2004-03-31 Jordi Mas i Hernadez <[email protected]>
  208. * FrameDimension.cs: added missing members
  209. 2004-03-26 Jordi Mas i Hernadez <[email protected]>
  210. * ImageAttributes.cs: added missing members and complete the wrapper
  211. 2004-03-04 Jordi Mas i Hernadez <[email protected]>
  212. * BmpCodec.cs: fixes DPI in BMP
  213. * Image.cs: gets DPI using GDI+ api
  214. 2004-03-04 Jordi Mas i Hernadez <[email protected]>
  215. * BmpCodec.cs
  216. Added support for diffent formats
  217. Fixed bugs in import and export
  218. Support for OS/2 and palettes
  219. * Image.cs
  220. Palettes
  221. 2004-03-04 Sanjay Gupta <[email protected]>
  222. * Metafile.cs: Added constructor with correct signature.
  223. 2004-03-04 Nick Drochak <[email protected]>
  224. * Metafile.cs: Fix build, remove duplicate member.
  225. 2004-03-03 Sanjay Gupta <[email protected]>
  226. *ImageAttributes.cs: Added few missing functions
  227. *Metafile.cs: Added stubs for missing constructors and functions
  228. 2004-03-03 Nick Drochak <[email protected]>
  229. * BmpCodec.cs: Remove unsed variable.
  230. 2004-02-17 Ravindra <[email protected]>
  231. * EncoderParameter.cs: Did few bug fixes and changed the file
  232. format to unix.
  233. 2004-02-13 Sanjay Gupta <[email protected]>
  234. * FrameDimension.cs: Implemented missing functionalities
  235. 2004-02-12 Ravindra <[email protected]>
  236. * EncoderParameters.cs: Implemented.
  237. * EncoderParameter.cs: Implemented.
  238. 2004-01-21 Jordi Mas i Hernàdez <[email protected]>
  239. * BmpBitmap.cs: fixed encoding and decoding problems
  240. * ImageAttributes.cs: implemented
  241. 2004-01-19 Ravindra <[email protected]>
  242. * Encoder.cs: Implemented.
  243. 2004-01-10 Ravindra <[email protected]>
  244. * All Enums: Made serializable.
  245. * ImageAttributes.cs: Implements ICloneable.
  246. * Metafile.cs: Made serializable and invisible to COM.
  247. 2003-11-13 Andreas Nahr <[email protected]>
  248. * ColorMap.cs: Implemented
  249. * ColorMatrix.cs: Implemented, Removed unneccesary members
  250. * ImageAttributes.cs: Fixed signature
  251. * ImageCodecInfo.cs: Added missing attribure, hide constructor
  252. * ImageFormat.cs: Implemented, Added attribute
  253. * MetaHeader.cs: Implemented
  254. * PropertyItem.cs: Implemented
  255. * ImageFlags.cs: Added Attribute
  256. * ImageCodecFlags.cs: Added Attribute
  257. * EmfPlusRecordType.cs: Added missing members
  258. 2003-11-12 Alexandre Pigolkine <[email protected]>
  259. * BitmapData.cs new function to convert BRG to RGB
  260. * JPEGCodec.cs convert BRG to RBG
  261. * PNGCodec.cs
  262. 2003-11-02 Alexandre Pigolkine <[email protected]>
  263. * BmpCodec.cs
  264. * ImageCodecInfo.cs
  265. * JPEGCodec.cs
  266. * PNGCodec.cs
  267. codec can select pixel format of bitmap
  268. 2003-10-23 Miguel de Icaza <[email protected]>
  269. * JPEGCodec.cs (JSAMPARRAY): Do not allocate memory here anymore,
  270. we will just have the JPEG library copy directly into our buffer.
  271. (Encode, Decode): Ported to the new model which avoid copies, and
  272. eliminates InternalImageInfo.
  273. TODO: need to port the PNG coder/decoder, and add support for RGBA
  274. images which got dropped from this version
  275. * BmpCodec.cs: Rework this one to use BitmapData and Image. Do
  276. not use the RawBytes property, instead pull the data one line at a
  277. time, and write that out.
  278. * ImageCodecInfo.cs: Make the encoding and decoding delegates take
  279. a Image parameter;
  280. * BmpCodec.cs:
  281. * BitmapData.cs: Make this one sequential, and also mimic the
  282. layout of GdiPlus.h so we can use this instead of making copies
  283. back and forth.
  284. 2003-10-12 Alexandre Pigolkine
  285. * BmpCodec.cs warning removed
  286. 2003-07-23 Alexandre Pigolkine
  287. * JPEGCodec.cs
  288. * PNGCodec.cs
  289. * BmpCodec.cs cosmetic changes
  290. 2003-07-22 Alexandre Pigolkine
  291. * ImageCodecInfo.cs
  292. * ImageFormat.cs
  293. * JPEGCodec.cs
  294. changes for PNG codec
  295. * PNGCodec.cs added
  296. 2003-07-21 Andreas Nahr <[email protected]>
  297. * Metafile.cs: Inherits from image (fix for System.Drawing.Design)
  298. 2003-06-29 Alexandre Pigolkine
  299. * BmpCodec.cs handle 32bpp images
  300. * JPEGCodec.cs small fix
  301. 2003-06-27 Alexandre Pigolkine <[email protected]>
  302. * JPEGCodec.cs encode 32 bpp images
  303. 2003-06-23 Alexandre Pigolkine <[email protected]>
  304. * JPEGCodec.cs set pixel format in InternalImageInfo
  305. 2003-06-23 Alexandre Pigolkine <[email protected]>
  306. * BmpCodec.cs pixel format check added
  307. * JPEGCodec.cs encoder implemented
  308. 2003-06-15 Alexandre Pigolkine <[email protected]>
  309. * ColorPalette.cs
  310. * ImageCodecInfo.cs
  311. * ImageFormat.cs
  312. implementation added
  313. * BmpCodec.cs
  314. * JPEGCodec.cs
  315. added
  316. 2002-9-2 DennisHayes <[email protected]>
  317. * PropertyItem.cs t
  318. * MetaHeader.cs t
  319. * MetafileHeader.cs t
  320. * Metafile.cs t
  321. * ImageFormat.cs t
  322. * ImageCodecInfo.cs t
  323. * ColorMatrix.cs t
  324. * ColorMap.cs t
  325. * WmfPlaceableFileHeader.cs t
  326. * Added todos back
  327. 2002-9-2 DennisHayes <[email protected]>
  328. * checked in for Everaldo Canuto (everaldo.canuto@bol,com.br)
  329. * BitmapData.cs
  330. * ColorAdjustType.cs
  331. * ColorChannelFlag.cs
  332. * ColorMap.cs
  333. * ColorMapType.cs
  334. * ColorMatrix.cs
  335. * ColorMatrixFlag.cs
  336. * ColorMode.cs
  337. * EmfPlusRecordType.cs
  338. * EmfType.cs
  339. * EncoderParameterValueType.cs
  340. * EncoderValue.cs
  341. * ImageCodecFlags.cs
  342. * ImageCodecInfo.cs
  343. * ImageFlags.cs
  344. * ImageFormat.cs
  345. * ImageLockMode.cs
  346. * MetafileFrameUnit.cs
  347. * MetafileHeader.cs
  348. * MetaHeader.cs
  349. * PaletteFlags.cs
  350. * PixelFormat.cs
  351. * PlayRecordCallback.cs
  352. * PropertyItem.cs
  353. * WmfPlaceableFileHeader.cs
  354. * Added null classes for most/all classes, Many stubs, and some implmentation
  355. 2002-9-2 DennisHayes <[email protected]>
  356. * ColorPalette.cs
  357. * FrameDimension.cs
  358. * Metafile.cs
  359. * Added stubs, implmentation
  360. 2002-05-03 Mike Kestner <[email protected]>
  361. * Metafile.cs : Use System.IO. Fix exception typos.
  362. 2002-04-27 Christian Meyer <[email protected]>
  363. * Metafile.cs: Copyright now holds Ximian.
  364. 2002-04-21 Dennis Hayes <[email protected]>
  365. * corrected emum values.
  366. 2002-04-14 Christian Meyer <[email protected]>
  367. * ChangeLog: created.
  368. * Metafile.cs: Added. Wrote some ctors. No impl done, yet.