jscript: Set return value after assert(0) to avoid warnings.
[wine] / dlls / winex11.drv /
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...
2011-07-25  Alexandre Julliardgdi32: Get rid of the GetBitmapBits driver entry point.
2011-07-25  Alexandre Julliardwinex11: Get rid of the no longer used GetBitmapBits...
2011-07-25  Alexandre Julliardgdi32: Get rid of the SetDIBits driver entry point.
2011-07-25  Alexandre Julliardwinex11: Get rid of the no longer used SetDIBits implem...
2011-07-25  Alexandre Julliardwinex11: Return color information in GetImage when...
2011-07-22  Alexandre Julliardwinex11: Implement the additional clipping in PutImage.
2011-07-21  Alexandre Julliardwinex11: Add helper functions for changing and restorin...
2011-07-21  Alexandre Julliardgdi32: Add an optional clip region to the PutImage...
2011-07-21  Alexandre Julliardgdi32: Get rid of the offset in the gdi_image_bits...
2011-07-21  Alexandre Julliardgdi32: Allow the PutImage entry point to optionally...
2011-07-21  Alexandre Julliardgdi32: Pass the full bitblt_coords structure to the...
2011-07-20  Huw Davieswinex11: Use the appropriate color_shifts when the...
2011-07-20  Huw Davieswinex11: Sync the dib-section bits before writing to...
2011-07-20  Alexandre Julliardgdi32: Move the checks for empty visible rects in PatBl...
2011-07-20  Alexandre Julliardwinex11: Verify that the color map matches in PutImage...
2011-07-20  Alexandre Julliardwinex11: Fill in the color table in Get/PutImage for...
2011-07-20  Alexandre Julliardwinex11: Remap pixels to system palette in Get/PutImage...
2011-07-18  Alexandre Julliardwinex11: Create a new message window every time we...
2011-07-18  Alexandre Julliardwinex11: Remove the GetDIBits implementation.
2011-07-18  Alexandre Julliardgdi32: Remove the GetDIBits entry point from the graphi...
2011-07-18  Francois Gougetwinex11.drv: Make copy_image_bits() static.
2011-07-18  Alexandre Julliardwinex11: Avoid overflowing the source rectangle in...
2011-07-18  Alexandre Julliardwinex11: Simplify a couple of BitBlt operation codes.
2011-07-18  Alexandre Julliardwinex11: Don't access the source rectangle in PutImage...
2011-07-15  Huw Davieswinex11: Sync a dib-section before accessing the image...
2011-07-15  Alexandre Julliardwinex11: Set all the bitmap padding to 0 in GetImage.
2011-07-14  Francois Gougetwinex11.drv: Make some DC functions static.
2011-07-14  Alexandre Julliardwinex11: Add support for bottom-up format in PutImage.
2011-07-14  Alexandre Julliardwinex11: Add support for rops in PutImage.
2011-07-14  Alexandre Julliardwinex11: Move the execution of rop operations from...
2011-07-14  Alexandre Julliardwinex11: Add an implementation for the PutImage entry...
2011-07-14  Alexandre Julliardwinex11: Add support for byte swapping in GetImage.
2011-07-14  Alexandre Julliardwinex11: Add an implementation for the GetImage entry...
2011-07-14  Alexandre Julliardgdi32: Add driver entry points for GetImage and PutImage.
2011-07-13  Ken Thomaseswinex11.drv: Map Meta keys to VK_{L, R}MENU, not just...
2011-07-13  Ken Thomaseswinex11.drv: Fix X11DRV_KeymapNotify when multiple...
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-13  Alexandre Julliardwinex11: Add a DC function structure and export it.
2011-07-11  Alexandre Julliardgdi32: Pass the source/dest visible rectangles to the...
2011-07-11  Alexandre Julliardgdi32: Pass the dest visible rectangle to the PatBlt...
2011-07-11  Alexandre Julliardgdi32: Pass the source/dest visible rectangles to the...
2011-07-11  Alexandre Julliardgdi32: Compute StretchBlt rectangles in gdi32.
2011-07-11  William Petterssonwinex11: Add grab for XInput2 ButtonPress event.
next