Moved CLIPPING_UpdateGCClipping call outside of the X11 section.
[wine] / graphics / x11drv / dib.c
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.