ChangeLog 12 KB

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