shell32: Add a stub for SHOpenFolderAndSelectItems.
[wine] / dlls / windowscodecs / gifformat.c
2010-11-29  Michael Stefaniucwindowscodecs: Standardize the COM usage in gifformat.c.
2010-10-20  Krzysztof Nowickiwindowscodecs: Fix *_CopyPixels functions to properly...
2010-10-07  Joel Holdsworthwindowscodecs: Implemented GifFrameDecode_GetResolution.
2010-04-13  Vincent Povirkwindowscodecs: Add locking to the GIF decoder.
2009-08-19  Vincent Povirkwindowscodecs: Implement GetDecoderInfo for the GIF...
2009-08-19  Vincent Povirkwindowscodecs: Implement GetContainerFormat for the...
2009-08-19  Vincent Povirkwindowscodecs: Implement CopyPixels for GIF decoder.
2009-08-18  Vincent Povirkwindowscodecs: Implement CopyPalette for the GIF decoder.
2009-08-18  Vincent Povirkwindowscodecs: Implement GetSize for the GIF decoder.
2009-08-18  Vincent Povirkwindowscodecs: Implement GetFrameCount and GetFrame...
2009-08-18  Vincent Povirkwindowscodecs: Implement Initialize for the GIF decoder.
2009-08-18  Vincent Povirkwindowscodecs: Add stub GIF decoder.