gdi32: Add null driver entry points for SetDCBrush/PenColor.
[wine] / dlls / gdi32 / clipping.c
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.