xmllite: Fail to set input for external IXmlReaderInput.
[wine] / dlls / gdiplus / pen.c
2010-08-23  Vincent Povirkgdiplus: Stub GdipTranslatePenTransform.
2010-08-03  Vincent Povirkgdiplus: Stub GdipGetPenTransform.
2010-08-03  Vincent Povirkgdiplus: Stub GdipRotatePenTransform.
2010-08-03  Vincent Povirkgdiplus: Stub GdipSetPenTransform.
2010-07-19  Vincent Povirkgdiplus: Stub GdipMultiplyPenTransform.
2010-07-19  Vincent Povirkgdiplus: Stub GdipGetPenCompoundCount.
2010-01-25  Vincent Povirkgdiplus: Add traces to unimplemented functions in pen.c.
2009-12-28  Vincent Povirkgdiplus: Add traces for values of newly-created pens.
2008-12-27  Nikolay Sivovgdiplus: Stub for GdipScalePenTransform.
2008-12-27  Nikolay Sivovgdiplus: Stub for GdipResetPenTransform.
2008-12-08  Francois Gougetgdiplus: Add a trailing '\n' to a Wine trace.
2008-12-05  Vincent Povirkgdiplus: Add stub for GdipSetPenCompoundArray.
2008-12-04  Nikolay Sivovgdiplus: Added GdipGetPenFillType.
2008-11-11  Francois Gougetgdiplus: Add a trailing '\n' to a Wine trace.
2008-11-07  Nikolay Sivovgdiplus: Added TRACE(..) for Pen calls.
2008-08-01  Nikolay Sivovgdiplus: Implemented GdipGetPenCustom[Start/End]Cap.
2008-07-31  Nikolay Sivovgdiplus: Implemented Gdip[Get/Set]PenMode.
2008-07-11  Nikolay Sivovgdiplus: Implemented GdipGetPenDashCount.
2008-07-11  Nikolay Sivovgdiplus: Implemented GdipSetPenDashCap197819.
2008-06-27  Nikolay Sivovgdiplus: Implemented GdipGetPenDashCap197819.
2008-06-27  Nikolay Sivovgdiplus: Implemented GdipGetPenWidth.
2008-06-27  Nikolay Sivovgdiplus: Implemetned GdipGetPenUnit.
2008-06-27  Nikolay Sivovgdiplus: Added GdipGetPenStartCap.
2008-06-27  Nikolay Sivovgdiplus: Implemented GdipGetPenLineJoin, GdipGetPenMite...
2008-06-27  Nikolay Sivovgdiplus: Implemented GdipGetPenEndCap.
2008-06-20  Huw Daviesgdiplus: GdipCreatePen2 should make a copy of the brush.
2008-05-13  Nikolay Sivovgdiplus: Make GdipSetPenDashArray return OutOfMemory...
2008-03-01  Andrew Talbotgdiplus: Assign to structs instead of using memcpy.
2008-02-05  Alistair Leslie... gdiplus: Add GdipSetPenMode stub.
2007-12-31  Lei Zhanggdiplus: Add GdipCreatePen2 and test cases.
2007-08-09  Evan Stadegdiplus: Added GdipGetPenDashOffset/GdipSetPenDashOffset.
2007-08-03  Francois Gougetgdiplus: Use the gdiplus type, REAL, rather than FLOAT.
2007-08-02  Evan Stadegdiplus: Added GdipSetPenWidth.
2007-08-01  Evan Stadegdiplus: Implemented GdipLoadImageFromStreamICM.
2007-07-30  Evan Stadegdiplus: Check custom dash array for bad properties.
2007-07-30  Evan Stadegdiplus: Draw custom dashes.
2007-07-26  Evan Stadegdiplus: Added GdipSetPenDashArray/GdipGetPenDashArray.
2007-07-25  Evan Stadegdiplus: Limit fixme output.
2007-07-25  Evan Stadegdiplus: Create gdi pen every time gdi+ pen is used.
2007-07-24  Evan Stadegdiplus: Implemented GdipSetPenColor.
2007-07-24  Evan Stadegdiplus: Added GdipGetPenBrushFill.
2007-07-24  Evan Stadegdiplus: Added GdipGetPenColor stub.
2007-07-24  Evan Stadegdiplus: Added GdipSetPenBrushFill.
2007-07-20  Evan Stadegdiplus: Added GdipSetPenStartCap.
2007-07-20  Evan Stadegdiplus: Updated GdipClonePen to clone pen's members...
2007-07-20  Evan Stadegdiplus: Associate a brush with a pen.
2007-07-20  Evan Stadegdiplus: Added custom line cap setters.
2007-07-18  Evan Stadegdiplus: Added GdipGetPenDashStyle.
2007-07-18  Evan Stadegdiplus: Added GdipClonePen.
2007-07-17  Evan Stadegdiplus: Added GdipSetPenDashStyle.
2007-07-17  Evan Stadegdiplus: Added GdipSetPenMiterLimit.
2007-07-17  Evan Stadegdiplus: Added GdipSetPenLineCap197819.
2007-07-13  Evan Stadegdiplus: Added GdipSetPenLineJoin.
2007-07-09  Evan Stadegdiplus: Rendering of linecaps.
2007-07-06  Evan Stadegdiplus: Added SetPenEndCap.
2007-06-25  Evan Stadegdiplus: Fix erroneous pen error checking.
2007-06-14  Francois Gougetgdiplus: Add missing '\n' to ok() calls, Wine traces.
2007-06-12  Evan Stadegdiplus: First pen implementation.