mshtml: HTMLWindow_item code clean up.
[wine] / dlls / winex11.drv /
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-28  Austin Englishwinex11: Only declare X11DRV_DIB_QueryXShm if XShm...
2011-10-28  Austin Englishwinex11: Only declare the winediag debug channel if...
2011-10-28  Alexandre Julliardwinex11: Mask FPU exceptions around fontconfig calls.
2011-10-25  André Hentschelwinex11.drv: Remove remaining pixmap prefix to fix...
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-24  Alexandre Julliardgdi32: Implement EnumDeviceFonts as a standard driver...
2011-10-24  Marcus Meissnerwinex11.drv: WORD and BYTE swapped in 555->1 bit conver...
2011-10-24  Alexandre Julliardwinex11: Add error checks around every XF86VidMode...
2011-10-21  Alexandre Julliardwinex11: Filter out zero-size dashes for PS_USERSTYLE...
2011-10-20  Alexandre Julliardwinex11: Chain to the next driver when not using a...
2011-10-19  Alexandre Julliardgdi32: Implement SelectFont as a standard driver entry...
2011-10-18  Andrew Talbotwinex11.drv: Mark some fall-throughs in switch statements.
2011-10-14  Daniel Santoswinex11.drv: Add on-screen PS_USERSTYLE support to...
2011-10-11  Alexandre Julliardwinex11: Get rid of the client-side DIB optimization...
2011-10-11  Alexandre Julliardwinex11: Require an A8R8G8B8 format for blending with...
2011-10-10  Alexandre Julliardwinex11: Fall back to client-side blit when the source...
2011-10-10  Alexandre Julliardwinex11: Fall back to client-side blit for color -...
2011-10-10  Henri Verbeetwinex11: Print the GL renderer and version when complai...
2011-10-05  Huw Davieswinex11: Initialise the dib color table.
2011-10-03  Alexandre Julliardwinex11: Force alpha channel to 0 when doing color...
2011-10-03  Alexandre Julliardwinex11: Remove no longer needed support for a source...
2011-10-03  Alexandre Julliardwinex11: Remove no longer needed support for a source...
2011-10-03  Marcus Meissnerwinex11.drv: Mark xrenderdrv_ExtTextOut as static.
2011-10-03  Huw Davieswinex11: Remove some unused function ptrs.
2011-09-28  Alexandre Julliardwinex11: Fall back to the DIB engine for client-side...
2011-09-28  Alexandre Julliardwinex11: Get rid of the client-side DIB optimization...
2011-09-26  Alexandre Julliardwinex11: Pre-compute the color shifts for the supported...
2011-09-26  Alexandre Julliardwinex11: Remove redundant pixmap prefix in X_PHYSBITMAP...
2011-09-26  Alexandre Julliardwinex11: Avoid recomputing the DC format when it hasn...
2011-09-26  Alexandre Julliardwinex11: Force the alpha channel to zero for mono-...
2011-09-23  David Kieferwinex11.drv: Remove x86 inline assembly for performing...
2011-09-21  Alexandre Julliardwinex11: Forward AlphaBlend with a DIB section as sourc...
2011-09-20  Alexandre Julliardwinex11: Fix handling of 1-bpp source bitmaps in AlphaB...
2011-09-20  Alexandre Julliardwinex11: Move locking and handling of fg/bg colors...
2011-09-20  Alexandre Julliardwinex11: Implement a BlendImage entry point in the...
2011-09-20  Alexandre Julliardwinex11: Set XRender clipping lazily when retrieving...
2011-09-20  Alexandre Julliardwinex11: Add a helper function to create the source...
2011-09-20  Francois Gougetwinex11: Fix printing NULL strings.
2011-09-19  Alexandre Julliardwinex11: Implement a PutImage entry point in the XRende...
2011-09-19  Alexandre Julliardwinex11: Avoid passing color shifts to copy_image_bits.
2011-09-19  Alexandre Julliardwinex11: Explicitly clip to the visible rect when using...
2011-09-19  André Hentschelwinex11: Multiply the error tolerance by the table...
2011-09-16  Alexandre Julliardwinex11: Use the original unclipped coordinates for...
2011-09-16  Alexandre Julliardwinex11: Disable the XRender StretchBlt implementation...
2011-09-15  Alexandre Julliardwinex11: Use the physdev picture directly for the SRCCO...
2011-09-15  Alexandre Julliardwinex11: Implement the CreateBitmap entry point in...
2011-09-15  Alexandre Julliardwinex11: Get rid of the WXRFormat typedef.
2011-09-15  Alexandre Julliardwinex11: Remove a redundant field in the XRender format...
2011-09-15  Alexandre Julliardwinex11: Get rid of the WineXRenderFormat structure.
2011-09-15  Alexandre Julliardwinex11: Store the XRender picture formats in a global...
2011-09-15  Alexandre Julliardwinex11: Get rid of the xrender_info structure.
2011-09-15  Alexandre Julliardwinex11: Remove the XRender support in the X11 driver...
2011-09-15  Alexandre Julliardwinex11: Avoid an intermediate pixmap copy when stretch...
2011-09-15  Alexandre Julliardwinex11: Add a StretchBlt entry point to the XRender...
2011-09-15  Alexandre Julliardwinex11: Pass destination coordinates to xrender_mono_blit.
2011-09-15  Alexandre Julliardwinex11: Move the pixel->color conversion out of the...
2011-09-14  Alexandre Julliardwinex11: Make sure the cursor bitmaps are owned by...
2011-09-14  Alexandre Julliardwinex11: Use the DIB engine for client-side DIB copy...
2011-09-14  Alexandre Julliardgdi32: Add a null driver fallback for AlphaBlend, using...
2011-09-13  Alexandre Julliardgdi32: Move coordinate checks into the common part...
2011-09-13  Alexandre Julliardwinex11: Add a SetDeviceClipping entry point to the...
2011-09-13  Alexandre Julliardwinex11: Return a RGNDATA from add_extra_clipping_regio...
2011-09-12  Alexandre Julliardwinex11: Pass an HDC to the size mapping functions.
2011-09-12  Alexandre Julliardwinex11: Add an AlphaBlend entry point in the XRender...
2011-09-12  Alexandre Julliardwinex11: Add an ExtTextOut entry point in the XRender...
2011-09-12  Alexandre Julliardwinex11: Add a SelectFont entry point in the XRender...
2011-09-12  Alexandre Julliardwinex11: Add bitmap entry points to the XRender driver.
2011-09-12  Alexandre Julliardwinex11: Add an ExtEscape entry point in the XRender...
2011-09-12  Alexandre Julliardwinex11: Store the XRender info structure inside the...
2011-09-12  Alexandre Julliardwinex11: Create a separate graphics driver for XRender.
2011-09-07  Alexandre Julliardwinex11: Make sure the bitmap created from a packed...
2011-09-07  Alexandre Julliardwinex11: Make sure the bitmap of the brush pattern...
2011-09-07  Alexandre Julliardgdi32: Leave it up to the driver to push the new device...
2011-09-07  Alexandre Julliardgdi32: Add a driver entry point for CreateCompatibleDC.
2011-09-06  Alexandre Julliardwinex11: Get rid of the no longer used RLE support.
2011-09-06  Alexandre Julliardwinex11: Get rid of the SetDIBitsToDevice implementation.
2011-09-02  Alexandre Julliardgdi32: Make the BITMAPINFO parameters non-const in...
2011-09-01  Alexandre Julliardwinex11: Fix SetDIBitsToDevice coordinate mapping for...
2011-09-01  Alexandre Julliardwinex11: Fix SetDIBitsToDevice coordinate mapping in...
2011-08-30  Andrew Talbotwinex11.drv: Remove unneeded address-of operator from...
2011-08-29  Alexandre Julliardwinex11: Simplify the DIB byte width computation.
2011-08-24  André Hentschelwinex11: Reject too bright gamma ramps.
2011-08-23  André Hentschelwinex11: Validate the ramps also when not converting...
2011-08-22  Huw Davieswinex11: Simplify rectangle operations.
2011-08-22  Huw Davieswinex11: Sync a dib section's bits before copying the...
2011-08-22  André Hentschelwinex11: Fix function header for building without xrend...
2011-08-05  Alexandre Julliardgdi32: Always use BI_BITFIELDS for 16-bpp in GetImage.
2011-08-04  Kusanagi Kouichiwinex11.drv: Fix a memory leak.
2011-08-04  Alexandre Julliardgdi32: Create a sanitized BITMAPINFO in SetDIBitsToDevi...
2011-08-04  Alexandre Julliardgdi32: Create a sanitized BITMAPINFO in CreateDIBSectio...
2011-08-03  Vincent Povirkwinex11.drv: Don't set gamma when UseXVidMode is turned...
2011-08-03  Frédéric Delanoydlls: Assorted spelling fixes.
2011-08-03  Francois GougetAssorted spelling fixes.
2011-08-03  Alexandre Julliardgdi32: Get rid of the SetBitmapBits driver entry point.
2011-08-03  Alexandre Julliardgdi32: Set the initial bits of a bitmap from the gdi...
2011-07-27  Alexandre Julliardwinex11: Force unprotecting the DIB section bits in...
next