msi: Store action data for deferred rollback actions too.
[wine] / dlls / windowscodecs / tiffformat.c
2010-08-25  Vincent Povirkwindowscodecs: Handle TIFF's with RowsPerStrip greater...
2010-08-25  Vincent Povirkwindowscodecs: Handle WhiteIsZero TIFF images.
2010-08-25  Vincent Povirkwindowscodecs: Always check TIFF sample count and plana...
2010-08-25  Vincent Povirkwindowscodecs: Byte-swap image data from big endian...
2010-08-25  Vincent Povirkwindowscodecs: Add support for decoding 48-bit TIFF...
2010-05-31  Vincent Povirkwindowscodecs: Fix the tile coordinate translation...
2010-03-22  Vincent Povirkwindowscodecs: Add support for decoding RGB TIFF images.
2010-03-22  Vincent Povirkwindowscodecs: Implement CopyPixels for the TIFF decoder.
2010-03-22  Vincent Povirkwindowscodecs: Implement GetSize for the TIFF decoder.
2010-03-22  Vincent Povirkwindowscodecs: Implement GetPixelFormat for TIFF decoder.
2010-03-22  Vincent Povirkwindowscodecs: Implement GetFrame for the TIFF decoder.
2010-03-22  Vincent Povirkwindowscodecs: Implement GetFrameCount for the TIFF...
2010-03-22  Vincent Povirkwindowscodecs: Implement Initialize for the TIFF decoder.
2010-03-22  Vincent Povirkwindowscodecs: Add a stub TIFF decoder.