mstask: Actually run a test and fix the expected behaviour.
[wine] / dlls / windowscodecs / icoformat.c
2011-07-29  Vincent Povirkwindowscodecs: Fix typo.
2011-07-28  Vincent Povirkwindowscodecs: Implement IcoFrameDecode_GetResolution.
2011-07-28  Vincent Povirkwindowscodecs: Implement GetDecoderInfo for all the...
2011-07-28  Vincent Povirkwindowscodecs: Implement GetContainerFormat for more...
2011-02-07  Vincent Povirkwindowscodecs: Release the icon frame substream on...
2011-01-11  Vincent Povirkwindowscodecs: Avoid an iface -> impl conversion from...
2011-01-11  Vincent Povirkwindowscodecs: Ignore the alpha channel of ICO files...
2010-11-29  Michael Stefaniucwindowscodecs: Standardize the COM usage in icoformat.c.
2010-09-30  Damjan Jovanovicwindowscodecs: Support ICO files with embedded PNGs.
2010-09-22  Vincent Povirkwindowscodecs: Use the BMP decoder to decode ICO frames.
2010-05-24  Damjan Jovanovicwindowscodecs: Fix ICO palette size calculation.
2010-05-07  Vincent Povirkwindowscodecs: Use the BITMAPINFOHEADER structure to...
2010-04-13  Vincent Povirkwindowscodecs: Add locking to the ICO decoder.
2009-08-21  Vincent Povirkwindowscodecs: Implement CopyPixels for 32-bit ICO...
2009-08-21  Vincent Povirkwindowscodecs: Implement CopyPixels for 1-bit ICO icons.
2009-08-21  Vincent Povirkwindowscodecs: Implement CopyPixels for 4-bit ICO icons.
2009-08-21  Vincent Povirkwindowscodecs: Implement CopyPixels for 24-bit ICO...
2009-08-21  Vincent Povirkwindowscodecs: Implement CopyPixels for 8-bit ICO icons.
2009-08-21  Vincent Povirkwindowscodecs: Implement GetSize for the ICO decoder.
2009-08-21  Vincent Povirkwindowscodecs: Implement GetFrameCount and GetFrame...
2009-08-21  Vincent Povirkwindowscodecs: Implement Initialize for the ICO decoder.
2009-08-21  Vincent Povirkwindowscodecs: Add stub ICO decoder.