gdi32: Add a DC driver entry point for GdiGradientFill.
[wine] / dlls / winex11.drv / dib.c
2011-10-28  Austin Englishwinex11: Only declare X11DRV_DIB_QueryXShm if XShm...
2011-10-24  Marcus Meissnerwinex11.drv: WORD and BYTE swapped in 555->1 bit conver...
2011-10-18  Andrew Talbotwinex11.drv: Mark some fall-throughs in switch statements.
2011-09-26  Alexandre Julliardwinex11: Remove redundant pixmap prefix in X_PHYSBITMAP...
2011-09-23  David Kieferwinex11.drv: Remove x86 inline assembly for performing...
2011-09-14  Alexandre Julliardwinex11: Use the DIB engine for client-side DIB copy...
2011-09-07  Alexandre Julliardwinex11: Make sure the bitmap created from a packed...
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-29  Alexandre Julliardwinex11: Simplify the DIB byte width computation.
2011-08-04  Alexandre Julliardgdi32: Create a sanitized BITMAPINFO in SetDIBitsToDevi...
2011-08-04  Alexandre Julliardgdi32: Create a sanitized BITMAPINFO in CreateDIBSectio...
2011-07-25  Alexandre Julliardwinex11: Get rid of the no longer used SetDIBits implem...
2011-07-18  Alexandre Julliardwinex11: Remove the GetDIBits implementation.
2011-07-15  Huw Davieswinex11: Sync a dib-section before accessing the image...
2011-07-13  Alexandre Julliardgdi32: Graphics driver functions no longer need to...
2011-07-08  Alexandre Julliardwinex11: Use the HDC from the gdi_physdev structure.
2011-07-08  Alexandre Julliardwinex11: Pass a generic PHYSDEV to all graphics entry...
2011-07-06  Alexandre Julliardwinex11: Set the reported screen bpp based on the avail...
2011-02-02  Henri Verbeetwinex11.drv: Only query for XShm on first use.
2010-12-02  Wolfram Sangwinex11.drv: In GetDIBits() with DIB sections, always...
2010-06-02  Alexandre Julliardwinex11: Fix the X image masks according to the pixmap...
2010-05-14  Alexandre JulliardFix the bitmap info size computation when masks are...
2010-05-10  Alexandre Julliardwinex11: The startscan line is relative to the destinat...
2010-05-08  Alexandre Julliardwinex11: Fix source/dest width mismatch in SetDIBits.
2010-05-05  Gerald Pfeiferwinex11.drv: Remove variable bits which is not really...
2010-05-03  Gerald Pfeiferwinex11: Remove variable bits which is not really used...
2010-04-21  Alexandre Julliardwinex11: Fix handling of bitmap header size for V4...
2010-04-13  Roderick Colenbranderwinex11: Add support for 32-bit DDBs.
2010-03-29  Mikhail Maroukhinewinex11.drv: Fix compiler warnings with flag -Wcast...
2010-03-01  Henri Verbeetwinex11.drv: Use the bitmap's "topdown" field in X11DRV...
2010-03-01  Henri Verbeetwinex11.drv: Use the bitmap's "topdown" field in X11DRV...
2010-03-01  Henri Verbeetwinex11.drv: Store if a bitmap is top-down in X_PHYSBITMAP.
2010-02-16  Roderick Colenbranderwinex11: Fix palette conversion bug.
2009-11-03  Gerald Pfeiferwinex11: Handle error situation earlier in X11DRV_GetDI...
2009-10-01  Roderick Colenbranderwinex11: Add support for 16-bit/32-bit DIB sections.
2009-09-25  Roderick Colenbranderwinex11: Don't use ColorShifts for non-TrueColor bitmaps.
2009-09-02  Roderick Colenbranderwinex11: Use ColorShifts data in X11DRV_PALETTE_ToLogical.
2009-09-02  Roderick Colenbranderwinex11: Use ColorShifts from physDev in X11DRV_PALETTE...
2009-09-02  Roderick Colenbranderwinex11: Introduce a new function for looking up the...
2009-08-29  Alexandre Julliardwinex11: Bytes per line is signed so make it an int...
2009-08-07  Henri Verbeetwinex11.drv: Fallback to X11DRV_SHM_NONE in X11DRV_DIB_...
2009-08-06  Henri Verbeetwinex11.drv: Add support for XShm pixmaps.
2009-07-16  Roderick Colenbranderwinex11: Add a function for retrieving the bitmap GC.
2009-03-02  Eric Pouechwinex11: Correctly pad 1 bpp DDB's lines with 0 values.
2009-01-19  Michael Stefaniucwinex11.drv: Remove superfluous pointer casts.
2008-12-23  Maarten Lankhorstgdi32/winex11.drv: Change all gdi/opengl operations...
2008-12-05  Andrew Talbotwinex11.drv: Sign-compare warnings fix.
2008-09-10  Huw Davieswinex11.drv: Fix SetDIBits optimization to work with...
2008-08-29  Alexandre Julliardwinex11: Allocate image data from the process heap...
2008-08-18  Michael Karcherwinex11: Fix GetDIBits with monochrome pixmaps.
2008-07-21  Lei Zhangwinex11: X11DRV_DIB_[GS]etImageBits should return 0...
2008-07-18  Mathias Koschwinex11: Fix typo in X11DRV_SetDIBits optimization.
2008-07-03  Michael Karcherwinex11: Made local constant static.
2008-07-01  Michael Karcherwinex11: Fix GetDIBits of 1 bit DDBs.
2008-05-02  Andrew Talbotwinex11.drv: Remove unused variables.
2008-05-02  Huw Davieswinex11.drv: Rename X11DRV_DIB_BitmapInfoSize to bitmap...
2008-05-01  Alexandre Julliardwinex11: Don't free the pixmap in X11DRV_DIB_CreateDIBF...
2008-04-17  Marcus Meissnerwinex11: Move code behind error return.
2008-03-10  Alexandre Julliardwinex11: Added an exception handler to catch bad pointe...
2008-02-22  Rob Shearmanwinex11.drv: Optimise getting the bits of a DIB after...
2008-02-04  Alexandre Julliardwinex11: Abstract the depth->bpp conversion and use...
2008-02-04  Andrew Talbotwinex11.drv: Remove unneeded casts.
2008-01-24  Alexandre Julliardwinex11: Catch DIB memory accesses that touch the last...
2008-01-07  Austin EnglishSpelling fixes.
2007-11-09  Francois Gougetwinex11: Add C alternatives to the assembly bits in...
2007-10-23  Francois GougetAssorted spelling fixes.
2007-10-23  Francois Gougetwinex11: Remove some unneeded casts.
2007-10-19  Francois Gougetwinex11.drv: Remove the coloruse == -1 special case...
2007-10-15  Francois Gougetwinex11.drv: The 'lossy' parameter is always false...
2007-10-11  Francois GougetAssorted spelling fixes.
2007-10-11  Francois Gougetwinex11.drv: Remove an obsolete FIXME comment.
2007-09-27  Alexandre Julliardwinex11.drv: Don't call GDI functions while holding...
2007-07-04  Peter Dons Tychsenwinex11: Fix X11DRV_DIB_GetImageBits() when target...
2007-03-17  Andrew Talbotwinex11.drv: Replace inline static with static inline.
2007-03-12  Jan Zerebeckiwinex11.drv: Add DebugInfo to critical sections.
2006-12-12  Ulrich Czekallawinex11.drv: Store window and drawable rects in X11DRV_...
2006-11-27  Alexandre Julliardwinex11.drv: Don't use the specified DC when mapping...
2006-11-08  Alexandre Julliardwinex11.drv: Get rid of the DIB color table now that...
2006-10-13  Francois GougetAssorted spelling fixes.
2006-10-09  Vitaliy Margolenwinex11drv: Win64 printf format warning fixes.
2006-09-20  Alexandre Julliardinclude: Added definitions for the fault address except...
2006-06-16  Alexandre Julliardx11drv: Renamed the x11drv directory to winex11.drv.