gdiplus: Add traces to unimplemented functions in image.c.
[wine] / dlls / gdiplus /
2010-01-04  Vincent Povirkgdiplus: Add traces to unimplemented functions in image.c.
2010-01-04  Vincent Povirkgdiplus: Add trace to GdipBitmapUnlockBits.
2010-01-04  Vincent Povirkgdiplus: Add trace to unimplemented function in graphic...
2010-01-04  Vincent Povirkgdiplus: Add traces to unimplemented functions in graph...
2010-01-04  Vincent Povirkgdiplus: Add traces to unimplemented functions in custo...
2010-01-04  Vincent Povirkgdiplus: Fix a memory leak in GdipCreateMetafileFromWmf.
2009-12-28  Vincent Povirkgdiplus: Implement GdipBitmapSetResolution.
2009-12-28  Vincent Povirkgdiplus: Implement GdipGetImage*Resolution.
2009-12-28  Vincent Povirkgdiplus: Add test for image resolution functions.
2009-12-28  Vincent Povirkgdiplus: Fix typo in GdipCreateMetafileFromWmf.
2009-12-28  Vincent Povirkgdiplus: Add test for GdipCreateMetafileFromWmf.
2009-12-28  Vincent Povirkgdiplus: Add test for size of metafiles loaded from...
2009-12-28  Vincent Povirkgdiplus: Test the ability to load WMF images.
2009-12-28  Vincent Povirkgdiplus: Implement GdipImageGetFrameDimensionsList.
2009-12-28  Vincent Povirkgdiplus: Remove fixme from GdipImageGetFrameDimensionsC...
2009-12-28  Vincent Povirkgdiplus: Add tests for multi-frame GIF images.
2009-12-28  Vincent Povirkgdiplus: Fix memory leak in GdipSetStringFormatMeasurab...
2009-12-28  Vincent Povirkgdiplus: Add traces to unimplemented functions in brush.c.
2009-12-28  Vincent Povirkgdiplus: Add some traces for the values of point arguments.
2009-12-28  Vincent Povirkgdiplus: Add a trace for values of new string format...
2009-12-28  Vincent Povirkgdiplus: Add traces for values of newly-created pens.
2009-12-28  Vincent Povirkgdiplus: Add a trace for values of new ImageAttributes...
2009-12-22  Hans Leidekkergdiplus: Implement GdipGet/SetStringFormatMeasurableCha...
2009-12-21  Vincent Povirkgdiplus: Implement GdipSetImageAttributesColorMatrix.
2009-12-21  Vincent Povirkgdiplus: Add a test for GdipSetImageAttributesColorMatrix.
2009-12-21  Vincent Povirkgdiplus: Allocate a new ImageAttributes object in GdipC...
2009-12-21  Vincent Povirkgdiplus: Add trace for values of new graphics and image...
2009-12-21  Vincent Povirkgdiplus: Add traces for values of newly-created font...
2009-12-21  Vincent Povirkgdiplus: Add traces for values of newly-created linecaps.
2009-12-21  Vincent Povirkgdiplus: Add traces for values of newly-created brushes.
2009-12-18  Vincent Povirkgdiplus: Add tests for the other frame functions, for...
2009-12-17  Paul Vriensgdiplus/tests: Fix a test failure on XP/W2K3.
2009-12-16  Paul Vriensgdiplus/tests: Fix some test failures on older gdiplus.
2009-12-15  Huw Daviesgdiplus: Fix a memory leak in the tests.
2009-12-15  Huw Daviesgdiplus: Fix a memory leak in the tests.
2009-12-15  Huw Daviesgdiplus: Fix a memory leak in the tests.
2009-12-14  Alexandre Julliardgdiplus/tests: Fix parentheses in the expect() macro.
2009-12-14  Vincent Povirkgdiplus: Support reading image data from device-depende...
2009-12-14  Vincent Povirkgdiplus: Explicitly copy the bits from dib sections...
2009-12-14  Huw Daviesgdiplus: Fix a memory leak.
2009-12-14  Vincent Povirkgdiplus: Add test for image palette functions.
2009-12-14  Vincent Povirkgdiplus: Initialize the palettes of new indexed bitmaps.
2009-12-14  Vincent Povirkgdiplus: Implement GdipGetImagePalette.
2009-12-14  Vincent Povirkgdiplus: Implement GdipGetImagePaletteSize.
2009-12-14  Vincent Povirkgdiplus: Implement GdipSetImagePalette.
2009-12-09  Nikolay Sivovgdiplus/tests: Fix a matrix leak in test.
2009-12-07  Vincent Povirkgdiplus: Fix cleanup after errors in GdipCloneImage.
2009-12-07  Vincent Povirkgdiplus: Implement GdipCloneBitmapArea.
2009-12-07  Nikolay Sivovgdiplus/tests: Delete Pen object after use.
2009-12-07  Nikolay Sivovgdiplus/tests: Free created iterator in tests.
2009-12-07  Nikolay Sivovgdiplus/tests: Additional test to show that custom...
2009-12-07  Nikolay Sivovgdiplus/tests: Free brush pointer after test.
2009-12-07  Huw Daviesgdiplus: Fix a couple of memory leaks.
2009-10-26  Kirill K. Smirnovgdiplus: Avoid deleting non-existent object.
2009-10-19  Alexandre Julliardgdiplus: Remove a useless inline specifier.
2009-10-09  Vincent Povirkgdiplus: Enable encoding of PNG images.
2009-10-09  Vincent Povirkgdiplus: Add some hatch brushes not present in gdi.
2009-10-09  Vincent Povirkgdiplus: Use gdi texture brushes to draw hatch brushes.
2009-09-28  Paul Vriensgdiplus/tests: Fix some test failures on older gdiplus...
2009-09-24  Vincent Povirkgdiplus: Implement GdipBitmapSetPixel.
2009-09-24  Vincent Povirkgdiplus: Implement GdipBitmapGetPixel.
2009-09-24  Vincent Povirkgdiplus: Add tests for GdipBitmap(Get|Set)Pixel.
2009-09-22  Marcus Meissnergdiplus: do not memcpy over NULL ptrs (Coverity).
2009-09-22  Vincent Povirkgdiplus: Accept version 2 in GdiplusStartup.
2009-09-22  Vincent Povirkgdiplus/tests: Reject gdiplus versions greater than 2.
2009-09-15  Vincent Povirkgdiplus: Use the preset blend when drawing linear gradi...
2009-09-15  Vincent Povirkgdiplus: Add tests for linear gradient preset blends.
2009-09-15  Vincent Povirkgdiplus: Store preset blends in linear gradient brushes.
2009-09-15  Vincent Povirkgdiplus: Stub GdipGetLinePresetBlend[Count].
2009-09-15  Vincent Povirkgdiplus: Implement GdipGetImageRawFormat.
2009-09-08  Vincent Povirkgdiplus: Don't accept MS Sans Serif as the generic...
2009-09-08  Vincent Povirkgdiplus: Don't calculate the number of points in the...
2009-09-08  Vincent Povirkgdiplus: Don't use the supplied rect to calculate font...
2009-09-08  Vincent Povirkgdiplus: Stub GdipScaleLineTransform.
2009-09-08  Vincent Povirkgdiplus: Stub GdipResetLineTransform.
2009-09-08  Vincent Povirkgdiplus: Implement GdipDrawImagePointRect.
2009-09-08  Vincent Povirkgdiplus: Remove unused bitmap flipping code.
2009-09-08  Vincent Povirkgdiplus: Disable alpha channel support for BMP images.
2009-09-08  Vincent Povirkgdiplus: Use WIC to decode PNG files.
2009-09-08  Vincent Povirkgdiplus: Use WIC to decode BMP files.
2009-09-08  Vincent Povirkgdiplus: Fix a copy outside allocated memory in GdipCre...
2009-09-08  Vincent Povirkgdiplus: Test for the lowest rejected startup version.
2009-09-08  Ge van Geldorpgdiplus/tests: Fix tests on Win7.
2009-09-02  Ge van Geldorpgdiplus/tests: Fix test on Win7.
2009-09-02  Vincent Povirkgdiplus: Use WIC to decode GIF files.
2009-09-02  Vincent Povirkgdiplus: Use WIC to decode JPEG files.
2009-09-02  Vincent Povirkgdiplus: Use WIC to encode images.
2009-09-01  Vincent Povirkgdiplus: Use WIC to decode ICO files.
2009-08-29  Vincent Povirkgdiplus: Reimplement GdipCreateBitmapFromHICON based...
2009-08-29  Vincent Povirkgdiplus: Use AlphaBlend for 32-bit images with alpha...
2009-08-29  Vincent Povirkgdiplus: Return the real image bits from LockBits when...
2009-08-29  Vincent Povirkgdiplus: Create DIBs instead of IPictures in CreateBitm...
2009-08-29  Vincent Povirkgdiplus: Don't use IPicture to manage the HDC associate...
2009-08-29  Vincent Povirkgdiplus: Add and use an HBITMAP field in GpBitmap objects.
2009-08-29  Vincent Povirkgdiplus: Use the decoder list to decide how to load...
2009-08-29  Vincent Povirkgdiplus: Add PNG to the decoders list.
2009-08-28  Vincent Povirkgdiplus: Implement GdipCreateHBITMAPFromBitmap.
2009-08-28  Vincent Povirkgdiplus: Add test for GdipCreateHBITMAPFromBitmap.
2009-08-27  Andrew Eikumgdiplus: Implement GdipIsVisibleRect.
2009-08-27  Andrew Eikumgdiplus: Implement GdipIsVisiblePoint.
next