gdi32: Implement Polyline and PolyPolyline in the dib driver.
[wine] / dlls / gdi32 / dibdrv / dc.c
2011-08-22  Huw Daviesgdi32: Implement Polyline and PolyPolyline in the dib...
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 a possible unnecessary conversion if PutIm...
2011-08-22  Huw Daviesgdi32: Fix colour table comparison.
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-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: Get rid of the SetBitmapBits driver entry point.
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-07-28  Huw Daviesgdi32: Add an inline helper to return the number of...
2011-07-25  Alexandre Julliardgdi32: Get rid of the GetBitmapBits driver entry point.
2011-07-25  Alexandre Julliardgdi32: Implement GetImage in the DIB driver.
2011-07-25  Alexandre Julliardgdi32: Get rid of the SetDIBits driver entry point.
2011-07-19  Alexandre Julliardgdi32: Add inline helpers to compute DIB stride and...
2011-07-18  Alexandre Julliardgdi32: Remove the GetDIBits entry point from the graphi...
2011-07-18  Huw Daviesgdi32: Export a bitmap conversion function.
2011-07-14  Alexandre Julliardgdi32: Add driver entry points for GetImage and PutImage.
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-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-06-15  Huw Daviesgdi32: Add support for 1 bpp dibs.
2011-06-15  Huw Daviesgdi32: Add helpers to retrieve foreground and backgroun...
2011-06-02  Huw Daviesgdi32: Update pixel colours when the colour table changes.
2011-06-01  Huw Daviesgdi32: Add support for 24 bpp dibs.
2011-05-31  Huw Daviesgdi32: Add support for 4 bpp dibs.
2011-05-27  Huw Daviesgdi32: Add support for 8 bpp dibs.
2011-05-27  Huw Daviesgdi32: Add support for colour tables.
2011-05-27  Huw Daviesgdi32: Add conversion routines to the primitive functions.
2011-05-27  Huw Daviesgdi32: Add support for 16 bpp dibs.
2011-05-16  Huw Daviesgdi32: Implement PaintRgn().
2011-05-13  Huw Daviesgdi32: Implement Rectangle().
2011-05-12  Huw Daviesgdi32: Implement SelectBrush for DIB pattern brushes.
2011-05-12  Huw Daviesgdi32: Add helpers to clear and free dib_info structures.
2011-05-11  Huw Daviesgdi32: Initialise the bit fields even in the BI_RGB...
2011-05-06  Huw Daviesgdi32: Keep track of the background colour.
2011-04-15  Huw Daviesgdi32: Keep track of the combined clip region.
2011-04-12  Huw Daviesgdi32: Don't use the bitfields for the BI_RGB case...
2011-04-11  Huw Daviesgdi32: Implement PatBlt.
2011-04-11  Huw Daviesgdi32: Implement SelectBrush for solid brushes.
2011-04-07  Huw Daviesgdi32: Draw single pixel wide, horizontal or vertical...
2011-04-07  Huw Daviesgdi32: Calculate AND and XOR masks corresponding to...
2011-04-07  Huw Daviesgdi32: Add support for DC pens.
2011-04-07  Huw Daviesgdi32: Add the ability to track whether we should defer...
2011-04-07  Huw Daviesgdi32: Initial SelectPen support.
2011-04-05  Huw Daviesgdi32: Add support for 32 bpp BI_BITFIELDS.
2011-04-05  Huw Daviesgdi32: Add a dib primitive function table.
2011-04-04  Huw Daviesgdi32: Add a skeleton dib driver.