gdi32: Get rid of the offset in the gdi_image_bits structure now that we are passing...
[wine] / dlls / gdi32 / bitblt.c
2011-07-21  Alexandre Julliardgdi32: Get rid of the offset in the gdi_image_bits...
2011-07-21  Alexandre Julliardgdi32: Allow the PutImage entry point to optionally...
2011-07-21  Alexandre Julliardgdi32: Pass the full bitblt_coords structure to the...
2011-07-20  Alexandre Julliardgdi32: Move the checks for empty visible rects in PatBl...
2011-07-20  Alexandre Julliardgdi32: Set the color maps to the destination DC colors...
2011-07-19  Alexandre Julliardgdi32: Add format conversion to the null driver Stretch...
2011-07-18  Alexandre Julliardgdi32: Move a couple of rectangle helper functions...
2011-07-18  Alexandre Julliardgdi32: Use the original StretchBlt rectangle if a DC...
2011-07-14  Alexandre Julliardgdi32: Add a null driver StretchBlt fallback using...
2011-07-13  Alexandre Julliardgdi32: Graphics driver functions no longer need to...
2011-07-11  Alexandre Julliardgdi32: Pass the source/dest visible rectangles to the...
2011-07-11  Alexandre Julliardgdi32: Pass the dest visible rectangle to the PatBlt...
2011-07-11  Alexandre Julliardgdi32: Pass the source/dest visible rectangles to the...
2011-07-11  Alexandre Julliardgdi32: Compute StretchBlt rectangles in gdi32.
2011-03-18  Alexandre Julliardgdi32: Add null driver entry points for StretchBlt...
2011-03-17  Alexandre Julliardgdi32: Get rid of the BitBlt driver entry point.
2011-03-17  Alexandre Julliardgdi32: Add a null driver entry point for PatBlt.
2011-03-17  Alexandre Julliardgdi32: Always call the PatBlt entry point for blits...
2009-09-30  Alexandre Julliardgdi32: Fall back to StretchBlt if the driver doesn...
2009-09-18  Markus Stockhausengdi32: Check for NULL pointer in GdiAlphaBlend.
2009-01-28  Igor Tarasovgdi32: Add logcal points to device points conversion...
2008-07-28  Francois Gougetgdi32: Include config.h before using HAVE_XXX.
2008-05-22  Alexandre Julliardgdi32: Perform coordinate transformations using doubles...
2008-05-13  Huw Daviesgdi32: Move a couple of TRACEs to the beginning of...
2008-04-02  Nikolay Sivovgdi32: PlgBlt implementation.
2007-09-18  Alexandre Julliardgdi32: Replace DC_GetDCUpdate by get_dc_ptr+update_dc...
2007-08-21  Alexandre Julliardgdi32: Add separate functions for releasing/freeing...
2006-11-17  Alexandre Julliardgdi32: Get rid of the gdi.h include.
2006-10-20  Alexandre Julliardgdi32: Renamed the gdi directory to gdi32.