include: Assorted spelling fixes.
[wine] / dlls / gdi32 / clipping.c
2012-09-20  Alexandre Julliardgdi32: Always update the DC before looking for the...
2012-09-06  Alexandre Julliardgdi32: Add a graphics driver to render windows contents...
2012-09-05  Alexandre Julliardgdi32: Let user32 specify the device rectangle when...
2012-04-30  Alexandre Julliardgdi32: Add support for clipping source coordinates...
2012-04-09  Alexandre Julliardgdi32: Fix GetClipBox return value for non-memory DCs.
2012-02-14  Alexandre Julliardgdi32: Don't clip to the visible rectangle for screen...
2011-12-07  Alexandre Julliardgdi32: Rename the CLIPPING_UpdateGCRegion function.
2011-12-07  Alexandre Julliardgdi32: Don't store the metaclip region, recompute it...
2011-12-07  Alexandre Julliardgdi32: Only store a total visible region when it's...
2011-12-07  Alexandre Julliardgdi32: Only create the DC visible region when necessary.
2011-12-06  Alexandre Julliardgdi32: Pass the total visible region in the SetDeviceCl...
2011-12-06  Alexandre Julliardgdi32: Maintain a region inside gdi32 to keep track...
2011-12-06  Alexandre Julliardgdi32: Add a helper function to clip a rectangle to...
2011-07-13  Alexandre Julliardgdi32: Graphics driver functions no longer need to...
2011-07-11  Alexandre Julliardgdi32: Export a function to compute the DC clip box.
2011-04-07  Huw Daviesgdi32: Draw single pixel wide, horizontal or vertical...
2011-03-09  Alexandre Julliardgdi32: Add null driver entry points for the clipping...
2010-09-14  Dmitry Timoshkovgdi32: Add a trace for GetClipBox.
2010-09-08  Alexandre Julliardgdi32: Mirror the returned rectangle in GetClipBox...
2010-07-30  Alexandre Julliardgdi32: Refresh the DC transforms when the visible recta...
2010-07-29  Alexandre Julliardgdi32: Mirror the clip region when the DC is mirrored...
2010-07-26  Alexandre Julliardgdi32: Get rid of the GetDCOrgEx driver entry point...
2010-07-26  Alexandre Julliardgdi32: Store the total visible rectangle in the DC.
2010-07-26  Alexandre Julliardgdi32: Replace the SelectVisRgn Wine-specific export...
2010-02-16  Andrew Nguyengdi32: Check the region handle in GetClipRgn later.
2009-04-07  Alexandre Julliardgdi32: Allow the visible region to be zero since this...
2009-02-19  Rob Shearmangdi32: Move 16-bit functions not exported in gdi32...
2009-01-28  Alexandre Julliardgdi32: Use the official constants instead of the old...
2008-02-17  Alexandre Julliardgdi32: Export the DC hook functions as 32-bit functions.
2007-09-24  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the driver...
2007-09-18  Alexandre Julliardgdi32: Replace DC_GetDCUpdate by get_dc_ptr+update_dc...
2007-08-31  Alexandre Julliardgdi32: New DC locking mechanism that doesn't require...
2007-08-30  Steven EdwardsRemove more unneeded wine 16bit header usage.
2007-08-21  Alexandre Julliardgdi32: Add separate functions for releasing/freeing...
2006-12-12  Alexandre Julliardgdi32: Use a more appropriate size for the default...
2006-11-17  Alexandre Julliardgdi32: Get rid of the gdi.h include.
2006-10-20  Alexandre Julliardgdi32: Renamed the gdi directory to gdi32.