gdi32: Store the bounds rectangle as a pointer in the DIB driver.
[wine] / dlls / gdi32 / dibdrv / dc.c
2012-04-27  Alexandre Julliardgdi32: Store the bounds rectangle as a pointer in the...
2012-04-27  Alexandre Julliardgdi32: Add a SetBoundsRect driver entry point.
2012-04-16  Alexandre Julliardgdi32: Add bounds tracking to all the DIB engine entry...
2012-04-16  Alexandre Julliardgdi32: Add a GetBoundsRect driver entry point.
2012-01-10  Alexandre Julliardgdi32: Get rid of the CreateDIBSection driver entry...
2012-01-10  Alexandre Julliardgdi32: Use the bitmap part of the DIBSECTION structure...
2012-01-10  Alexandre Julliardgdi32: Always store a DIBSECTION structure in the bitma...
2012-01-09  Alexandre Julliardgdi32: Stop forwarding object selection calls to x11drv.
2012-01-07  Alexandre Julliardgdi32: Get rid of the SetDIBColorTable driver entry...
2012-01-06  Alexandre Julliardgdi32: Add an empty ExtEscape DIB driver entry point.
2012-01-06  Alexandre Julliardgdi32: Don't allow Get/SetDeviceGammaRamp on DIBs or...
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...
2012-01-03  Alexandre Julliardgdi32: Add stubs for the OpenGL entry points in the...
2011-12-30  Alexandre Julliardgdi32: Implement brushed pens.
2011-12-30  Alexandre Julliardgdi32: Define a structure to make the brush state indep...
2011-12-29  Alexandre Julliardgdi32: Implement PolyPolygon in the DIB driver.
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: 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-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-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-10  Alexandre Julliardgdi32: Always use biClrUsed for the number of colors...
2011-12-09  Alexandre Julliardgdi32: Remove the nb_colors fields in the bitmap object...
2011-12-09  Alexandre Julliardgdi32: Fix handling of DIB_PAL_COLORS in the various...
2011-12-08  Alexandre Julliardgdi32: Add a helper to build a color table from the...
2011-12-08  Alexandre Julliardgdi32: Don't make a copy of the DIB color table when...
2011-12-06  Francois Gougetgdi32: Make init_dib_info() static.
2011-12-06  Alexandre Julliardgdi32: Pass the total visible region in the SetDeviceCl...
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-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: 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-03  Alexandre Julliardgdi32: Add support for pattern brushes in the DIB driver.
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: Implement SetPixel.
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-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-12  Alexandre Julliardgdi32: Add an all-one alpha channel when converting...
2011-10-11  Alexandre Julliardgdi32: Add an AlphaBlend entry point in the DIB driver.
2011-09-27  Huw Daviesgdi32: Forward StretchBlt calls from the dib driver...
2011-09-14  Alexandre Julliardgdi32: Add a null driver fallback for AlphaBlend, using...
2011-09-08  Huw Daviesgdi32: When creating a dib_info from a ddb, always...
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-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-23  Huw Daviesgdi32: Add an exception handler to catch bad pointers...
2011-08-23  Huw Daviesgdi32: Move the dib driver's GetImage and PutImage...
2011-08-22  Huw Daviesgdi32: Implement Polyline and PolyPolyline in the dib...
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 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-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-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-14  Alexandre Julliardgdi32: Add driver entry points for GetImage and PutImage.
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-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: 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.
next