X11DRV_GetDIBits: Don't clear the biCompression==BI_BITFIELDS flag
[wine] / graphics / x11drv / dib.c
2002-07-16  Rob McClintonX11DRV_GetDIBits: Don't clear the biCompression==BI_BIT...
2002-07-03  Gregg MattinsonCast void* to char* for pointer arithmetic.
2002-07-03  Alexandre JulliardFixed X11DRV_SetDIBitsToDevice to do the right thing...
2002-06-25  Alexandre JulliardReplaced LPTODP/DPTOLP macros by calls to LPtoDP/DPtoLP...
2002-06-10  Alexandre JulliardMoved DC origin into device-specific structure.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-31  Alexandre JulliardAdded function table to GDI objects for better encapsul...
2002-05-11  David HammertonLock/unlock (and hence maybe coerce) DIBSections into...
2002-05-04  David HammertonIn initial dibsection creation, the dibsection should...
2002-04-24  Alexandre JulliardAdded support for installing an error callback when...
2002-04-03  Patrik StridvallFixed some issues found by winapi_check.
2002-03-28  Alexandre JulliardChanged the GDI driver interface to pass an opaque...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Andreas MohrSpelling/alignment fixes.
2002-01-29  Dmitry TimoshkovDo not write beyond end of color table in X11DRV_DIB_Se...
2002-01-29  Guy AlbertelliDon't fill colormap beyond end of screen depth.
2002-01-04  Gavriel StateSpeed up the GetImageBits case where we have an XShm...
2001-12-21  François GougetMerged the handling of 15 and 16 bits X server depths.
2001-11-05  François GougetFix line length calculation in X11DRV_DIB_Convert_any_asis.
2001-10-17  Francois GougetFix tons of color conversion bugs.
2001-10-04  Alexandre JulliardIgnore RLE data that goes past the line end (found...
2001-09-07  Jukka HeinonenChanging DIB color table now updates the DIB visible...
2001-07-22  Alexandre JulliardMoved the 16-bit pointer to the DIB bits out of the...
2001-06-25  Dmitry TimoshkovBetter separate the XShm using code.
2001-05-11  Alexandre JulliardRenamed display to gdi_display where it is used for...
2001-04-16  Ove KaavenFixed CoerceDIBSection's AuxMod handling. Added CoerceD...
2001-03-28  Marcus MeissnerFixed undefined C constructs (val assignment in express...
2001-03-05  Vedran RodicMade 8 bpp to 24 bit depth conversion in X11DRV_DIB_Set...
2001-02-13  Lionel UlmerAdded RGB 565 => RGB 0888 conversion.
2001-02-12  James AbbatielloIn CreateDIBSection, the offset into the file mapping...
2001-02-12  Ove KaavenIn CopyDIBSection, use source DIB colormap instead...
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-15  Alexandre JulliardRemoved CALL_LARGE_STACK support.
2000-12-22  Alexandre JulliardAuthors: Ove Kaaven <ovek@transgaming.com>, Gavriel...
2000-12-20  Gerard PatelSet the color mask with BI_BITFIELD dibs, don't use the
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-06  Alexandre JulliardAuthors: Ove Kaaven <ovek@transgaming.com>, Andrew...
2000-12-05  Guy L. Albertelli- correct number of colormap entries looked at in GetDI...
2000-11-26  Dimitrie O. PaunDo not compile code that makes use of the X Shm extension.
2000-11-25  Ove KaavenMade X11DRV_DIB_GetImageBits_16 aware of 565 DIBs.
2000-11-25  Ove KaavenImplemented Get/SetDIBColorTable.
2000-11-14  Alexandre JulliardMoved LDT handling to libwine.so. Changed the interface...
2000-11-13  Alexandre JulliardReplaced a few internal functions by exported ones.
2000-11-05  Alexandre JulliardAllocate DC objects on the process heap, and removed...
2000-10-13  Ove KaavenFill in the dsBmih.biSizeImage field of DIBSections...
2000-08-25  Andreas MohrMinor cosmetic changes.
2000-08-19  Alexandre JulliardAuthors: Alexandre Julliard <julliard@codeweavers.com...
2000-08-07  Uwe BonnesX11DRV_DIB_SetImageBits_RLE8: break image lines.
2000-07-28  Ove KaavenAdd X11DRV_DIB_UpdateDIBSection2 that takes a HBITMAP...
2000-07-15  Stephane LussierNew version of the patch from Francois Jacques with...
2000-07-10  Alexandre JulliardBacked out previous patch.
2000-07-08  Francois JacquesUpdated X11DRV_DIB_GetDIBits to properly handle bottom...
2000-06-18  Stephane LussierFixed memory access outside of the range for source...
2000-06-16  Ken ColemanFixes to CreateDIBSection and other areas where biSizeI...
2000-06-11  James AbbatielloUse XCreateImage/XGetSubImage instead of XGetImage for
2000-05-24  Rob FarnumSeparate out the 32bit case from the 24bit case, and...
2000-05-18  Ove KaavenMade X11DRV_DIB_MapColor map back to the original color...
2000-05-11  Marcus MeissnerFixed asm() constraints.
2000-05-07  Marcus MeissnerSetImageBits_8: added ->15 conversion in optimized...
2000-05-07  Alexandre JulliardJean-Claude Batista (Macadamian/Corel)
2000-04-29  Ove KaavenAdded DIB_CreateDIBSection with extra parameter ovr_pit...
2000-04-25  Patrik StridvallRemoved X_DISPLAY_MISSING.
2000-04-11  Marcus MeissnerOnly copy dstwidth*3 bytes in the 24bit case.
2000-03-28  Alexandre JulliardMerged DDBitmap and physBitmap into the generic bitmap...
2000-03-25  Alexandre JulliardA few simplifications and optimizations in the x11...
2000-03-24  Patrik StridvallFixed some warnings.
2000-03-19  Dimitrie O. PaunRemoved most calls to xmalloc/xrealloc.
2000-03-19  Andrew LewyckyDelete the shm segment as soon as wine and X have attac...
2000-03-09  Jim AstonHandle 24 bit DIBs <-> 24 bit deep/24 bits per pixel...
2000-03-04  Joerg MayerFix a sign bug where memcpy was called with negative...
2000-02-26  Patrik StridvallFixed ANSI C violations.
2000-01-23  Marcus MeissnerCorrected arguments to VirtualFree().
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-10-23  Alexandre JulliardRe-applied lost change.
1999-10-13  Eric PouechFixed X11DRV_DIB_SetImageBits when called for RLE encod...
1999-09-20  Noel Borthwick- Add clipboard support for copying/pasting bitmaps...
1999-09-19  Ulrich WeigandBugfix: create DDB in X11DRV_DIB_GetDIBits if necessary.
1999-09-19  Karl LessardSome more minor GDI fixes.
1999-09-19  Huw D M DaviesSmall DIB fixes.
1999-09-14  Karl LessardFixed GetDIBits problems.
1999-09-03  Karl LessardIan Ward
1999-08-21  Kristian NielsenFixed CreateDIBSection() called with negative height...
1999-06-12  Uwe BonnesX11DRV_DIB_SetImageBits_24/32: Fix the case for bits_pe...
1999-05-24  Eric PouechChanged printf into TRACE.
1999-05-22  Pavel RoskinDisable passing device context to X11DRV_DIB_BuildColor...
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Eric PouechFixed a few bugs (typos from cut & paste & invalid...
1999-04-18  Huw D M DaviesFixes for upside-down DIBs.
1999-04-11  Karl LessardOptimized code for SetImageBits_X, making bitmap creati...
1999-04-01  Patrik StridvallMore code moved to the X11 driver (bitmap and palette...
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-20  Alexandre JulliardFixed end-of-line bug in X11DRV_DIB_SetImageBits_RLE4.
1999-02-09  Huw D M DaviesFixes several problems with SetDIBitsToDevice if xSrc...
1999-02-04  Patrik StridvallX11 driver changes.
1998-11-25  Huw D M DaviesRemove X_DC_INFO from DC and make it behave like any...
1998-11-22  Huw D M DaviesMoved DC_SetupGC functions to graphics/x11drv/graphics.c.
1998-11-06  Huw D M DaviesMoved X11 DIB stuff to x11drv.