gdi32: Implement GetFontData as a standard driver entry point.
[wine] / dlls / gdi32 / dibdrv /
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...
2011-07-18  Alexandre Julliardgdi32: Remove the GetDIBits entry point from the graphi...
2011-07-18  Huw Daviesgdi32: Export a bitmap conversion function.
2011-07-15  Huw Daviesgdi32: Zero-pad the end of the scanlines.
2011-07-14  Alexandre Julliardgdi32: Add driver entry points for GetImage and PutImage.
2011-07-13  Huw Daviesgdi32: Add conversion routines for source dibs with...
2011-07-13  Huw Daviesgdi32: Add conversion routines for source dibs with...
2011-07-13  Huw Daviesgdi32: Implement the conversion between two identical...
2011-07-13  Alexandre Julliardgdi32: Graphics driver functions no longer need to...
2011-07-13  Alexandre Julliardgdi32: Sort the OpenGL driver functions alphabetically.
2011-07-12  Huw Daviesgdi32: Allow dib_info structures to share colour tables.
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 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-06-01  Huw Daviesgdi32: Fix an error in the blue channel of the 32 ...
2011-06-01  Huw Daviesgdi32: Add support for 24 bpp brushes.
2011-06-01  Huw Daviesgdi32: Add support for 24 bpp dibs.
2011-05-31  Huw Daviesgdi32: Add support for 4 bpp brushes.
2011-05-31  Huw Daviesgdi32: Add support for 4 bpp dibs.
2011-05-27  Huw Daviesgdi32: Add support for 8 bpp brushes.
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-13  Huw Daviesgdi32: Add support for the null pen.
2011-05-13  Huw Daviesgdi32: Add support for the null brush.
next