inetmib1: Return SNMP_ERRORSTATUS_NOSUCHNAME for an interface's description if it...
[wine] / dlls / gdiplus /
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.
2009-08-03  Vincent Povirkgdiplus: Don't use -escapement angle in GdipDrawString.
2009-07-13  Vincent Povirkgdiplus: Implement GdipSetLineLinearBlend.
2009-07-13  Vincent Povirkgdiplus: Use brush_fill_path in GdipFillRectangleI.
2009-07-13  Vincent Povirkgdiplus: Use brush_fill_path in GdipFillRegion.
2009-07-13  Vincent Povirkgdiplus: Use brush_fill_path in GdipFillPolygonI.
2009-07-13  Vincent Povirkgdiplus: Use brush_fill_path in GdipFillPolygon.
2009-07-13  Vincent Povirkgdiplus: Use brush_fill_path in GdipFillPie.
2009-07-13  Vincent Povirkgdiplus: Use brush_fill_path in GdipFillEllipse.
2009-07-08  Andrew Eikumgdiplus: Implement GdipSaveGraphics and GdipRestoreGrap...
2009-07-08  Andrew Eikumgdiplus: Don't modify container list if container resto...
2009-07-07  Andrew Eikumgdiplus/tests: Test cases for GdipBeginContainer2.
2009-07-07  Andrew Eikumgdiplus: Implement GdipBeginContainer2 and GdipEndConta...
2009-07-01  Alexandre Julliardgdiplus: Don't return garbage from the GdipCreateHBITMA...
2009-07-01  Vincent Povirkgdiplus: Don't crash when a NULL format is passed to...
2009-06-30  Andrew Eikumgdiplus: Implement GdipDrawCurve3 and GdipDrawCurve3I.
2009-06-30  Vincent Povirkgdiplus: Implement horizontal alignment in GdipDrawString.
2009-06-29  Andrew Eikumgdiplus/tests: Add tests for GdipDrawCurve2I.
2009-06-29  Andrew Eikumgdiplus/tests: Add tests for GdipDrawCurveI.
2009-06-29  Andrew Eikumgdiplus/tests: Add tests for GdipDrawCurve2.
2009-06-26  Andrew Eikumgdiplus/tests: Fix resource leaks in several tests.
2009-06-23  Ken Sharpgdiplus: Add GdipIsVisibleRegionPointI stub.
next