2012-11-28 |
Alexandre Julliard | gdi32: Add a font glyph cache in the DIB engine. |
blob | commitdiff | raw |
2012-11-02 |
Alexandre Julliard | gdi32: Disable anti-aliasing when necessary in the... |
blob | commitdiff | raw | diff to current |
2012-10-10 |
Alexandre Julliard | gdi32: Handle a missing source alpha directly in the... |
blob | commitdiff | raw | diff to current |
2012-10-10 |
Alexandre Julliard | gdi32: Use BI_BITFIELDS to indicate that a 32-bpp DIB... |
blob | commitdiff | raw | diff to current |
2012-09-10 |
Alexandre Julliard | gdi32: Move the SwapBuffers entry point to the OpenGL... |
blob | commitdiff | raw | diff to current |
2012-09-06 |
Alexandre Julliard | gdi32: Add a graphics driver to render windows contents... |
blob | commitdiff | raw | diff to current |
2012-07-30 |
Alexandre Julliard | gdi32: Move DescribePixelFormat and SetPixelFormat... |
blob | commitdiff | raw | diff to current |
2012-07-30 |
Alexandre Julliard | gdi32: Clip solid pen regions to the DIB rectangle... |
blob | commitdiff | raw | diff to current |
2012-07-27 |
Alexandre Julliard | gdi32: Support OpenGL in bitmaps through libOSMesa. |
blob | commitdiff | raw | diff to current |
2012-06-28 |
Alexandre Julliard | gdi32: Remove the remaining OpenGL entry points from... |
blob | commitdiff | raw | diff to current |
2012-06-28 |
Alexandre Julliard | opengl32: Add the concept of a WGL driver. |
blob | commitdiff | raw | diff to current |
2012-06-25 |
Alexandre Julliard | gdi32: Remove OpenGL functions that don't use an HDC... |
blob | commitdiff | raw | diff to current |
2012-06-04 |
Alexandre Julliard | gdi32: Clip output to both the DIB visible rectangle... |
blob | commitdiff | raw | diff to current |
2012-05-31 |
Alexandre Julliard | gdi32: Don't implement the gamma ramp functions in... |
blob | commitdiff | raw | diff to current |
2012-05-29 |
Alexandre Julliard | gdi32: Remove the CreateBitmap and DeleteBitmap driver... |
blob | commitdiff | raw | diff to current |
2012-05-24 |
Alexandre Julliard | gdi32: Remove the CopyBitmap driver entry point. |
blob | commitdiff | raw | diff to current |
2012-05-23 |
Alexandre Julliard | gdi32: Don't store the default color table in dib_info... |
blob | commitdiff | raw | diff to current |
2012-05-22 |
Alexandre Julliard | gdi32: Add support for dithering pattern brushes when... |
blob | commitdiff | raw | diff to current |
2012-05-09 |
Alexandre Julliard | gdi32: Pass OpenGL calls through to the display driver... |
blob | commitdiff | raw | diff to current |
2012-05-08 |
Alexandre Julliard | winex11: Implement wglGetPbufferDCARB with a DC escape... |
blob | commitdiff | raw | diff to current |
2012-05-08 |
Alexandre Julliard | gdi32: Add a priority mechanism for pushing drivers... |
blob | commitdiff | raw | diff to current |
2012-05-01 |
Alexandre Julliard | gdi32: Support drawing to a visible rectangle smaller... |
blob | commitdiff | raw | diff to current |
2012-04-27 |
Alexandre Julliard | gdi32: Store the bounds rectangle as a pointer in the... |
blob | commitdiff | raw | diff to current |
2012-04-27 |
Alexandre Julliard | gdi32: Add a SetBoundsRect driver entry point. |
blob | commitdiff | raw | diff to current |
2012-04-16 |
Alexandre Julliard | gdi32: Add bounds tracking to all the DIB engine entry... |
blob | commitdiff | raw | diff to current |
2012-04-16 |
Alexandre Julliard | gdi32: Add a GetBoundsRect driver entry point. |
blob | commitdiff | raw | diff to current |
2012-01-10 |
Alexandre Julliard | gdi32: Get rid of the CreateDIBSection driver entry... |
blob | commitdiff | raw | diff to current |
2012-01-10 |
Alexandre Julliard | gdi32: Use the bitmap part of the DIBSECTION structure... |
blob | commitdiff | raw | diff to current |
2012-01-10 |
Alexandre Julliard | gdi32: Always store a DIBSECTION structure in the bitma... |
blob | commitdiff | raw | diff to current |
2012-01-09 |
Alexandre Julliard | gdi32: Stop forwarding object selection calls to x11drv. |
blob | commitdiff | raw | diff to current |
2012-01-07 |
Alexandre Julliard | gdi32: Get rid of the SetDIBColorTable driver entry... |
blob | commitdiff | raw | diff to current |
2012-01-06 |
Alexandre Julliard | gdi32: Add an empty ExtEscape DIB driver entry point. |
blob | commitdiff | raw | diff to current |
2012-01-06 |
Alexandre Julliard | gdi32: Don't allow Get/SetDeviceGammaRamp on DIBs or... |
blob | commitdiff | raw | diff to current |
2012-01-06 |
Alexandre Julliard | gdi32: Add a stub for the ExtFloodFill entry point. |
blob | commitdiff | raw | diff to current |
2012-01-06 |
Alexandre Julliard | gdi32: Implement Arc, ArcTo, Chord, and Pie, using... |
blob | commitdiff | raw | diff to current |
2012-01-06 |
Alexandre Julliard | gdi32: Implement Ellipse and RoundRect, using line... |
blob | commitdiff | raw | diff to current |
2012-01-04 |
Alexandre Julliard | gdi32: Get rid of the pen deferring support, all pen... |
blob | commitdiff | raw | diff to current |
2012-01-03 |
Alexandre Julliard | gdi32: Add stubs for the OpenGL entry points in the... |
blob | commitdiff | raw | diff to current |
2011-12-30 |
Alexandre Julliard | gdi32: Implement brushed pens. |
blob | commitdiff | raw | diff to current |
2011-12-30 |
Alexandre Julliard | gdi32: Define a structure to make the brush state indep... |
blob | commitdiff | raw | diff to current |
2011-12-29 |
Alexandre Julliard | gdi32: Implement PolyPolygon in the DIB driver. |
blob | commitdiff | raw | diff to current |
2011-12-27 |
Alexandre Julliard | gdi32: Re-create the brush bits only when the ROP has... |
blob | commitdiff | raw | diff to current |
2011-12-27 |
Alexandre Julliard | gdi32: Avoid making a copy of the device clipping regio... |
blob | commitdiff | raw | diff to current |
2011-12-27 |
Alexandre Julliard | gdi32: Add a helper function to compute the list of... |
blob | commitdiff | raw | diff to current |
2011-12-22 |
Alexandre Julliard | gdi32: Recompute the foreground masks on every use... |
blob | commitdiff | raw | diff to current |
2011-12-22 |
Alexandre Julliard | gdi32: Recompute the background masks on every use... |
blob | commitdiff | raw | diff to current |
2011-12-22 |
Alexandre Julliard | gdi32: Recompute the pen masks on every use to support... |
blob | commitdiff | raw | diff to current |
2011-12-22 |
Alexandre Julliard | gdi32: Recompute the brush masks on every use to suppor... |
blob | commitdiff | raw | diff to current |
2011-12-12 |
Alexandre Julliard | gdi32: Implement GetNearestColor in the DIB driver. |
blob | commitdiff | raw | diff to current |
2011-12-12 |
Alexandre Julliard | gdi32: init_dib_info() can no longer fail, and no longe... |
blob | commitdiff | raw | diff to current |
2011-12-12 |
Alexandre Julliard | gdi32: Remove support for private color maps. |
blob | commitdiff | raw | diff to current |
2011-12-12 |
Alexandre Julliard | gdi32: Select the pattern brush only when first used. |
blob | commitdiff | raw | diff to current |
2011-12-12 |
Alexandre Julliard | gdi32: Add a flag to request a default color table... |
blob | commitdiff | raw | diff to current |
2011-12-10 |
Alexandre Julliard | gdi32: Always use biClrUsed for the number of colors... |
blob | commitdiff | raw | diff to current |
2011-12-09 |
Alexandre Julliard | gdi32: Remove the nb_colors fields in the bitmap object... |
blob | commitdiff | raw | diff to current |
2011-12-09 |
Alexandre Julliard | gdi32: Fix handling of DIB_PAL_COLORS in the various... |
blob | commitdiff | raw | diff to current |
2011-12-08 |
Alexandre Julliard | gdi32: Add a helper to build a color table from the... |
blob | commitdiff | raw | diff to current |
2011-12-08 |
Alexandre Julliard | gdi32: Don't make a copy of the DIB color table when... |
blob | commitdiff | raw | diff to current |
2011-12-06 |
Francois Gouget | gdi32: Make init_dib_info() static. |
blob | commitdiff | raw | diff to current |
2011-12-06 |
Alexandre Julliard | gdi32: Pass the total visible region in the SetDeviceCl... |
blob | commitdiff | raw | diff to current |
2011-11-29 |
Alexandre Julliard | gdi32: Don't set gradient alpha channel for 8888 bitmap... |
blob | commitdiff | raw | diff to current |
2011-11-29 |
Alexandre Julliard | gdi32: Implement rectangular gradients in the DIB engine. |
blob | commitdiff | raw | diff to current |
2011-11-14 |
Huw Davies | gdi32: Calculate the min/max color component intensitie... |
blob | commitdiff | raw | diff to current |
2011-11-14 |
Huw Davies | gdi32: Move the ETO_OPAQUE rectangle drawing to the... |
blob | commitdiff | raw | diff to current |
2011-11-14 |
Huw Davies | gdi32: Keep track of the text pixel color. |
blob | commitdiff | raw | diff to current |
2011-11-08 |
Alexandre Julliard | gdi32: Implement the CopyBitmap entry point in the... |
blob | commitdiff | raw | diff to current |
2011-11-08 |
Alexandre Julliard | gdi32: Add a CopyBitmap driver entry point. |
blob | commitdiff | raw | diff to current |
2011-11-03 |
Alexandre Julliard | gdi32: Add support for pattern brushes in the DIB driver. |
blob | commitdiff | raw | diff to current |
2011-10-31 |
Alexandre Julliard | gdi32: Add a DC driver entry point for GdiGradientFill. |
blob | commitdiff | raw | diff to current |
2011-10-31 |
Alexandre Julliard | gdi32: Emulate DDB support using the DIB driver when... |
blob | commitdiff | raw | diff to current |
2011-10-31 |
Alexandre Julliard | gdi32: Allocate the bits for a DDB the first time it... |
blob | commitdiff | raw | diff to current |
2011-10-24 |
Alexandre Julliard | gdi32: Add driver entry points for a number of font... |
blob | commitdiff | raw | diff to current |
2011-10-24 |
Alexandre Julliard | gdi32: Rename the EnumDeviceFonts entry point to EnumFo... |
blob | commitdiff | raw | diff to current |
2011-10-19 |
Huw Davies | gdi32: Implement GetPixel. |
blob | commitdiff | raw | diff to current |
2011-10-19 |
Huw Davies | gdi32: Implement SetPixel. |
blob | commitdiff | raw | diff to current |
2011-10-19 |
Huw Davies | gdi32: Introduce a unified function to perform COLORREF... |
blob | commitdiff | raw | diff to current |
2011-10-17 |
Alexandre Julliard | gdi32: Get rid of the DC_FUNCTIONS typedef. |
blob | commitdiff | raw | diff to current |
2011-10-14 |
Alexandre Julliard | gdi32: Implement a BlendImage entry point in the DIB... |
blob | commitdiff | raw | diff to current |
2011-10-13 |
Alexandre Julliard | gdi32: Get rid of the return value in DIB conversion... |
blob | commitdiff | raw | diff to current |
2011-10-12 |
Alexandre Julliard | gdi32: Add an all-one alpha channel when converting... |
blob | commitdiff | raw | diff to current |
2011-10-11 |
Alexandre Julliard | gdi32: Add an AlphaBlend entry point in the DIB driver. |
blob | commitdiff | raw | diff to current |
2011-09-27 |
Huw Davies | gdi32: Forward StretchBlt calls from the dib driver... |
blob | commitdiff | raw | diff to current |
2011-09-14 |
Alexandre Julliard | gdi32: Add a null driver fallback for AlphaBlend, using... |
blob | commitdiff | raw | diff to current |
2011-09-08 |
Huw Davies | gdi32: When creating a dib_info from a ddb, always... |
blob | commitdiff | raw | diff to current |
2011-09-08 |
Alexandre Julliard | gdi32: Allocate the DIB driver on first use, and free... |
blob | commitdiff | raw | diff to current |
2011-09-07 |
Alexandre Julliard | gdi32: Add a driver entry point for CreateCompatibleDC. |
blob | commitdiff | raw | diff to current |
2011-08-30 |
Alexandre Julliard | gdi32: Forward the null driver GetImage to the DIB... |
blob | commitdiff | raw | diff to current |
2011-08-29 |
Alexandre Julliard | gdi32: Add a helper function to initialize DIB info... |
blob | commitdiff | raw | diff to current |
2011-08-23 |
Huw Davies | gdi32: Add an exception handler to catch bad pointers... |
blob | commitdiff | raw | diff to current |
2011-08-23 |
Huw Davies | gdi32: Move the dib driver's GetImage and PutImage... |
blob | commitdiff | raw | diff to current |
2011-08-22 |
Huw Davies | gdi32: Implement Polyline and PolyPolyline in the dib... |
blob | commitdiff | raw | diff to current |
2011-08-22 |
Huw Davies | gdi32: Use the gdi_image_bits structure to maintain... |
blob | commitdiff | raw | diff to current |
2011-08-22 |
Huw Davies | gdi32: Simplify dibdrv_PutImage a little. |
blob | commitdiff | raw | diff to current |
2011-08-22 |
Huw Davies | gdi32: Avoid a possible unnecessary conversion if PutIm... |
blob | commitdiff | raw | diff to current |
2011-08-22 |
Huw Davies | gdi32: Fix colour table comparison. |
blob | commitdiff | raw | diff to current |
2011-08-05 |
Huw Davies | gdi32: Simplify dibdrv_GetImage by merging the stand... |
blob | commitdiff | raw | diff to current |
2011-08-05 |
Huw Davies | gdi32: Fix dibdrv_PutImage for the selected bitmap... |
blob | commitdiff | raw | diff to current |
2011-08-05 |
Alexandre Julliard | gdi32: Always use BI_BITFIELDS for 16-bpp in GetImage. |
blob | commitdiff | raw | diff to current |
2011-08-03 |
Alexandre Julliard | gdi32: Update the coordinates in convert_bitmapinfo... |
blob | commitdiff | raw | diff to current |
2011-08-03 |
Alexandre Julliard | gdi32: Use the visrect coordinates in dibdrv_PutImage. |
blob | commitdiff | raw | diff to current |
next |