mshtml: Correct test for another unknown dispID.
[wine] / dlls / windowscodecs /
2010-09-08  Damjan Jovanovicwindowscodecs: Test that ICO GetSize returns the BITMAP...
2010-09-06  Vincent Povirkwindowscodecs: Implement IWICComponentInfo::GetCLSID.
2010-09-06  Vincent Povirkwindowscodecs: Implement IWICBitmapCodecInfo::GetMimeTypes.
2010-09-06  Vincent Povirkwindowscodecs: Add tests for IWICBitmapDecoderInfo_GetM...
2010-09-06  Vincent Povirkwindowscodecs: Register builtin encoders.
2010-09-06  Vincent Povirkwindowscodecs: Enumerate encoders.
2010-08-30  Vincent Povirkwindowscodecs: Implement IWICStream::InitializeFromIStr...
2010-08-30  Vincent Povirkwindowscodecs: Add test for IWICStream::InitializeFromI...
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-08-25  Vincent Povirkwindowscodecs: Prefer builtin version.
2010-08-24  Damjan Jovanovicwindowscodecs: Write ICNS files.
2010-08-24  Damjan Jovanovicwindowscodecs: Implement the ICNS frame encoder.
2010-08-24  Damjan Jovanovicwindowscodecs: Stub out the ICNS frame encoder.
2010-08-24  Damjan Jovanovicwindowscodecs: Add a stubbed ICNS encoder.
2010-07-26  Matteo Bruniwindowscodecs: Reset the stream pointer when initializi...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-07-19  Vincent Povirkwindowscodecs: Ignore the length field of RLE compresse...
2010-05-31  Vincent Povirkwindowscodecs: Fix the tile coordinate translation...
2010-05-27  Vincent Povirkwindowscodecs: Account for a NULL pceltFetched in Compo...
2010-05-24  Damjan Jovanovicwindowscodecs: Fix ICO palette size calculation.
2010-05-07  Vincent Povirkwindowscodecs: Use the BITMAPINFOHEADER structure to...
2010-04-27  Vincent Povirkwindowscodecs: Partially implement IWICBitmapFlipRotato...
2010-04-27  Vincent Povirkwindowscodecs: Implement IWICBitmapFlipRotator_GetSize.
2010-04-27  Vincent Povirkwindowscodecs: Implement IWICBitmapFlipRotator_Initialize.
2010-04-27  Vincent Povirkwindowscodecs: Add a stub implementation of IWICBitmapF...
2010-04-27  Vincent Povirkwindowscodecs: Implement IWICImagingFactory_CreateForma...
2010-04-27  Vincent Povirkwindowscodecs: Implement IWICImagingFactory_CreateDecod...
2010-04-27  Vincent Povirkwindowscodecs: Implement IWICStream_InitializeFromFilename.
2010-04-19  Michael Stefaniucwindowscodecs: Unlock not lock again when leaving the...
2010-04-15  Vincent Povirkwindowscodecs: Fix uninitialized variable use in Stream...
2010-04-15  Vincent Povirkwindowscodecs: Add locking to the PNG encoder.
2010-04-13  Vincent Povirkwindowscodecs: Add locking to the JPEG decoder.
2010-04-13  Vincent Povirkwindowscodecs: Add locking to the ICO decoder.
2010-04-13  Vincent Povirkwindowscodecs: Add locking to the GIF decoder.
2010-04-13  Vincent Povirkwindowscodecs: Add locking to the format converter.
2010-04-13  Vincent Povirkwindowscodecs: Add locking to the PNG decoder.
2010-04-12  Vincent Povirkwindowscodecs: Add locking to the BMP decoder.
2010-04-12  Vincent Povirkwindowscodecs: Combine the bitmap decoder and bitmap...
2010-04-12  Vincent Povirkwindowscodecs: Set the threading model of ImagingFactor...
2010-04-12  Vincent Povirkwindowscodecs: Make IWICStream thread-safe.
2010-04-12  Vincent Povirkwindowscodecs: Add locking to StreamOnMemory.
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.
2010-03-22  Vincent Povirkwindowscodecs: Make the IWICPalette implementation...
2010-03-18  Julian Rügerwindowscodecs: Small spelling fixes.
2010-03-18  Vincent Povirkwindowscodecs: Make component enumerators thread-safe.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-02  Marcus Meissnerwindowscodecs: Handle old libpng.so using distros ...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-05  Vincent Povirkwindowscodecs: Define a custom png error handler.
2010-02-05  Vincent Povirkwindowscodecs: Replace a call to a deprecated libpng...
2009-12-21  Michael Stefaniucwindowscodecs: Don't cast NULL.
2009-12-14  Vincent Povirkwindowscodecs: Fix a memory leak in a test.
2009-12-07  Nikolay Sivovwindowscodecs/tests: Release decoder after use.
2009-12-07  Vincent Povirkwindowscodecs: Accept GIF files with no trailer.
2009-10-12  Michael Stefaniucwindowscodecs: Remove redundant NULL check before HeapF...
2009-10-09  Vincent Povirkwindowscodecs: Add test for PNG encoder.
2009-10-09  Vincent Povirkwindowscodecs: Implement Commit for the PNG encoder.
2009-10-09  Vincent Povirkwindowscodecs: Implement Commit for the PNG frame encoder.
2009-10-09  Vincent Povirkwindowscodecs: Implement WriteSource for the PNG encoder.
2009-10-09  Vincent Povirkwindowscodecs: Implement WritePixels for the PNG encoder.
2009-10-09  Vincent Povirkwindowscodecs: Implement SetResolution for the PNG...
2009-10-09  Vincent Povirkwindowscodecs: Implement SetSize for the PNG encoder.
2009-10-09  Vincent Povirkwindowscodecs: Implement SetPixelFormat for the PNG...
2009-10-09  Vincent Povirkwindowscodecs: Implement Initialize for the PNG frame...
2009-10-09  Vincent Povirkwindowscodecs: Implement CreateNewFrame for the PNG...
2009-10-09  Vincent Povirkwindowscodecs: Implement Initialize for the PNG encoder.
2009-10-09  Vincent Povirkwindowscodecs: Add stub PNG encoder.
2009-10-09  Vincent Povirkwindowscodecs: Add test for BMP encoder.
2009-10-09  Vincent Povirkwindowscodecs: Support more formats in the BMP encoder.
2009-10-09  Vincent Povirkwindowscodecs: Implement GetResolution for the PNG...
2009-09-29  Michael Stefaniucwindowscodecs: Remove trailing '\'.
2009-09-25  Alexandre Julliardwindowscodecs: Fix incorrect overflow check caused...
2009-09-10  Michael Stefaniucwindowscodecs: Use FAILED instead of !SUCCEEDED.
2009-09-08  Vincent Povirkwindowscodecs: Fix the bmpformat test on Windows 7.
2009-09-02  Alexandre Julliardwindowscodecs/tests: Avoid size_t in traces.
2009-08-31  Francois Gougetwindowscodecs: Fix compilation on systems that don...
2009-08-31  Francois Gougetwindowscodecs/tests: Fix compilation on systems that...
2009-08-28  Vincent Povirkwindowscodecs: Implement conversion from 64bppRGBA...
2009-08-28  Vincent Povirkwindowscodecs: Implement conversion from 48bppRGB to...
2009-08-28  Vincent Povirkwindowscodecs: Implement conversion from 16bppGray...
2009-08-28  Vincent Povirkwindowscodecs: Implement conversion from 4bppGray to...
2009-08-28  Vincent Povirkwindowscodecs: Implement conversion from 2bppGray to...
2009-08-28  Vincent Povirkwindowscodecs: Implement conversion from 2bppIndexed...
2009-08-28  Vincent Povirkwindowscodecs: Implement conversion from BlackWhite...
2009-08-28  Vincent Povirkwindowscodecs: Support color-keyed transparency in...
2009-08-28  Vincent Povirkwindowscodecs: Implement CopyPalette for the PNG decoder.
2009-08-28  Vincent Povirkwindowscodecs: Implement CopyPixels for the PNG decoder.
2009-08-28  Vincent Povirkwindowscodecs: Implement GetSize for the PNG decoder.
2009-08-28  Vincent Povirkwindowscodecs: Implement GetPixelFormat for the PNG...
next