gdi32: Calculate the min/max color component intensities for 17 glyph levels.
[wine] / dlls / gdi32 / dibdrv / graphics.c
2011-11-14  Huw Daviesgdi32: Calculate the min/max color component intensitie...
2011-11-14  Huw Daviesgdi32: Move the ETO_OPAQUE rectangle drawing to the...
2011-10-19  Huw Daviesgdi32: Implement GetPixel.
2011-10-19  Huw Daviesgdi32: Implement SetPixel.
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-07-13  Alexandre Julliardgdi32: Graphics driver functions no longer need to...
2011-07-11  Alexandre Julliardgdi32: Pass the dest visible rectangle to the PatBlt...
2011-05-16  Huw Daviesgdi32: Implement PaintRgn().
2011-05-13  Huw Daviesgdi32: Implement Rectangle().
2011-05-06  Huw Daviesgdi32: Add support for drawing horizontal patterned...
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...