gdi32: Create a sanitized BITMAPINFO in SetDIBitsToDevice and pass that to the drivers.
[wine] / dlls / gdi32 /
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...
2011-07-28  Huw Daviesgdi32/tests: Add tests for GetDIBits using non-trivial...
2011-07-28  Huw Daviesgdi32: Better handling of non-trivial source and destin...
2011-07-27  Austin Englishgdi32/tests: Remove win9x hacks.
2011-07-25  Alexandre Julliardgdi32: Get rid of the GetBitmapBits driver entry point.
2011-07-25  Alexandre Julliardgdi32: Reimplement GetBitmapBits using the GetImage...
2011-07-25  Alexandre Julliardgdi32: Add an inline helper to retrieve a DDB byte...
2011-07-25  Alexandre Julliardgdi32: Implement GetImage in the DIB driver.
2011-07-25  Alexandre Julliardgdi32: Implement GetImage in the null driver.
2011-07-25  Alexandre Julliardgdi32: Get rid of the SetDIBits driver entry point.
2011-07-25  Huw Daviesgdi32/tests: Add some SetDIBits tests.
2011-07-25  Huw Daviesgdi32: Rewrite SetDIBits to use the PutImage gdi driver...
2011-07-22  Huw Daviesgdi32: Fix the lines parameter of SetDIBits to be positive.
2011-07-22  Huw Daviesgdi32: Add a helper to fill out the colour table from...
2011-07-22  Huw Daviesgdi32: Add a helper to sanitize a BITMAPINFO structure.
2011-07-21  Alexandre Julliardgdi32: Add an optional clip region to the PutImage...
2011-07-21  Alexandre Julliardgdi32: Get rid of the StretchDIBits-based fallback...
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-20  Alexandre Julliardgdi32: Add a special case for converting dibs to 1...
2011-07-19  Alexandre Julliardgdi32: Add format conversion to the null driver Stretch...
2011-07-19  Alexandre Julliardgdi32: Add inline helpers to compute DIB stride and...
2011-07-19  Alexandre Julliardgdi32: Move GET_DC_PHYSDEV back to gdi_private.h, it...
2011-07-18  Alexandre Julliardgdi32: Remove the GetDIBits entry point from the graphi...
2011-07-18  Alexandre Julliardgdi32: Move a couple of rectangle helper functions...
2011-07-18  Huw Daviesgdi32: Implement GetDIBits using the GetImage driver...
2011-07-18  Huw Daviesgdi32: Export a bitmap conversion function.
2011-07-18  Alexandre Julliardgdi32: Use the original StretchBlt rectangle if a DC...
2011-07-15  Huw Daviesgdi32: Move the query info code to a separate function.
2011-07-15  Huw Daviesgdi32: Zero-pad the end of the scanlines.
2011-07-15  Alexandre Julliardgdi32/tests: Fix some test failures on Windows.
2011-07-14  Alexandre Julliardgdi32: Add a null driver StretchBlt fallback using...
2011-07-14  Alexandre Julliardgdi32: Add driver entry points for GetImage and PutImage.
2011-07-13  Huw Daviesgdi32: Add conversion routines for source dibs with...
2011-07-13  Huw Daviesgdi32: Add conversion routines for source dibs with...
2011-07-13  Huw Daviesgdi32: Implement the conversion between two identical...
2011-07-13  Alexandre Julliardgdi32: Graphics driver functions no longer need to...
2011-07-13  Alexandre Julliardgdi32: Sort the OpenGL driver functions alphabetically.
2011-07-13  Alexandre Julliardgdi32: Ask the graphics driver for the function table...
2011-07-13  Alexandre Julliardgdi32: Make the DC function structure public.
2011-07-12  Huw Daviesgdi32: Allow dib_info structures to share colour tables.
2011-07-12  Huw Daviesgdi32: Simplify the optional free'ing of bits pointer.
2011-07-12  Huw Daviesgdi32: Use a local copy of the bitmap info structure...
2011-07-12  Huw Daviesgdi32: Don't use a dib-section's bitfields unless its...
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-07-11  Alexandre Julliardgdi32: Export a function to compute the DC clip box.
2011-07-07  Alexandre Julliardgdi32: Export the gdi_physdev structure for the externa...
2011-06-28  Huw Daviesgdi32: Construct the EGA palette from the default palette.
2011-06-27  Huw Daviesgdi32: Fix the 8 bpp generated colour table.
2011-06-27  Huw Daviesgdi32: Simplify colour table generation.
2011-06-24  Huw Daviesgdi32/tests: Show that Get/SetDIBits ignore the layout...
2011-06-21  Huw Daviesgdi32/tests: Skip the tests if the pen type is not...
2011-06-21  Huw Daviesgdi32: Add more broken behaviour on nt4 sp3.
2011-06-20  Huw Daviesgdi32/tests: Add broken behaviour for nt4 sp3.
2011-06-20  Huw Daviesgdi32/tests: Add some broken behaviours for winxp sp1...
2011-06-17  Huw Daviesgdi32/tests: Add broken behaviour on nt4 sp1 and 2.
2011-06-17  Huw Daviesgdi32/tests: Add broken behaviour on nt4 sp1-5.
2011-06-17  Huw Daviesgdi32/tests: Call ReleaseDC not DeleteDC.
2011-06-17  Huw Daviesgdi32/tests: Add tests for hatched brushes.
2011-06-17  Huw Daviesgdi32: Add support for hatched brushes.
2011-06-15  Huw Daviesgdi32/tests: Add tests for 1bpp brushes.
2011-06-15  Huw Daviesgdi32: Add support for 1 bpp brushes.
2011-06-15  Huw Daviesgdi32/tests: Add tests for 1 bpp dibs.
2011-06-15  Huw Daviesgdi32: Add support for 1 bpp dibs.
2011-06-15  Huw Daviesgdi32: Add helpers to retrieve foreground and backgroun...
2011-06-06  Aric Stewartgdi32: Fall back on uniscribe for complex scripts.
2011-06-02  Huw Daviesgdi32: Update pixel colours when the colour table changes.
2011-06-01  Huw Daviesgdi32: Fix an error in the blue channel of the 32 ...
2011-06-01  Huw Daviesgdi32/tests: Add tests for 24 bpp brushes.
2011-06-01  Huw Daviesgdi32: Add support for 24 bpp brushes.
2011-06-01  Huw Daviesgdi32/tests: Add tests for 24 bpp dibs.
2011-06-01  Huw Daviesgdi32: Add support for 24 bpp dibs.
2011-05-31  Huw Daviesgdi32/tests: Add tests for 4 bpp brushes.
2011-05-31  Huw Daviesgdi32: Add support for 4 bpp brushes.
next