ChangeLog 12 KB

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