2
0

ChangeLog 15 KB

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