wined3d: Dump the WINEDDBLTFX structure in wined3d_surface_blt().
[wine] / dlls / gdi32 /
2011-09-20  André Hentschelgdi32/tests: Add a second test about non-uniform ramps.
2011-09-19  André Hentschelwinex11: Multiply the error tolerance by the table...
2011-09-19  André Hentschelgdi32/tests: Add a test about non-uniform ramps.
2011-09-14  Alexandre Julliardgdi32: Add a null driver fallback for AlphaBlend, using...
2011-09-14  Alexandre Julliardgdi32: Add a couple of helper functions for converting...
2011-09-14  Alexandre Julliardgdi32: Add a placeholder function for DIB stretching.
2011-09-13  Alexandre Julliardgdi32: Move coordinate checks into the common part...
2011-09-12  Josh Jurangdi32: Simplify logic in WineEngGetFontData().
2011-09-09  Huw Daviesgdi32: The offsets should be signed.
2011-09-08  Huw Daviesgdi32: When creating a dib_info from a ddb, always...
2011-09-08  Alexandre Julliardgdi32: Move DIB driver definitions to dibdrv.h.
2011-09-08  Alexandre Julliardgdi32: Allocate the DIB driver on first use, and free...
2011-09-07  Alexandre Julliardgdi32: Leave it up to the driver to push the new device...
2011-09-07  Alexandre Julliardgdi32: Don't allow CreateCompatibleDC on a metafile DC.
2011-09-07  Alexandre Julliardgdi32: Add a driver entry point for CreateCompatibleDC.
2011-09-07  Alexandre Julliardgdi32: Make the push/pop_dc_driver functions available...
2011-09-07  Alexandre Julliardgdi32: Don't free a driver when it's popped from the...
2011-09-07  Alexandre Julliardgdi32: Always set biClrUsed in internal BITMAPINFO...
2011-09-06  Alexandre Julliardgdi32: Add RLE support in SetDIBitsToDevice.
2011-09-06  Alexandre Julliardwinex11: Get rid of the SetDIBitsToDevice implementation.
2011-09-06  Alexandre Julliardgdi32: Add a SetDIBitsToDevice implementation in the...
2011-09-04  Alexandre Julliardgdi32: Fix coordinate mapping in Get/SetBoundsRect...
2011-09-02  Alexandre Julliardgdi32: Make the BITMAPINFO parameters non-const in...
2011-09-01  Dmitry Timoshkovgdi32: Add a buch of CreateScalableFontResource() tests.
2011-09-01  Alexandre Julliardwinex11: Fix SetDIBitsToDevice coordinate mapping for...
2011-09-01  Alexandre Julliardwinex11: Fix SetDIBitsToDevice coordinate mapping in...
2011-09-01  Alexandre Julliardgdi32/tests: Add some SetDIBitsToDevice tests, based...
2011-08-31  Alexandre Julliardgdi32: Use SetDIBits to set the initial bits of a DDB.
2011-08-31  Alexandre Julliardgdi32: Only use the hdc parameter in SetDIBits when...
2011-08-31  Alexandre Julliardgdi32: Allow SetDIBits to use the null driver.
2011-08-31  Alexandre Julliardgdi32: Forward the null driver PutImage to the DIB...
2011-08-30  Alexandre Julliardgdi32: Forward the null driver GetImage to the DIB...
2011-08-29  Alexandre Julliardgdi32: Add a helper function to initialize DIB info...
2011-08-29  Alexandre Julliardgdi32: Store the initial bitmap bits with DIB alignment.
2011-08-29  Alexandre Julliardgdi32: Remove an unused variable.
2011-08-29  Alexandre Julliardgdi32/tests: Simplify the DIB byte width computation.
2011-08-29  Alexandre Julliardgdi32: Add parameter validation in GetDIBits.
2011-08-26  Alexandre Julliardgdi32/tests: Make sure the bitmap info is initialized...
2011-08-24  Francois GougetAssorted spelling fixes.
2011-08-24  André Hentschelwinex11: Reject too bright gamma ramps.
2011-08-24  Hans Leidekkergdi32/tests: Accept one more return value from EnumICMP...
2011-08-24  Grazvydas Ignotasgdi32/tests: Add additional font to fullnames test.
2011-08-24  Grazvydas Ignotasgdi32/tests: Check for exact fonts before doing fullnam...
2011-08-24  Grazvydas Ignotasgdi32: Use correct name for elfFullName.
2011-08-23  Huw Daviesgdi32: Add an exception handler to catch bad pointers...
2011-08-23  Huw Daviesgdi32: Remove an unneeded level of indentation.
2011-08-23  Huw Daviesgdi32: Add support for all of the ternary rops.
2011-08-23  Huw Daviesgdi32: Add a copy_rect helper function.
2011-08-23  Huw Daviesgdi32: Move the dib driver's GetImage and PutImage...
2011-08-23  André Hentschelgdi32: Initial gamma setting tests.
2011-08-22  Austin Englishgdi32/tests: Remove win9x hacks.
2011-08-22  Huw Daviesgdi32: Change the object-level brush function to accept...
2011-08-22  Huw Daviesgdi32: Implement Polyline and PolyPolyline in the dib...
2011-08-22  Huw Daviesgdi32: Move to using a multi-line pen object-level...
2011-08-22  Huw Daviesgdi32: Use the gdi_image_bits structure to maintain...
2011-08-22  Huw Daviesgdi32: Simplify dibdrv_PutImage a little.
2011-08-22  Huw Daviesgdi32: Avoid directly accessing the bits ptr where...
2011-08-22  Huw Daviesgdi32: Use the dib driver GetImage and PutImage impleme...
2011-08-22  Huw Daviesgdi32: Add a helper to retrieve the bitmap functions.
2011-08-22  Huw Daviesgdi32: Allow SetBitmapBits to set incomplete scanlines.
2011-08-22  Huw Daviesgdi32: Avoid a possible unnecessary conversion if PutIm...
2011-08-22  Huw Daviesgdi32: Fix colour table comparison.
2011-08-22  André Hentschelgdi32/tests: Consistently print out all infos about...
2011-08-05  Huw Daviesgdi32: Simplify dibdrv_GetImage by merging the stand...
2011-08-05  Huw Daviesgdi32: Fix dibdrv_PutImage for the selected bitmap...
2011-08-05  Alexandre Julliardgdi32: Always use BI_BITFIELDS for 16-bpp in GetImage.
2011-08-05  Alexandre Julliardgdi32: Always set compression to BI_BITFIELDS for 16...
2011-08-05  Alexandre Julliardgdi32: Validate the DIB parameters in functions that...
2011-08-05  Alexandre Julliardgdi32: Add a missing release in the error path.
2011-08-04  Huw Daviesgdi32: Don't load a font replacement if any face of...
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-08-04  Huw Daviesgdi32: If possible use the GetImage driver entry to...
2011-08-04  Huw Daviesgdi32: Simplify the code a little by using a separate...
2011-08-04  Huw Daviesgdi32/tests: Add some GetDIBits tests with zero lines...
2011-08-04  Huw Daviesgdi32/tests: Simplify some of the tests.
2011-08-04  Alexandre Julliardgdi32: Get rid of the DIB_GetBitmapInfo function.
2011-08-04  Alexandre Julliardgdi32: Create a sanitized BITMAPINFOHEADER in CreateDIB...
2011-08-04  Alexandre Julliardgdi32: Create a sanitized BITMAPINFOHEADER in GetDIBits.
2011-08-04  Alexandre Julliardgdi32: Move initialization of a correct BITMAPINFOHEADE...
2011-08-04  Alexandre Julliardgdi32: Create a sanitized BITMAPINFO in SetDIBitsToDevi...
2011-08-04  Alexandre Julliardgdi32: Create a sanitized BITMAPINFO in StretchDIBits...
2011-08-04  Alexandre Julliardgdi32: Create a sanitized BITMAPINFO in CreateDIBSectio...
2011-08-03  Alexandre Julliardgdi32: Update the coordinates in convert_bitmapinfo...
2011-08-03  Alexandre Julliardgdi32: Use the visrect coordinates in dibdrv_PutImage.
2011-08-03  Alexandre Julliardgdi32: Use GetImage to retrieve the brush bits in enhan...
2011-08-03  Alexandre Julliardgdi32: Use GetImage to retrieve the brush bits in metaf...
2011-08-03  Alexandre Julliardgdi32: Get rid of the SetBitmapBits driver entry point.
2011-08-03  Alexandre Julliardgdi32: Set the initial bits of a bitmap from the gdi...
2011-08-03  Alexandre Julliardgdi32: Reimplement SetBitmapBits using the PutImage...
2011-08-03  Alexandre Julliardgdi32: Partial implementation of PutImage in the null...
2011-08-02  Huw Daviesgdi32: Actually use the dib driver's Get/PutImage if...
2011-08-02  Huw Daviesgdi32: Add a PutImage implementation to the dib driver.
2011-08-02  Huw Daviesgdi32: Move the colour setting to a separate function.
2011-08-02  Huw Daviesgdi32: Add a copy_rect primitive.
2011-08-02  Huw Daviesgdi32: Add a function to retrieve the rop codes.
2011-08-02  Huw Daviesgdi32: Simplify the calculation of the rop masks.
2011-08-02  Frédéric Delanoydlls: Assorted spelling fixes.
2011-07-29  Alexandre Julliardgdi32: Fix the blend function handling for the AlphaBle...
2011-07-28  Huw Daviesgdi32: Use the helper to retrieve the number of colours.
2011-07-28  Huw Daviesgdi32: Add an inline helper to return the number of...
next