ChangeLog 14 KB

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