include: Assorted spelling fixes.
[wine] / dlls / windowscodecs / icoformat.c
2012-11-27  Dmitry Timoshkovwindowscodecs: Implement QueryCapability of the ICO...
2012-11-27  Dmitry Timoshkovwindowscodecs: Reimplement GetFrameCount of the ICO...
2012-11-23  Dmitry Timoshkovwindowscodecs: Make GetFrame return WINCODEC_ERR_FRAMEM...
2012-11-15  Hans Leidekkerwindowscodecs: GetThumbnail should be supported for...
2012-07-27  Dmitry Timoshkovwindowscodecs: Fix warnings detected by compiling with...
2012-07-25  Dmitry Timoshkovwindowscodecs: Do not assume that vtable is the first...
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.