gdi32: Store the bounds rectangle as a pointer in the DIB driver.
[wine] / dlls / gdi32 / dibdrv / dibdrv.h
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: Move the pen/brush_region helpers to graphics...
2012-01-18  Huw Daviesgdi32: Use separate x and y parameters in the get_pixel...
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: Implement Ellipse and RoundRect, using line...
2012-01-04  Alexandre Julliardgdi32: Get rid of the pen deferring support, all pen...
2011-12-30  Alexandre Julliardgdi32: Implement brushed pens.
2011-12-30  Alexandre Julliardgdi32: Define a structure to make the brush state indep...
2011-12-30  Alexandre Julliardgdi32: Pass a brush_pattern structure to the SelectPen...
2011-12-30  Alexandre Julliardgdi32: Pass a brush_pattern structure to the SelectBrus...
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-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: Extended pens are always transparent.
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: 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-22  Alexandre Julliardgdi32: Add a common helper for computing pen and brush...
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-22  Alexandre Julliardgdi32: Recompute the pen masks on every use to support...
2011-12-22  Alexandre Julliardgdi32: Recompute the brush masks on every use to suppor...
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-12-12  Alexandre Julliardgdi32: Remove support for private color maps.
2011-12-12  Alexandre Julliardgdi32: Select the pattern brush only when first used.
2011-12-12  Alexandre Julliardgdi32: Add a flag to request a default color table...
2011-12-09  Huw Daviesgdi32: Add support for wide cosmetic pens.
2011-12-08  Alexandre Julliardgdi32: Add a helper to build a color table from the...
2011-12-06  Francois Gougetgdi32: Make init_dib_info() static.
2011-12-05  Alexandre Julliardgdi32: Implement triangular gradients in the DIB engine.
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-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  Huw Daviesgdi32: Add solid_line primitives.
2011-11-21  Huw Daviesgdi32: Simplify the Bresenham line drawing.
2011-11-14  Huw Daviesgdi32: Add draw_glyph primitives.
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-11-14  Huw Daviesgdi32: Expose a solid_rects function.
2011-11-14  Huw Daviesgdi32: Keep track of the text pixel color.
2011-11-08  Alexandre Julliardgdi32: Reselect the pattern brush on every use if it...
2011-11-03  Alexandre Julliardgdi32: Add support for pattern brushes in the DIB driver.
2011-11-02  Alexandre Julliardgdi32: Pass the full brush contents in the SelectBrush...
2011-10-19  Huw Daviesgdi32: Implement GetPixel.
2011-10-19  Huw Daviesgdi32: Add get_pixel primitives.
2011-10-19  Huw Daviesgdi32: Implement SetPixel.
2011-10-19  Huw Daviesgdi32: Add pixel_to_colorref primitives.
2011-10-19  Huw Daviesgdi32: Introduce a unified function to perform COLORREF...
2011-10-14  Alexandre Julliardgdi32: Implement a BlendImage entry point in the DIB...
2011-10-13  Alexandre Julliardgdi32: Get rid of the return value in DIB conversion...
2011-10-11  Alexandre Julliardgdi32: Add an AlphaBlend entry point in the DIB driver.
2011-10-03  Marcus Meissnerdibdrv: Mark get_rop_codes as hidden.
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: Make clip_line external.
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-08  Alexandre Julliardgdi32: Move DIB driver definitions to dibdrv.h.
2011-09-08  Alexandre Julliardgdi32: Allocate the DIB driver on first use, and free...
2011-08-29  Alexandre Julliardgdi32: Add a helper function to initialize DIB info...
2011-08-23  Huw Daviesgdi32: Move the dib driver's GetImage and PutImage...
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-02  Huw Daviesgdi32: Add a copy_rect primitive.
2011-08-02  Huw Daviesgdi32: Add a function to retrieve the rop codes.
2011-07-13  Alexandre Julliardgdi32: Graphics driver functions no longer need to...
2011-07-12  Huw Daviesgdi32: Simplify the optional free'ing of bits pointer.
2011-07-11  Alexandre Julliardgdi32: Pass the dest visible rectangle to the PatBlt...
2011-06-17  Huw Daviesgdi32: Add support for hatched brushes.
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-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: Add support for DIB pattern brush fills.
2011-05-12  Huw Daviesgdi32: Implement SelectBrush for DIB pattern brushes.
2011-05-11  Huw Daviesgdi32: Add a missing const.
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...
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: Initial SelectPen support.
2011-04-07  Huw Daviesgdi32: Add a solid_rects primitive.
2011-04-05  Huw Daviesgdi32: Add support for 32 bpp BI_BITFIELDS.
next