msctf: Fix a possible NULL dereference (Coverity).
[wine] / dlls / gdiplus /
2009-06-04  Andrew Eikumgdiplus: Stubs for GdipDrawImagePoints and GdipDrawImag...
2009-06-04  Andrew Eikumgdiplus: Stub for GdipEmfToWmfBits.
2009-06-03  Andrew Eikumgdiplus: Stubs for GdipDrawImagePointRect and GdipDrawI...
2009-06-03  Andrew Eikumgdiplus: Stub for GdipDeleteEffect.
2009-06-02  Andrew Eikumgdiplus: Stubs for GdipCreateMetafileFromFile, GdipCrea...
2009-06-02  Andrew Eikumgdiplus: Stub for GdipComment.
2009-06-02  Andrew Eikumgdiplus: Stub for GdipCloneBitmapArea.
2009-06-01  Andrew Eikumgdiplus: Stubs for GdipBeginContainer and GdipBeginCont...
2009-06-01  Andrew Eikumgdiplus: Stubs for GdipAddPathString and GdipAddPathStr...
2009-05-28  Vincent Povirkgdiplus: Stub GdipCreateHICONFromBitmap.
2009-05-21  Vincent Povirkgdiplus: Implement partially transparent solid fill...
2009-05-20  Vincent Povirkgdiplus: Implement GdipTransformPointsI.
2009-05-20  Vincent Povirkgdiplus: Implement GdipTransformPoints.
2009-05-14  Vincent Povirkgdiplus: Stub GdipWarpPath.
2009-05-14  Vincent Povirkgdiplus: Stub GdipWidenPath.
2009-05-14  Vincent Povirkgdiplus: Populate the installed font collection.
2009-05-14  Vincent Povirkgdiplus: Add string format traces.
2009-05-14  Vincent Povirkgdiplus: Add a trace to GdipMeasureString.
2009-05-14  Vincent Povirkgdiplus: Add a trace to GdipDrawString.
2009-05-08  Stefan Leichtergdiplus: Add stub for GdipImageRotateFlip.
2009-05-08  Vincent Povirkgdiplus: Use the mode passed to GdipCreateLineBrushFrom...
2009-05-08  Vincent Povirkgdiplus: Store the rect passed to GdipCreateLineBrushFr...
2009-05-08  Vincent Povirkgdiplus: Store the rectangle in line gradient brushes.
2009-05-08  Vincent Povirkgdiplus: Expand the GdipGetLineRect tests.
2009-05-07  Vincent Povirkgdiplus: Use brush_fill_path in GdipFillRectangle.
2009-05-07  Vincent Povirkgdiplus: Stub GdipSetRenderingOrigin.
2009-05-06  Alexandre Julliardgdiplus/tests: Don't free GDI objects with GlobalFree.
2009-05-06  Stefan Leichtergdiplus: Add stub for GdipGetImageThumbnail.
2009-05-05  Vincent Povirkgdiplus: Implement GdipSetLineSigmaBlend.
2009-05-04  Vincent Povirkgdiplus: Don't draw outside of gradient lines.
2009-05-04  Vincent Povirkgdiplus: Properly draw points outside of line gradients.
2009-05-04  Vincent Povirkgdiplus: Account for blend factors and positions in...
2009-05-04  Vincent Povirkgdiplus: Correct the lfHeight calculation in GdipCreate...
2009-04-29  Vincent Povirkgdiplus: Add tests for GdipGet/SetLineBlend.
2009-04-29  Vincent Povirkgdiplus: Implement GdipGetLineBlend.
2009-04-29  Vincent Povirkgdiplus: Implement GdipGetLineBlendCount.
2009-04-29  Vincent Povirkgdiplus: Implement GdipSetLineBlend.
2009-04-29  Vincent Povirkgdiplus: Add blend information to linear gradient brushes.
2009-04-29  Vincent Povirkgdiplus: Stub GdipGetLineBlend.
2009-04-29  Vincent Povirkgdiplus: Stub GdipGetLineBlendCount.
2009-04-28  Vincent Povirkgdiplus: Create a static InstalledFontCollection object...
2009-04-28  Vincent Povirkgdiplus: Add test for GdipNewInstalledFontCollection.
2009-04-28  Massimo Del Fedelegdiplus: Add stub for GdipBitmapSetPixel.
2009-04-27  Vincent Povirkgdiplus: Don't leak a device context when GdipCreateFro...
2009-04-27  Vincent Povirkgdiplus: Only release device contexts created internally.
2009-04-24  Paul Vriensgdiplus/tests: Fix a test failure on Win98.
2009-04-24  Paul Vriensgdiplus/tests: Fix test failures on Win98 by using...
2009-04-24  Paul Vriensgdiplus: Convert lfFaceName from W to A, not the other...
2009-04-24  Paul Vriensgdiplus: Return the correct result in GdipCreateFontFro...
2009-04-20  Andrew Nguyengdiplus: Stub GdipBitmapSetResolution.
2009-04-20  Francois GougetAssorted spelling fixes.
2009-04-02  Vincent Povirkgdiplus: GdipDrawString: Handle either a width or heigh...
2009-03-24  Vincent Povirkgdiplus: Support line gradient brushes in GdipFillPath.
2009-03-09  Vincent Povirkgdiplus: Stub GdipCloneBitmapAreaI.
2009-03-06  Paul Vriensgdiplus/tests: Fix two test failures on Win98.
2009-03-05  Vincent Povirkgdiplus: Return a NULL bitmap when GdipCreateBitmapFrom...
2009-03-03  Huw Daviesgdiplus/tests: Elliptic regions have a shorter layout...
2009-02-18  Vincent Povirkgdiplus: Fix GdipCreateBitmapFromHBITMAP flipping image...
2009-02-18  Vincent Povirkgdiplus: Handle negative stride in GdipCreateBitmapFrom...
2009-02-17  Nikolay Sivovgdiplus: Fix a docheader typo, add some missed headers.
2009-02-16  Nikolay Sivovgdiplus/tests: Use expectf macro for floating point...
2009-02-16  Nikolay Sivovgdiplus/tests: Some tests for Image raw format value.
2009-02-16  Nikolay Sivovgdiplus: Implemented GdipIsVisiblePathPoint with tests.
2009-02-16  Aric Stewartgdiplus: In GdipDrawString do not NULL terminate the...
2009-02-10  Nikolay Sivovgdiplus: Handle zero width/height in GdipAddPathPie.
2009-02-09  Nikolay Sivovgdiplus: Some tests for LinearGradientBrush.
2009-02-04  Nikolay Sivovgdiplus: Implemented GdipGetLogFontA.
2009-02-04  Nikolay Sivovgdiplus: Implemented GdipFillRegion.
2009-02-03  Nikolay Sivovgdiplus: Add testing for ObjectBusy in some Graphics...
2009-02-03  Nikolay Sivovgdiplus: Implemented GdipSetClipHrgn.
2009-02-03  Nikolay Sivovgdiplus: Implemented GdipGetClipBounds/GdipGetClipBoundsI.
2009-02-03  Nikolay Sivovgdiplus: Implemented GdipCreateBitmapFromHICON (with...
2009-02-02  Aurimas Fischergdiplus: Implement GdipSetStringFormatFlags with tests.
2009-02-02  Aurimas Fischerinclude: Add GdipSetStringFormatFlags prototype.
2009-02-02  Nikolay Sivovgdiplus: Implemented GdipTranslateClip/GdipTranslateClipI.
2009-02-02  Nikolay Sivovgdiplus: Implemented GdipGetRegionBounds/GdipGetRegionB...
2009-02-02  Nikolay Sivovgdiplus: Implemented GdipTranslateRegionI.
2009-02-02  Nikolay Sivovgdiplus: Implemented GdipTranslateRegion.
2009-02-02  Nikolay Sivovgdiplus: Implemented GdipIsEqualRegion.
2009-01-30  Nikolay Sivovgdiplus: Implemented GdipCreateRegionHrgn for rectangul...
2009-01-26  Vincent Povirkgdiplus: Do not call delete_element(NULL).
2009-01-16  Alexandre Julliardgdiplus: Fix a typo that breaks the Mingw build.
2009-01-15  Andrey Turkingdiplus: GdipLoadImageFromStream should use well-known...
2009-01-14  Michael Stefaniucgdiplus: Remove superfluous pointer casts.
2009-01-12  Chris Wulffgdiplus: Implement hatch brush accessor functions.
2009-01-12  Chris Wulffgdiplus: Partial implementation of GdipCreateHatchBrush.
2008-12-27  Nikolay Sivovgdiplus: Stub for GdipRotateLineTransform.
2008-12-27  Nikolay Sivovgdiplus: Stub for GdipScalePenTransform.
2008-12-27  Nikolay Sivovgdiplus: Stub for GdipResetPenTransform.
2008-12-16  Nikolay Sivovgdiplus: Fix Font test failure on charset mismatch.
2008-12-15  Nikolay Sivovgdiplus: Added GdipAddPathCurve3/GdipAddPathCurve3I...
2008-12-11  Nikolay Sivovgdiplus: Stub for GdipGetNearestColor.
2008-12-09  Vincent Povirkgdiplus/tests: Fix a double-free in the graphics test.
2008-12-09  Vincent Povirkgdiplus/tests: Fix a double-free in the region test.
2008-12-09  Vincent Povirkgdiplus: Fix a memory leak in GdipCombineRegionRegion.
2008-12-08  Francois Gougetgdiplus: Add a trailing '\n' to a Wine trace.
2008-12-05  Nikolay Sivovgdiplus: Added GdipScaleTextureTransform.
2008-12-05  Michael Stefaniucgdiplus: Remove some superfluous casts.
2008-12-05  Michael Stefaniucgdiplus: Reduce the number of casts by using the proper...
2008-12-05  Vincent Povirkgdiplus: Add stub for GdipSetPenCompoundArray.
next