gdiplus: Allocate a new ImageAttributes object in GdipCloneImageAttributes.
[wine] / dlls / gdiplus /
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.
2009-08-27  Andrew Eikumgdiplus: Add utility function get_visible_clip_region.
2009-08-26  Andrew Eikumgdiplus: Implement GdipIsVisibleRegionRect.
2009-08-26  Andrew Eikumgdiplus: Implement GdipIsVisibleRegionPoint.
2009-08-25  Andrew Eikumgdiplus: Support regions of more than one rectangle...
2009-08-21  Vincent Povirkgdiplus: Remove an ipicture reference in GdipCreateBitm...
2009-08-21  Vincent Povirkgdiplus: Do not call IPicture_Render directly from...
2009-08-21  Vincent Povirkgdiplus: Add codecs for the image formats we can curren...
2009-08-21  Vincent Povirkgdiplus: Only attempt to encode if the Encoder flag...
2009-08-21  Vincent Povirkgdiplus: Implement GdipGetImageDecoders[Size].
2009-08-21  Vincent Povirkgdiplus: Store the codec information and functions...
2009-08-19  Alexandre Julliardgdiplus/tests: Use the global wine_dbgstr_w instead...
2009-08-19  Vincent Povirkgdiplus: Add a test for drawing to application-provided...
2009-08-19  Francois Gougetgdiplus/tests: Add a trailing '\n' to an ok() call.
2009-08-13  Andrew Eikumgdiplus/tests: Add tests for GdipGetVisibleClipBounds.
2009-08-13  Andrew Eikumgdiplus: Implement GdipGetVisibleClipBounds.
2009-08-13  Andrew Eikumgdiplus: Create utility function get_graphics_bounds.
2009-08-11  Vincent Povirkgdiplus: Remove an unnecessary picture reference in...
2009-08-06  Ken Sharpgdiplus: Add GdipIsVisibleRectI stub.
2009-08-04  Alistair Leslie... gdiplus: Add GdipRecordMetafileI stub.
2009-08-04  Vincent Povirkgdiplus: Ignore the graphics transforms in GdipGetRegio...
2009-08-04  Vincent Povirkgdiplus: Fix rectangles of horizontal and vertical...
2009-08-03  Luke Bensteadgdiplus: Implement stub for GdipGetImagePalette.
2009-08-03  Nikolay Sivovgdiplus: Correctly forward to GdipAddPathPie.
2009-08-03  Vincent Povirkgdiplus: Store color key information in ImageAttributes.
2009-08-03  Vincent Povirkgdiplus: Do not draw line-breaking spaces.
next