po: Update French translation.
[wine] / dlls / gdi32 / path.c
2012-05-08  Alexandre Julliardwinex11: Implement wglGetPbufferDCARB with a DC escape...
2012-05-08  Alexandre Julliardgdi32: Add a priority mechanism for pushing drivers...
2012-04-16  Alexandre Julliardgdi32: Add a GetBoundsRect driver entry point.
2012-04-10  Alexandre Julliardgdi32: Add explicit fields for the DC flags.
2012-01-10  Alexandre Julliardgdi32: Get rid of the CreateDIBSection driver entry...
2011-11-23  Alexandre Julliardgdi32: Specify an initial allocation size for paths...
2011-11-23  Alexandre Julliardgdi32: Get rid of the Hungarian line noise in the gdi_p...
2011-11-23  Alexandre Julliardgdi32: Get rid of the GdiPath typedef.
2011-11-23  Alexandre Julliardgdi32: Get rid of the no longer needed path states.
2011-11-23  Alexandre Julliardgdi32: Only store the path in the DC when it's closed.
2011-11-22  Alexandre Julliardgdi32: Store a pointer to the path in the DC and make...
2011-11-22  Alexandre Julliardgdi32: Return a new path from PATH_WidenPath instead...
2011-11-22  Alexandre Julliardgdi32: Return a new path from PATH_FlattenPath instead...
2011-11-22  Alexandre Julliardgdi32: Return the region directly from PATH_PathToRegion.
2011-11-22  Alexandre Julliardgdi32: Add helper functions for allocating and freeing...
2011-11-22  Alexandre Julliardgdi32: Use reallocs when growing a path instead of...
2011-11-08  Alexandre Julliardgdi32: Add a CopyBitmap driver entry point.
2011-10-31  Alexandre Julliardgdi32: Add a DC driver entry point for GdiGradientFill.
2011-10-28  Alexandre Julliardgdi32: Add path entry points for functions that behave...
2011-10-28  Alexandre Julliardgdi32: Always start a new stroke when the path ends...
2011-10-28  Alexandre Julliardgdi32: Add a helper function to add multiple points...
2011-10-28  Alexandre Julliardgdi32: Pass a HDC instead of a DC pointer to internal...
2011-10-26  Alexandre Julliardgdi32: Implement the ExtTextOut entry point in the...
2011-10-26  Alexandre Julliardgdi32: Implement the polyline entry points in the path...
2011-10-26  Alexandre Julliardgdi32: Implement the polygon entry points in the path...
2011-10-26  Alexandre Julliardgdi32: Implement the Bezier entry points in the path...
2011-10-26  Alexandre Julliardgdi32: Implement the arc entry points in the path driver.
2011-10-26  Alexandre Julliardgdi32: Implement the Rectangle and RoundRect entry...
2011-10-26  Alexandre Julliardgdi32: Add a helper function to start a new path stroke.
2011-10-26  Alexandre Julliardgdi32: Implement the LineTo entry point in the path...
2011-10-26  Alexandre Julliardgdi32: Implement the MoveTo entry point in the path...
2011-10-26  Alexandre Julliardgdi32: Push a path driver on the DC stack when a path...
2011-10-26  Alexandre Julliardgdi32: Avoid directly modifying the cursor position...
2011-10-26  Alexandre Julliardgdi32: Move internal path functions to the top of the...
2011-10-26  Alexandre Julliardgdi32/tests: Add tests for path open/closed states.
2011-09-30  Andrew Talbotgdi32: Mark a fall-through in a switch statement.
2011-07-13  Alexandre Julliardgdi32: Graphics driver functions no longer need to...
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.