gdi32: Keep our internal generated system links separate and append them to any user...
[wine] / dlls / gdi32 / dibdrv / graphics.c
2012-01-19  Huw Daviesgdi32: The clip region should stop the flooding.
2012-01-18  Huw Daviesgdi32: Implement ExtFloodFill.
2012-01-18  Huw Daviesgdi32: Use separate x and y parameters in the get_pixel...
2012-01-09  Huw Daviesgdi32: Don't create the outline region twice.
2012-01-06  Alexandre Julliardgdi32: Add a stub for the ExtFloodFill entry point.
2012-01-06  Alexandre Julliardgdi32: Implement Arc, ArcTo, Chord, and Pie, using...
2012-01-06  Alexandre Julliardgdi32: Add a helper function for computing the device...
2012-01-06  Alexandre Julliardgdi32: Implement Ellipse and RoundRect, using line...
2012-01-05  Alexandre Julliardgdi32: Draw rectangles in the order specified by the...
2012-01-04  Alexandre Julliardgdi32: Get rid of the pen deferring support, all pen...
2011-12-30  Alexandre Julliardgdi32: Don't bother computing interior regions when...
2011-12-30  Alexandre Julliardgdi32: Define a structure to make the brush state indep...
2011-12-29  Alexandre Julliardgdi32: Add helpers to paint a region with the brush...
2011-12-29  Alexandre Julliardgdi32: Implement PolyPolygon in the DIB driver.
2011-12-29  Alexandre Julliardgdi32: Use a region to render geometric and wide pens...
2011-12-29  Alexandre Julliardgdi32: Use a region to render geometric and wide pens...
2011-12-28  Alexandre Julliardgdi32: Use a region to render geometric and wide pens...
2011-12-28  Alexandre Julliardgdi32: Add support for updating a region from the pen...
2011-12-28  Alexandre Julliardgdi32: Pass the clip region to the brush_rect helper...
2011-12-28  Alexandre Julliardgdi32: Add support for PS_INSIDEFRAME pens when drawing...
2011-12-27  Alexandre Julliardgdi32: Compute the correct rectangle interior when...
2011-12-27  Alexandre Julliardgdi32: Re-create the brush bits only when the ROP has...
2011-12-27  Alexandre Julliardgdi32: Use the get_clipped_rects helper in the blitting...
2011-12-27  Alexandre Julliardgdi32: Use the get_clipped_rects helper in the text...
2011-12-27  Alexandre Julliardgdi32: Add a helper function to compute the list of...
2011-12-22  Alexandre Julliardgdi32: Recompute the foreground masks on every use...
2011-12-22  Alexandre Julliardgdi32: Recompute the background masks on every use...
2011-12-19  Alexandre Julliardgdi32: Remove support for deferring brush calls to...
2011-12-12  Alexandre Julliardgdi32: Implement GetNearestColor in the DIB driver.
2011-12-12  Alexandre Julliardgdi32: init_dib_info() can no longer fail, and no longe...
2011-11-24  Huw Daviesgdi32: Avoid reading past the end of the indices array.
2011-11-24  Huw Daviesgdi32: Add an option to allow pen_lines to draw a close...
2011-11-21  Alexandre Julliardgdi32: Add support for anti-aliasing in the null driver...
2011-11-21  Alexandre Julliardgdi32: Add a helper function to determine anti-aliasing...
2011-11-17  Alexandre Julliardgdi32: Don't mark a local variable static.
2011-11-14  Huw Daviesgdi32: Add support for drawing text in the dib driver.
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...