mshtml: Added IHTMLWindow2::get_length implementation.
[wine] / dlls / windowscodecs /
2009-08-12  Vincent Povirkwindowscodecs: Implement WriteSource for BMP frame...
2009-08-12  Vincent Povirkwindowscodecs: Implement Commit for BMP encoder.
2009-08-12  Vincent Povirkwindowscodecs: Implement Commit for BMP frame encoder.
2009-08-12  Vincent Povirkwindowscodecs: Implement WritePixels for BMP frame...
2009-08-12  Vincent Povirkwindowscodecs: Implement SetResolution for BMP frame...
2009-08-12  Vincent Povirkwindowscodecs: Implement SetPixelFormat for BMP frame...
2009-08-12  Vincent Povirkwindowscodecs: Implement SetSize for the BMP frame...
2009-08-12  Vincent Povirkwindowscodecs: Implement Initialize for the BMP frame...
2009-08-12  Vincent Povirkwindowscodecs: Implement CreateNewFrame for BMP encoder.
2009-08-12  Vincent Povirkwindowscodecs: Implement Initialize for BMP encoder.
2009-08-12  Vincent Povirkwindowscodecs: Add stub BMP encoder.
2009-08-10  Vincent Povirkwindowscodecs: Fix copy_pixels when Y != 0.
2009-08-10  Vincent Povirkwindowscodecs: Add support for BI_BITFIELDS compressed...
2009-08-05  Vincent Povirkwindowscodecs: Add test for IWICImagingFactory::CreateD...
2009-08-05  Vincent Povirkwindowscodecs: Implement IWICImagingFactory::CreateDeco...
2009-08-05  Vincent Povirkwindowscodecs: Implement IWICImagingFactory::CreateComp...
2009-08-05  Vincent Povirkwindowscodecs: Implement GetDecoderInfo for BMP decoder.
2009-08-05  Vincent Povirkwindowscodecs: Add tests for IWICBitmapDecoderInfo.
2009-08-05  Vincent Povirkwindowscodecs: Implement IWICBitmapDecoderInfo::Matches...
2009-08-05  Vincent Povirkwindowscodecs: Implement IWICBitmapDecoderInfo::CreateI...
2009-08-05  Vincent Povirkwindowscodecs: Implement IWICBitmapDecoderInfo::GetPatt...
2009-08-05  Vincent Povirkwindowscodecs: Implement IWICBitmapDecoderInfo::GetComp...
2009-08-05  Vincent Povirkwindowscodecs: Add stub implementation of IWICBitmapDec...
2009-07-15  Vincent Povirkwindowscodecs: Register BMP decoder as a bitmap decoder.
2009-07-13  Vincent Povirkwindowscodecs: Don't leak memory when BmpFrameDecode_Co...
2009-07-07  Vincent Povirkwindowscodecs: Add support for decoding RLE4-encoded...
2009-07-07  Vincent Povirkwindowscodecs: Add support for decoding RLE8-encoded...
2009-07-07  Vincent Povirkwindowscodecs: Return proper error codes in unneeded...
2009-07-07  Vincent Povirkwindowscodecs: Add test for 4-bit indexed color BMP.
2009-07-07  Vincent Povirkwindowscodecs: Add test for 1-bit indexed color BMP.
2009-07-07  Vincent Povirkwindowscodecs: Implement CopyPalette for BMP decoder.
2009-07-03  Vincent Povirkwindowscodecs: Add test for IWICPalette.
2009-07-03  Vincent Povirkwindowscodecs: Implement HasAlpha for palettes.
2009-07-03  Vincent Povirkwindowscodecs: Implement IsBlackWhite and IsGrayscale...
2009-07-03  Vincent Povirkwindowscodecs: Implement GetColorCount and GetType...
2009-07-03  Vincent Povirkwindowscodecs: Implement InitializeCustom and GetColors...
2009-07-03  Vincent Povirkwindowscodecs: Add stub implementation of IWICPalette.
2009-07-02  Vincent Povirkwindowscodecs: Implement QueryCapability for BMP decoder.
2009-07-02  Vincent Povirkwindowscodecs: Implement CopyPixels for BMP decoder.
2009-07-02  Vincent Povirkwindowscodecs: Simplify the BMP GetSize code and fix...
2009-07-02  Vincent Povirkwindowscodecs: Implement GetPixelFormat for BMP decoder.
2009-06-30  Francois Gougetwindowscodecs: Add a trailing '\n' to FIXME() traces.
2009-06-30  Francois Gougetwindowscodecs: Make the QueryInterface() functions...
2009-06-29  Vincent Povirkwindowscodecs: Add test for BMP decoder.
2009-06-29  Vincent Povirkwindowscodecs: Implement GetResolution for BMP decoder.
2009-06-29  Vincent Povirkwindowscodecs: Implement GetSize for BMP decoder.
2009-06-29  Vincent Povirkwindowscodecs: Implement GetFrame for BMP decoder.
2009-06-29  Vincent Povirkwindowscodecs: Implement Initialize method for BMP...
2009-06-29  Vincent Povirkwindowscodecs: Implement trivial methods for BMP decoder.
2009-06-29  Vincent Povirkwindowscodecs: Add a stub decoder for the BMP format.
2009-06-29  Vincent Povirkwindowscodecs: Add stub implementation of IWICImagingFa...
2009-06-08  Vincent Povirkwindowscodecs: Add stub dll.