d3dx9: Implement ID3DXConstantTable::SetMatrixTranspose.
[wine] / dlls / gdiplus / image.c
2012-08-21  Dmitry Timoshkovgdiplus: Rename roundr() to gdip_round() to make it...
2012-08-20  Dmitry Timoshkovgdiplus: GdipGetImageThumbnail should return image...
2012-08-16  Dmitry Timoshkovgdiplus: Make GdipSetPropertyItem return Ok.
2012-08-15  Dmitry Timoshkovgdiplus: Replace convert_unit() by a clearer units_to_p...
2012-07-26  Dmitry Timoshkovgdiplus: Store device resolution in the graphics object.
2012-07-26  Dmitry Timoshkovgdiplus: Add missing 'break'.
2012-07-25  Dmitry Timoshkovgdiplus: Make get_palette() usable for generating prede...
2012-07-25  Dmitry Timoshkovgdiplus: Add 8bppGray to the list of supported formats.
2012-07-25  Dmitry Timoshkovgdiplus: Use predefined palette if an image doesn't...
2012-07-25  Dmitry Timoshkovgdiplus: Add 8bppIndexed to the list of supported formats.
2012-07-25  Dmitry Timoshkovgdiplus: Retrieve image palette from WIC.
2012-07-20  Dmitry Timoshkovgdiplus: Set actual resolution of an image being encoded.
2012-07-17  Dmitry Timoshkovgdiplus: Add support for converting RGB formats to...
2012-07-17  Dmitry Timoshkovgdiplus: Add support for converting RGB formats to...
2012-07-17  Dmitry Timoshkovgdiplus: Pass palette instead of bitmap to setpixel...
2012-07-17  Dmitry Timoshkovgdiplus: Pass complete palette info to convert_pixels().
2012-07-17  Dmitry Timoshkovgdiplus: Use public ColorPalette structure to store...
2012-07-17  Dmitry Timoshkovgdiplus: Make sure that GdipBitmapLockBits stores valid...
2012-07-16  Dmitry Timoshkovgdiplus: Fix palette flags for a not indexed 1-bpp...
2012-07-16  Dmitry Timoshkovgdiplus: Make sure that 1bpp bitmap images get loaded...
2012-07-12  Vincent Povirkgdiplus: Fix memory leak in GdipImageRotateFlip.
2012-07-12  Vincent Povirkgdiplus: Fix GdipImageRotateFlip for images from streams.
2012-07-03  Dmitry Timoshkovgdiplus: Add parameter checks to GdipSetPropertyItem...
2012-07-02  Dmitry Timoshkovgdiplus: Implement GdipGetAllPropertyItems.
2012-07-02  Dmitry Timoshkovgdiplus: Implement GdipGetPropertySize.
2012-06-29  Dmitry Timoshkovgdiplus: Add GdipSaveAdd stub.
2012-06-29  Dmitry Timoshkovgdiplus: Implement GdipGetPropertyItem.
2012-06-29  Dmitry Timoshkovgdiplus: Implement GdipGetPropertyItemSize.
2012-06-28  Dmitry Timoshkovgdiplus: Increase refcount of the source stream when...
2012-06-26  Dmitry Timoshkovgdiplus: Avoid casting IWICBitmapFrameDecode to IWICBit...
2012-06-26  Dmitry Timoshkovgdiplus: Implement GdipGetPropertyIdList.
2012-06-26  Dmitry Timoshkovgdiplus: Implement GdipGetPropertyCount.
2012-06-26  Dmitry Timoshkovgdiplus: When loading a bitmap frame save its IWICMetad...
2012-06-21  Dmitry Timoshkovgdiplus: Make some data const.
2012-06-20  Dmitry Timoshkovgdiplus: Implement GdipImageSelectActiveFrame.
2012-06-19  Dmitry Timoshkovgdiplus: Create a copy of the source stream when loadin...
2012-06-19  Dmitry Timoshkovgdiplus: Add active frame parameter to the WIC decoder...
2012-06-19  Dmitry Timoshkovgdiplus: Remove a redundant cast.
2012-06-14  Vincent Povirkgdiplus: Check for NULL image in GdipImageRotateFlip.
2012-05-17  Dmitry Timoshkovgdiplus: Implement GdipImageGetFrameCount.
2012-05-17  Dmitry Timoshkovgdiplus: Save total and current frame in the image...
2012-05-02  Alexandre Julliardgdiplus: CreateDIBSection doesn't need a DC for the...
2012-04-18  Vincent Povirkgdiplus: Add support for JPEG encoding.
2012-03-30  Vincent Povirkgdiplus: Support bitmap creation from 16-bit ddb's.
2012-01-12  Vincent Povirkgdiplus: Implement GdipCreateBitmapFromHBITMAP for...
2011-10-06  Louis Lendersgdiplus: Return zero properties in stubbed GdipGetPrope...
2011-10-04  Vincent Povirkgdiplus: Fix pointer math for the 64-bit tests.
2011-10-03  Vincent Povirkgdiplus: Include an alpha channel in HBITMAPs created...
2011-08-02  Frédéric Delanoydlls: Assorted spelling fixes.
2011-06-22  Vincent Povirkgdiplus: Properly clean up the new metafile data.
2011-05-23  Vincent Povirkgdiplus: Add basic metafile recording support.
2011-05-18  Marcus Meissnergdiplus: Mark image_format_dimensions as static.
2011-04-11  Vincent Povirkgdiplus: Add support for encoding TIFF images.
2011-03-29  Vincent Povirkgdiplus: Use the given HPALETTE in GdipCreateBitmapFrom...
2011-03-10  Alexandre Julliardgdiplus: Use signed types in convert_pixels to avoid...
2011-02-25  Vincent Povirkgdiplus: Implement ImageLockModeUserInputBuf.
2011-02-25  Vincent Povirkgdiplus: Copy only the area requested when (un)locking...
2011-02-25  Vincent Povirkgdiplus: Don't copy bits into the buffer when a bitmap...
2011-02-25  Vincent Povirkgdiplus: Copy the bits on bitmap unlock if the write...
2011-01-12  Martin Petricekgdiplus: Support for indexed formats in GdipBitmapSetPixel.
2010-11-12  Vincent Povirkgdiplus: Correctly store the given stride in created...
2010-10-01  Vincent Povirkgdiplus: Don't create a DIB section for non-alpha or...
2010-10-01  Vincent Povirkgdiplus: Don't try to free invalid or already-freed...
2010-09-02  Vincent Povirkgdiplus: Set flags and dpi when images are loaded.
2010-08-24  Austin Englishgdiplus: Add a stub for GdipConvertToEmfPlusToFile.
2010-08-23  Vincent Povirkgdiplus: Set bitmap has alpha flag based on format.
2010-08-17  Vincent Povirkgdiplus: Create HBITMAP-less bitmap objects for exotic...
2010-08-17  Vincent Povirkgdiplus: Don't require an HDC for the convert_unit...
2010-07-19  Vincent Povirkgdiplus: Stub GdipGetMetafileHeaderFromStream.
2010-07-19  Vincent Povirkgdiplus: Stub GdipGetMetafileHeaderFromFile.
2010-07-05  Vincent Povirkgdiplus: Stub GdipGetMetafileHeaderFromEmf.
2010-06-25  Andrew Nguyengdiplus: Add a few additional traces to gdiplus image...
2010-06-25  Vincent Povirkgdiplus: Stub GdipGetEncoderParameterListSize.
2010-05-10  Vincent Povirkgdiplus: Implement GdipGetImageThumbnail.
2010-05-08  Vincent Povirkgdiplus: Quiet the GdipImageForceValidation fixme.
2010-05-08  Vincent Povirkgdiplus: Implement GdipCreateHICONFromBitmap.
2010-04-26  Vincent Povirkgdiplus: Handle more cases in GdipCreateBitmapFromGdiDib.
2010-04-26  Vincent Povirkgdiplus: Add test for GdipCreateBitmapFromGdiDib.
2010-03-31  Vincent Povirkgdiplus: Implement GdipImageRotateFlip.
2010-03-29  Vincent Povirkgdiplus: Store a reference to the image in image graphi...
2010-03-29  Mikhail Maroukhinegdiplus: Fix compiler warnings with flag -Wcast-qual.
2010-03-22  Vincent Povirkgdiplus: Add support for decoding TIFF images.
2010-03-22  Vincent Povirkgdiplus: Support decoders with multiple signatures.
2010-03-16  Justin Chevriergdiplus: Basic implementation of GdipImageGetFrameCount...
2010-03-15  Vincent Povirkgdiplus: Zero the MetafileHeader structure in GetMetafi...
2010-03-05  Alasdair Sinclairgdiplus: Create a full BITMAPINFO to prevent clobbering...
2010-02-25  Vincent Povirkgdiplus: Stub GdipGetImageItemData.
2010-02-25  Vincent Povirkgdiplus: Free the attached HBITMAP when destroying...
2010-02-08  Vincent Povirkgdiplus: Don't use gdi32 to do pixel format conversion.
2010-02-01  Vincent Povirkgdiplus: Implement GetPixel for indexed color bitmaps.
2010-01-25  Vincent Povirkgdiplus: Always trace pixel formats in hex.
2010-01-04  Vincent Povirkgdiplus: Reset the lock count when unlocking a bitmap...
2010-01-04  Vincent Povirkgdiplus: Add traces to unimplemented functions in image.c.
2010-01-04  Vincent Povirkgdiplus: Add trace to GdipBitmapUnlockBits.
2009-12-28  Vincent Povirkgdiplus: Implement GdipBitmapSetResolution.
2009-12-28  Vincent Povirkgdiplus: Implement GdipGetImage*Resolution.
2009-12-28  Vincent Povirkgdiplus: Implement GdipImageGetFrameDimensionsList.
2009-12-28  Vincent Povirkgdiplus: Remove fixme from GdipImageGetFrameDimensionsC...
2009-12-21  Vincent Povirkgdiplus: Add trace for values of new graphics and image...
2009-12-14  Vincent Povirkgdiplus: Support reading image data from device-depende...
next