ChangeLog 14 KB

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