gdi32: Pass the full brush contents in the SelectBrush driver entry point.
[wine] / dlls / gdi32 / dibdrv / objects.c
2011-11-02  Alexandre Julliardgdi32: Pass the full brush contents in the SelectBrush...
2011-11-02  Alexandre Julliardgdi32: Store a pointer instead of a global handle for...
2011-10-19  Huw Daviesgdi32: Implement SetPixel.
2011-10-19  Huw Daviesgdi32: Add support for non-rgb colorrefs.
2011-10-19  Huw Daviesgdi32: Introduce a unified function to perform COLORREF...
2011-10-13  Alexandre Julliardgdi32: Get rid of the return value in DIB conversion...
2011-09-27  Huw Daviesgdi32: Make clip_line external.
2011-09-09  Huw Daviesgdi32: The offsets should be signed.
2011-08-22  Huw Daviesgdi32: Change the object-level brush function to accept...
2011-08-22  Huw Daviesgdi32: Move to using a multi-line pen object-level...
2011-08-22  Huw Daviesgdi32: Use the gdi_image_bits structure to maintain...
2011-08-02  Huw Daviesgdi32: Add a function to retrieve the rop codes.
2011-08-02  Huw Daviesgdi32: Simplify the calculation of the rop masks.
2011-07-19  Alexandre Julliardgdi32: Add inline helpers to compute DIB stride and...
2011-07-18  Huw Daviesgdi32: Export a bitmap conversion function.
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-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-02  Huw Daviesgdi32: Update pixel colours when the colour table changes.
2011-05-27  Huw Daviesgdi32: Add support for colour tables.
2011-05-27  Huw Daviesgdi32: Add conversion routines to the primitive functions.
2011-05-13  Huw Daviesgdi32: Add support for the null pen.
2011-05-13  Huw Daviesgdi32: Add support for the null brush.
2011-05-13  Huw Daviesgdi32: Initialise the pen pattern to an empty pattern...
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-12  Huw Daviesgdi32: Keep track of changes to the brush rop, so that...
2011-05-06  Huw Daviesgdi32: Add support for drawing diagonal patterned lines.
2011-05-06  Huw Daviesgdi32: Add support for drawing vertical patterned lines.
2011-05-06  Huw Daviesgdi32: Add support for drawing horizontal patterned...
2011-05-06  Huw Daviesgdi32: Add support for patterned pens.
2011-04-28  Huw Daviesgdi32: Now that we have our own Bresenham routine,...
2011-04-27  Huw Daviesgdi32: Implement clipping of diagonal lines.
2011-04-20  Huw Daviesgdi32: Add a directional bias for the case when the...
2011-04-18  Huw Daviesgdi32: Clip solid brush fills.
2011-04-15  Huw Daviesgdi32: Add clipping for horizontal and vertical solid...
2011-04-13  Huw Daviesgdi32: Add support for solid diagonal lines.
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: Add the ability to track whether we should defer...
2011-04-07  Huw Daviesgdi32: Initial SelectPen support.