kernel32: Make CopyFile() call CopyFileEx() instead of the other way around.
[wine] / dlls / gdiplus / gdiplus.c
2012-08-21  Dmitry Timoshkovgdiplus: Rename roundr() to gdip_round() to make it...
2012-08-15  Dmitry Timoshkovgdiplus: Replace convert_unit() by a clearer units_to_p...
2012-08-14  Dmitry Timoshkovgdiplus: get_font_hfont helper should transform returne...
2012-08-13  Michael Stefaniucgdiplus: Remove unreachable break after return (Smatch).
2012-07-31  Dmitry Timoshkovgdiplus: Improve precision of calculated pixel to units...
2012-07-18  Dmitry Timoshkovgdiplus: GdipGetFontHeight should convert height from...
2012-07-18  Dmitry Timoshkovgdiplus: Factor out units_to_pixels() helper.
2012-07-03  Dmitry Timoshkovgdiplus: Fix the convert_unit() comment to reflect...
2012-05-02  Alexandre Julliardgdiplus: CreateDIBSection doesn't need a DC for the...
2011-10-04  Vincent Povirkgdiplus: Fix pointer math for the 64-bit tests.
2011-05-09  Francois GougetAssorted spelling and case fixes.
2011-03-16  Francois Gougetgdiplus: Remove GdiplusShutdown() as it is redudant...
2010-10-01  Vincent Povirkgdiplus: Return 0 from GdiplusShutdown.
2010-08-17  Vincent Povirkgdiplus: Don't require an HDC for the convert_unit...
2010-01-25  Vincent Povirkgdiplus: Prefer the builtin version.
2009-12-28  Vincent Povirkgdiplus: Add some traces for the values of point arguments.
2009-10-19  Alexandre Julliardgdiplus: Remove a useless inline specifier.
2009-09-22  Vincent Povirkgdiplus: Accept version 2 in GdiplusStartup.
2009-09-08  Vincent Povirkgdiplus: Don't calculate the number of points in the...
2009-08-29  Vincent Povirkgdiplus: Use AlphaBlend for 32-bit images with alpha...
2009-05-21  Vincent Povirkgdiplus: Implement partially transparent solid fill...
2009-05-14  Vincent Povirkgdiplus: Populate the installed font collection.
2009-05-14  Vincent Povirkgdiplus: Add a trace to GdipDrawString.
2008-11-28  Andrew Talbotgdiplus: Void function should not return a value.
2008-11-24  Hans Leidekkergdiplus: Add a stub implementation of GdiplusNotificati...
2008-11-13  Nikolay Sivovgdiplus: Return some token value on startup.
2008-08-27  Nikolay Sivovgdiplus: Implemented GdipGetClip.
2008-08-18  Nikolay Sivovgdiplus: Implemented GdipPathIterNextSubpathPath with...
2008-08-04  Nikolay Sivovgdiplus: Move some Beziers helpers to gdiplus.c to...
2008-01-08  Andrew Talbotgdiplus: Remove unneeded casts.
2007-08-08  Evan Stadegdiplus: Return width and height of metafiles.
2007-08-08  Evan Stadegdiplus: Added GdipCreateStreamOnFile.
2007-08-06  Evan Stadegdiplus: Allow non-default GdiplusStartupInput.
2007-08-03  Francois Gougetgdiplus: Use the gdiplus type, REAL, rather than FLOAT.
2007-08-01  Evan Stadegdiplus: Implemented GdipLoadImageFromStreamICM.
2007-08-01  Evan Stadegdiplus: Added GdipGetMetafileHeaderFromMetafile stub.
2007-07-26  Evan Stadegdiplus: Fix arc2polybezier.
2007-07-23  Evan Stadegdiplus: Change atan2 to gdiplus_arctan2.
2007-07-12  Evan Stadegdiplus: Added GdipAddPathArc.
2007-06-13  Francois GougetAdd API documentation stubs to make winapi_check happy.
2007-06-13  Francois Gougetgdiplus: Add missing '\n' in Wine trace.
2007-06-12  Evan Stadegdiplus: First pen implementation.
2007-06-11  Evan Stadegdiplus: Added beginnings of memory and startup functions.
2007-05-29  Evan Stadegdiplus: Added stub implementation of gdiplus.dll.