gdi32: Don't allow Get/SetDeviceGammaRamp on DIBs or memory DCs.
[wine] / dlls / gdi32 / dibdrv / bitblt.c
2011-12-30  Alexandre Julliardgdi32: Define a structure to make the brush state indep...
2011-12-28  Alexandre Julliardgdi32: Add a helper function to add a rectangle to...
2011-12-27  Alexandre Julliardgdi32: Re-create the brush bits only when the ROP has...
2011-12-27  Alexandre Julliardgdi32: Avoid making a copy of the device clipping regio...
2011-12-27  Alexandre Julliardgdi32: Use the get_clipped_rects helper in the blitting...
2011-12-27  Alexandre Julliardgdi32: Add a helper function to compute the list of...
2011-12-13  Alexandre Julliardgdi32: Implement GetPixel in the null driver using...
2011-12-12  Alexandre Julliardgdi32: Remove some color table size checks, we use...
2011-12-12  Alexandre Julliardgdi32: init_dib_info() can no longer fail, and no longe...
2011-12-12  Alexandre Julliardgdi32: Add a flag to request a default color table...
2011-12-10  Alexandre Julliardgdi32: Always use biClrUsed for the number of colors...
2011-12-05  Alexandre Julliardgdi32: Use the DIB engine and PutImage for the null...
2011-12-05  Alexandre Julliardgdi32: Implement triangular gradients in the DIB engine.
2011-11-30  Alexandre Julliardgdi32: Use the DIB engine and PutImage for the null...
2011-11-29  Alexandre Julliardgdi32: Don't set gradient alpha channel for 8888 bitmap...
2011-11-29  Alexandre Julliardgdi32: Implement rectangular gradients in the DIB engine.
2011-10-17  Alexandre Julliardgdi32: Add a fall back implementation of BlendImage...
2011-10-14  Alexandre Julliardgdi32: Implement a BlendImage entry point in the DIB...
2011-10-12  Alexandre Julliardgdi32: Move some common code out of the individual...
2011-10-12  Huw Daviesgdi32: Use the helper to get the bounding rectangle.
2011-10-11  Alexandre Julliardgdi32: Add an AlphaBlend entry point in the DIB driver.
2011-09-27  Huw Daviesgdi32: Forward StretchBlt calls from the dib driver...
2011-09-27  Huw Daviesgdi32: Implement stretch_bitmapinfo.
2011-09-27  Huw Daviesgdi32: stretch_bitmapinfo may need to adjust the dst...
2011-09-22  Alexandre Julliardgdi32: Copy bits in the correct order for the overlap...
2011-09-22  Alexandre Julliardgdi32: Copy DIB rectangles in the correct order when...
2011-09-14  Alexandre Julliardgdi32: Add a placeholder function for DIB stretching.
2011-09-08  Huw Daviesgdi32: When creating a dib_info from a ddb, always...
2011-09-07  Alexandre Julliardgdi32: Always set biClrUsed in internal BITMAPINFO...
2011-08-29  Alexandre Julliardgdi32: Add a helper function to initialize DIB info...
2011-08-29  Alexandre Julliardgdi32: Remove an unused variable.
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...