Release 1.5.29.
[wine] / dlls / gdi32 / dibdrv / graphics.c
2012-12-14  Alexandre Julliardgdi32: Add a helper function to order the points of...
2012-12-11  Alexandre Julliardgdi32: Add a level of pointers to the glyph cache to...
2012-12-10  Alexandre Julliardgdi32: Fix handling of font orientation in advanced...
2012-12-05  Alexandre Julliardgdi32: Support caching glyphs by character code and...
2012-11-30  Alexandre Julliardgdi32: Avoid computing grayscale glyph intensities...
2012-11-28  Alexandre Julliardgdi32: Add a font glyph cache in the DIB engine.
2012-11-19  Alexandre Julliardgdi32: Fix coordinate mapping of arc limits.
2012-11-02  Alexandre Julliardgdi32: Disable anti-aliasing when necessary in the...
2012-11-02  Alexandre Julliardgdi32: Store the anti-aliasing flags in the DC when...
2012-10-30  Huw Daviesgdi32: Implement sub-pixel glyph smoothing.
2012-10-19  Huw Daviesgdi32: Move the string rendering code to a common function.
2012-10-19  Huw Daviesgdi32: Use the helper to draw the glyphs.
2012-10-19  Huw Daviesgdi32: Pass individual x, y co-ords to draw_glyph rathe...
2012-10-19  Huw Daviesgdi32: Pass a dib_info structure to draw_glyph.
2012-10-18  Huw Daviesgdi32: Make get_glyph_bitmap return a dib_info structur...
2012-07-19  Alexandre Julliardgdi32: PatBlt needs to bypass the brush for ROPs that...
2012-05-30  Alexandre Julliardgdi32: Make sure the bounds are always updated in ExtTe...
2012-05-23  Alexandre Julliardgdi32: Don't store the default color table in dib_info...
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-05-01  Alexandre Julliardgdi32: Support drawing to a visible rectangle smaller...
2012-04-27  Alexandre Julliardgdi32: Store the bounds rectangle as a pointer in the...
2012-04-16  Alexandre Julliardgdi32: Add bounds tracking to all the DIB engine entry...
2012-04-13  Alexandre Julliardgdi32: Map all the points at once in PolyPolyline,...
2012-04-13  Alexandre Julliardgdi32: Move the pen/brush_region helpers to graphics...
2012-02-24  Alexandre Julliardgdi32: Use 64-bit values when computing ellipses to...
2012-02-19  Alexandre Julliardgdi32: Paint everything in ExtFloodFill when the DIB...
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...