oleaut32: Add a test for loading/saving an empty picture.
[wine] / dlls / gdiplus / matrix.c
2012-08-21  Dmitry Timoshkovgdiplus: Rename roundr() to gdip_round() to make it...
2011-05-30  Marcus Meissnergdiplus: Convert and pass in 3 points, not 1 (Coverity).
2011-04-07  Vincent Povirkgdiplus: Validate MatrixOrder in matrix functions.
2011-01-17  Vincent Povirkgdiplus: Rewrite GdipCreateMatrix3.
2010-07-05  Vincent Povirkgdiplus: Check for null pt in GdipCreateMatrix3.
2008-12-04  Alexandre Julliardgdiplus: Fix the GdipMultiplyMatrix prototype.
2008-09-03  Nikolay Sivovgdiplus: Add few TRACE(..) for Matrix.
2008-08-27  Nikolay Sivovgdiplus: Add gdiplus debug channel to matrix.c.
2008-07-08  Nikolay Sivovgdiplus: Implemented GdipShearMatrix with tests.
2008-07-08  Nikolay Sivovgdiplus: GdipInvertMatrix implementation with tests.
2008-07-08  Nikolay Sivovgdiplus: GdipIsMatrixInvertible implementation with...
2008-05-13  Nikolay Sivovgdiplus: Check count argument in GdipVectorTransformMat...
2008-05-13  Nikolay Sivovgdiplus: Check count argument in GdipTransformMatrixPoints.
2008-04-30  Nikolay Sivovgdiplus: Implemented GdipIsMatrixIdentity.
2008-04-30  Nikolay Sivovgdiplus: Implemented GdipIsMatrixEqual.
2008-04-24  Nikolay Sivovgdiplus: Implemented GdipTransformMatrixPointsI.
2008-04-21  Nikolay Sivovgdiplus: Implemented GdipVectorTransformMatrixPointsI.
2008-04-18  Nikolay Sivovgdiplus: Implemented GdipVectorTransformMatrixPoints.
2008-04-17  Nikolay Sivovgdiplus: Implement GdipCreateMatrix3I.
2008-03-01  Andrew Talbotgdiplus: Assign to structs instead of using memcpy.
2007-08-01  Evan Stadegdiplus: Implemented GdipLoadImageFromStreamICM.
2007-08-01  Evan Stadegdiplus: Added GdipCreateMatrix3.
2007-08-01  Evan Stadegdiplus: Added GdipSetMatrixElements.
2007-08-01  Evan Stadegdiplus: Added GdipGetMatrixElements.
2007-07-25  Evan Stadegdiplus: Added GdipCloneMatrix.
2007-07-20  Evan Stadegdiplus: Added GdipCreateMatrix.
2007-07-20  Evan Stadegdiplus: Added GdipRotateMatrix.
2007-07-20  Evan Stadegdiplus: Added GdipTranslateMatrix.
2007-07-20  Evan Stadegdiplus: Added GdipScaleMatrix.
2007-07-18  Evan Stadegdiplus: Added GdipMultiplyMatrix.
2007-07-12  Evan Stadegdiplus: Added GdipTransformMatrixPoints.
2007-07-12  Evan Stadegdiplus: Added basic matrix implementation.