msvcrt: Don't add '\r' character in fputws function.
[wine] / dlls / windowscodecs / gifformat.c
2012-12-10  Andrew Talbotwindowscodecs: Remove unneeded address-of operator...
2012-12-07  Andrew Talbotwindowscodecs: Remove unneeded address-of operators...
2012-11-23  Dmitry Timoshkovwindowscodecs: Make GetFrame return WINCODEC_ERR_FRAMEM...
2012-11-22  Dmitry Timoshkovwindowscodecs: Implement QueryCapability in the GIF...
2012-11-22  Dmitry Timoshkovwindowscodecs: Reimplement GetFrameCount of the GIF...
2012-09-26  Dmitry Timoshkovwindowscodecs: Use appropriate helper to release GIF...
2012-09-24  Dmitry Timoshkovwindowscodecs: Take into account return value of IWICPa...
2012-09-24  Dmitry Timoshkovwindowscodecs: Calculate transparent color index for...
2012-09-24  Dmitry Timoshkovwindowscodecs: Implement IWICBitmapDecoder_CopyPalette...
2012-09-24  Dmitry Timoshkovwindowscodecs: Fix calculation of transparent GIF color...
2012-09-24  Dmitry Timoshkovwindowscodecs: Return WINCODEC_ERR_FRAMEMISSING if...
2012-09-21  Dmitry Timoshkovwindowscodecs: Avoid unnecessary memory allocations.
2012-09-18  Dmitry Timoshkovwindowscodecs: Use symbolic names for GIF extensions.
2012-09-18  Dmitry Timoshkovwindowscodecs: Create frame metadata readers from GIF...
2012-09-18  Dmitry Timoshkovwindowscodecs: Create global metadata readers from...
2012-09-18  Dmitry Timoshkovwindowscodecs: GIF decoder should add header and traile...
2012-09-18  Dmitry Timoshkovwindowscodecs: Store GIF frame extensions in a dedicate...
2012-09-17  Dmitry Timoshkovwindowscodecs: Add support for color table sort flag...
2012-09-17  Dmitry Timoshkovwindowscodecs: Implement GIF Comment Extension metadata...
2012-09-17  Dmitry Timoshkovwindowscodecs: Implement GIF Application Extension...
2012-09-14  Dmitry Timoshkovwindowscodecs: Fix calculation of GIF local color table...
2012-09-13  Dmitry Timoshkovwindowscodecs: Create Graphic Control Extension metadat...
2012-09-13  Dmitry Timoshkovwindowscodecs: Create Image Descriptor metadata block...
2012-09-12  Dmitry Timoshkovwindowscodecs: Create Logical Screen Descriptor metadat...
2012-09-12  Dmitry Timoshkovwindowscodecs: Make sure that all GIF metadata blocks...
2012-09-11  Dmitry Timoshkovwindowscodecs: Implement Graphic Control Extension...
2012-09-11  Dmitry Timoshkovwindowscodecs: Implement Image Descriptor metadata...
2012-09-11  Dmitry Timoshkovwindowscodecs: Implement Logical Screen Descriptor...
2012-07-24  Dmitry Timoshkovwindowscodecs: Do not assume that vtable is the first...
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.