gdi32: Implement SelectBrush for solid brushes.
[wine] / dlls / gdi32 / path.c
2011-03-11  Alexandre Julliardgdi32: Add null driver entry points for the path functions.
2010-05-06  Huw Daviesgdi32: Add support for ETO_PDY and improve world transf...
2009-12-02  Huw Daviesgdi32: Fix incorrect initialization of path array.
2009-03-31  Massimo Del Fedelegdi32: Fix PATH_add_outline when mapping mode != MM_TEXT.
2009-03-31  Massimo Del Fedelegdi32: PATH_ExtTextOut remove incorrect shift to DC...
2009-03-31  Massimo Del Fedelegdi32: Correctly handle space char on Path_ExtTextOut().
2009-02-03  Dmitry Timoshkovgdi32: The MAT2 parameter of GetGlyphOutline is mandatory.
2008-12-03  Dmitry Timoshkovgdi32: Make PATH_AddEntry static.
2008-05-22  Alexandre Julliardgdi32: Use atan2 to compute angles in WidenPath without...
2008-05-22  Alexandre Julliardgdi32: Perform coordinate transformations using doubles...
2008-04-17  Andrew Talbotgdi32: Remove unused variable.
2007-11-07  Laurent Vrommangdi32: Correct a test where the tested function was...
2007-11-06  Laurent Vrommangdi32: Add a test for CloseFigure.
2007-09-24  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the driver...
2007-08-21  Alexandre Julliardgdi32: Add separate functions for releasing/freeing...
2007-07-17  Evan Stadegdi32: Added PATH_PolyDraw.
2007-06-21  Misha Koshelevgdi32: Handle ArcTo in paths as native.
2007-06-21  Misha Koshelevgdi32: Allow arbitrary start entry types in PATH_DoArcP...
2007-05-02  Laurent Vrommangdi32: Complete WidenPath implementation.
2007-04-03  Laurent Vrommangdi32: Correct WidenPath behaviour when working on...
2007-04-03  Laurent Vrommangdi32: Correction of WidenPath behaviour when pen width...
2007-03-28  Francois Gougetgdi32: Remove a space before '\n' in a trace.
2007-03-26  Laurent Vrommangdi32: WidenPath partial implementation.
2007-02-05  Felix Nawothniggdi32: Fix offset calculation in PATH_ExtTextOut for...
2007-01-09  Andrew Talbotgdi32: Remove unused function.
2006-11-17  Alexandre Julliardgdi32: Get rid of the gdi.h include.
2006-10-20  Alexandre Julliardgdi32: Renamed the gdi directory to gdi32.