gdiplus: Return width and height of metafiles.
[wine] / dlls / gdiplus / matrix.c
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.