gdi32: Add more parameter checks in GdiGradientFill.
[wine] / dlls / gdi32 / dibdrv /
2011-12-05  Alexandre Julliardgdi32: Use dithering also for 1-bpp gradients.
2011-12-05  Alexandre Julliardgdi32: Implement triangular gradients in the DIB engine.
2011-11-30  Alexandre Julliardgdi32: Use the DIB engine and PutImage for the null...
2011-11-29  Alexandre Julliardgdi32: Don't set gradient alpha channel for 8888 bitmap...
2011-11-29  Alexandre Julliardgdi32: Implement 8-bpp and 4-bpp gradient dithering.
2011-11-29  Alexandre Julliardgdi32: Implement 16-bpp gradient dithering.
2011-11-29  Alexandre Julliardgdi32: Implement rectangular gradients in the DIB engine.
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-21  Huw Daviesgdi32: Add solid_line primitives.
2011-11-21  Huw Daviesgdi32: Simplify the Bresenham line drawing.
2011-11-17  Alexandre Julliardgdi32: Don't mark a local variable static.
2011-11-16  Huw Daviesgdi32: Add a helper to retrieve the octant bias.
2011-11-14  Huw Daviesgdi32: Add support for drawing text in the dib driver.
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: Implement the CopyBitmap entry point in the...
2011-11-08  Alexandre Julliardgdi32: Add a CopyBitmap driver entry point.
2011-11-08  Alexandre Julliardgdi32: Avoid copying the brush pattern if the format...
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-11-02  Alexandre Julliardgdi32: Store a pointer instead of a global handle for...
2011-10-31  Alexandre Julliardgdi32: Add a DC driver entry point for GdiGradientFill.
2011-10-31  Alexandre Julliardgdi32: Emulate DDB support using the DIB driver when...
2011-10-31  Alexandre Julliardgdi32: Allocate the bits for a DDB the first time it...
2011-10-24  Alexandre Julliardgdi32: Add driver entry points for a number of font...
2011-10-24  Alexandre Julliardgdi32: Rename the EnumDeviceFonts entry point to EnumFo...
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: Add support for non-rgb colorrefs.
2011-10-19  Huw Daviesgdi32: Introduce a unified function to perform COLORREF...
2011-10-17  Alexandre Julliardgdi32: Get rid of the DC_FUNCTIONS typedef.
2011-10-17  Alexandre Julliardgdi32: Add a fall back implementation of BlendImage...
2011-10-14  Alexandre Julliardgdi32: Implement a BlendImage entry point in the DIB...
2011-10-13  Alexandre Julliardgdi32: Use a reduced precision for RGB to palette mappi...
2011-10-13  Alexandre Julliardgdi32: Add a helper for RGB to color index mapping...
2011-10-13  Alexandre Julliardgdi32: Get rid of the return value in DIB conversion...
2011-10-13  Alexandre Julliardgdi32: Add support for arbitrary DIB bitfields for...
2011-10-13  Alexandre Julliardgdi32: Add support for arbitrary DIB bitfields for...
2011-10-12  Alexandre Julliardgdi32: Add a helper function to look up color table...
2011-10-12  Alexandre Julliardgdi32: Move some common code out of the individual...
2011-10-12  Alexandre Julliardgdi32: Add an all-one alpha channel when converting...
2011-10-12  Huw Daviesgdi32: Use the helper to get the bounding rectangle.
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: stretch_bitmapinfo may need to adjust the dst...
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: Add helper functions for copying a DIB line.
2011-09-22  Alexandre Julliardgdi32: Copy DIB rectangles in the correct order when...
2011-09-14  Alexandre Julliardgdi32: Add a null driver fallback for AlphaBlend, using...
2011-09-14  Alexandre Julliardgdi32: Add a placeholder function for DIB stretching.
2011-09-09  Huw Daviesgdi32: The offsets should be signed.
2011-09-08  Huw Daviesgdi32: When creating a dib_info from a ddb, always...
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-09-07  Alexandre Julliardgdi32: Add a driver entry point for CreateCompatibleDC.
2011-09-07  Alexandre Julliardgdi32: Always set biClrUsed in internal BITMAPINFO...
2011-08-30  Alexandre Julliardgdi32: Forward the null driver GetImage to the DIB...
2011-08-29  Alexandre Julliardgdi32: Add a helper function to initialize DIB info...
2011-08-29  Alexandre Julliardgdi32: Remove an unused variable.
2011-08-23  Huw Daviesgdi32: Add an exception handler to catch bad pointers...
2011-08-23  Huw Daviesgdi32: Add support for all of the ternary rops.
2011-08-23  Huw Daviesgdi32: Add a copy_rect helper function.
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-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-22  Huw Daviesgdi32: Simplify dibdrv_PutImage a little.
2011-08-22  Huw Daviesgdi32: Avoid directly accessing the bits ptr where...
2011-08-22  Huw Daviesgdi32: Avoid a possible unnecessary conversion if PutIm...
2011-08-22  Huw Daviesgdi32: Fix colour table comparison.
2011-08-05  Huw Daviesgdi32: Simplify dibdrv_GetImage by merging the stand...
2011-08-05  Huw Daviesgdi32: Fix dibdrv_PutImage for the selected bitmap...
2011-08-05  Alexandre Julliardgdi32: Always use BI_BITFIELDS for 16-bpp in GetImage.
2011-08-03  Alexandre Julliardgdi32: Update the coordinates in convert_bitmapinfo...
2011-08-03  Alexandre Julliardgdi32: Use the visrect coordinates in dibdrv_PutImage.
2011-08-03  Alexandre Julliardgdi32: Get rid of the SetBitmapBits driver entry point.
2011-08-02  Huw Daviesgdi32: Add a PutImage implementation to the dib driver.
2011-08-02  Huw Daviesgdi32: Move the colour setting to a separate function.
2011-08-02  Huw Daviesgdi32: Add a copy_rect primitive.
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-28  Huw Daviesgdi32: Add an inline helper to return the number of...
2011-07-25  Alexandre Julliardgdi32: Get rid of the GetBitmapBits driver entry point.
2011-07-25  Alexandre Julliardgdi32: Implement GetImage in the DIB driver.
2011-07-25  Alexandre Julliardgdi32: Get rid of the SetDIBits driver entry point.
2011-07-20  Alexandre Julliardgdi32: Add a special case for converting dibs to 1...
2011-07-19  Alexandre Julliardgdi32: Add inline helpers to compute DIB stride and...
next