explorerframe: Implement expansion of nodes.
[wine] / dlls / gdiplus / graphics.c
2010-08-17  Vincent Povirkgdiplus: Use the software method to draw HBITMAP-less...
2010-08-17  Vincent Povirkgdiplus: Create HBITMAP-less bitmap objects for exotic...
2010-08-17  Vincent Povirkgdiplus: Don't require an HDC to get the resolution...
2010-08-17  Vincent Povirkgdiplus: Give a nice warning when we try to draw to...
2010-08-17  Vincent Povirkgdiplus: Don't require an HDC in get_graphics_bounds.
2010-08-17  Vincent Povirkgdiplus: Don't require an HDC for the convert_unit...
2010-07-28  Wade Gobelgdiplus: Implemented GdipFillClosedCurve and GdipFillCl...
2010-07-28  Wade Gobelgdiplus: Fixed GdipFillClosedCurve2 and GdipFillClosedC...
2010-07-05  Vincent Povirkgdiplus: Stub GdipRecordMetafileStream.
2010-07-05  Vincent Povirkgdiplus: Stub GdipRecordMetafile.
2010-06-25  Vincent Povirkgdiplus: Stub GdipGetRenderingOrigin.
2010-06-24  Francois Gougetgdiplus: Make measure_ranges_callback() static.
2010-05-10  Vincent Povirkgdiplus: Always treat out of range string sizes as...
2010-05-10  Vincent Povirkgdiplus: Implement GdipSetImageAttributesWrapMode.
2010-05-10  Vincent Povirkgdiplus: Implement bitmap color keying.
2010-04-19  Vincent Povirkgdiplus: Prevent integer overflows when rounding text...
2010-04-16  Vincent Povirkgdiplus: Add fixmes for unimplemented imageattributes...
2010-04-16  Vincent Povirkgdiplus: Always use software to draw bitmaps to bitmaps.
2010-04-16  Vincent Povirkgdiplus: Implement color remapping.
2010-04-16  Vincent Povirkgdiplus: Correct the coordinate transform for non-recta...
2010-04-16  Vincent Povirkgdiplus: Transform bitmaps to non-rectangular parallelo...
2010-04-16  Vincent Povirkgdiplus: Use a helper function to draw image data from...
2010-04-16  Vincent Povirkgdiplus: Use UnitPixel for metafile bounds when creatin...
2010-04-09  Vincent Povirkgdiplus: Print the GdipCreateHalftonePalette FIXME...
2010-04-02  Vincent Povirkgdiplus: Implement GdipFlush.
2010-03-31  Vincent Povirkgdiplus: Implement GdipMeasureCharacterRanges.
2010-03-31  Vincent Povirkgdiplus: Fix the linesfilled calculation in GdipMeasure...
2010-03-31  Vincent Povirkgdiplus: Rewrite GdipDrawString to share code with...
2010-03-31  Vincent Povirkgdiplus: Rewrite GdipMeasureString using a helper function.
2010-03-31  Vincent Povirkgdiplus: Add a missing NULL check to GdipMeasureString.
2010-03-29  Vincent Povirkgdiplus: Don't use gdi32 to draw to bitmaps with format...
2010-02-26  Justin Chevriergdiplus: Basic implementation of GdipGetNearestColor...
2010-02-15  Vincent Povirkgdiplus: Convert formats that can't be drawn by gdi32...
2010-01-05  Alistair Leslie... gdiplus: Implement GdipIsVisibleClipEmpty.
2010-01-04  Vincent Povirkgdiplus: Add traces to unimplemented functions in graph...
2010-01-04  Vincent Povirkgdiplus: Fix a memory leak in GdipCreateMetafileFromWmf.
2009-12-28  Vincent Povirkgdiplus: Implement GdipGetImage*Resolution.
2009-12-28  Vincent Povirkgdiplus: Fix typo in GdipCreateMetafileFromWmf.
2009-12-28  Vincent Povirkgdiplus: Add some traces for the values of point arguments.
2009-12-21  Vincent Povirkgdiplus: Add trace for values of new graphics and image...
2009-12-14  Huw Daviesgdiplus: Fix a memory leak.
2009-12-14  Vincent Povirkgdiplus: Implement GdipSetImagePalette.
2009-09-15  Vincent Povirkgdiplus: Use the preset blend when drawing linear gradi...
2009-09-15  Vincent Povirkgdiplus: Implement GdipGetImageRawFormat.
2009-09-08  Vincent Povirkgdiplus: Don't use the supplied rect to calculate font...
2009-09-08  Vincent Povirkgdiplus: Implement GdipDrawImagePointRect.
2009-09-08  Vincent Povirkgdiplus: Remove unused bitmap flipping code.
2009-08-29  Vincent Povirkgdiplus: Use AlphaBlend for 32-bit images with alpha...
2009-08-29  Vincent Povirkgdiplus: Create DIBs instead of IPictures in CreateBitm...
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 GdipIsVisibleRegionPoint.
2009-08-21  Vincent Povirkgdiplus: Do not call IPicture_Render directly from...
2009-08-13  Andrew Eikumgdiplus: Implement GdipGetVisibleClipBounds.
2009-08-13  Andrew Eikumgdiplus: Create utility function get_graphics_bounds.
2009-08-06  Ken Sharpgdiplus: Add GdipIsVisibleRectI stub.
2009-08-04  Alistair Leslie... gdiplus: Add GdipRecordMetafileI stub.
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: 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: Implement GdipBeginContainer2 and GdipEndConta...
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-23  Ken Sharpgdiplus: Add GdipIsVisibleRegionPointI stub.
2009-06-15  Francois Gougetgdiplus: Remove spaces before '\n's.
2009-06-10  Ken Sharpgdiplus: Add stubs for GdipGetVisibleClipBoundsI, GdipD...
2009-06-08  Andrew Eikumgdiplus: Test cases and parameter checks for GdipDrawCurve.
2009-06-05  Stephan Rosegdiplus: Add support for vertical string alignment...
2009-06-04  Andrew Eikumgdiplus: Stubs for GdipDrawImagePoints and GdipDrawImag...
2009-06-03  Andrew Eikumgdiplus: Stubs for GdipDrawImagePointRect and GdipDrawI...
2009-06-02  Andrew Eikumgdiplus: Stubs for GdipCreateMetafileFromFile, GdipCrea...
2009-06-02  Andrew Eikumgdiplus: Stub for GdipComment.
2009-06-01  Andrew Eikumgdiplus: Stubs for GdipBeginContainer and GdipBeginCont...
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: Add a trace to GdipMeasureString.
2009-05-14  Vincent Povirkgdiplus: Add a trace to GdipDrawString.
2009-05-07  Vincent Povirkgdiplus: Use brush_fill_path in GdipFillRectangle.
2009-05-07  Vincent Povirkgdiplus: Stub GdipSetRenderingOrigin.
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-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-02  Vincent Povirkgdiplus: GdipDrawString: Handle either a width or heigh...
2009-03-24  Vincent Povirkgdiplus: Support line gradient brushes in GdipFillPath.
2009-02-16  Aric Stewartgdiplus: In GdipDrawString do not NULL terminate the...
2009-02-04  Nikolay Sivovgdiplus: Implemented GdipFillRegion.
next