Fixed header dependencies to be fully compatible with the Windows
[wine] / objects / dib.c
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2002-11-25  Steve LustbaderStretchDIBits: avoid crash on null pointers.
2002-11-22  Alexandre JulliardMade gdi compile with -DSTRICT.
2002-11-21  Michael StefaniucSome -DSTRICT fixes.
2002-10-23  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-08-28  Alexandre JulliardFixed a number of dll separation issues.
2002-08-16  Alexandre JulliardMoved a large number of 16-bit functions to a separate...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-31  Alexandre JulliardAdded function table to GDI objects for better encapsul...
2002-05-08  Andreas MohrReplace SELECTOR_AllocBlock and SELECTOR_FreeBlock...
2002-03-28  Alexandre JulliardChanged the GDI driver interface to pass an opaque...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-17  Alexandre JulliardRemoved unnecessary includes.
2001-08-20  Alexandre JulliardCreate a color bitmap in CreateDIBitmap even with a...
2001-08-17  Alexandre JulliardUse the passed hdc in CreateDIBitmap instead of creatin...
2001-08-15  Alexandre JulliardMake sure we don't hold the GDI lock when loading drivers.
2001-08-03  Andreas MohrDIB_GetBitmapInfo didn't recognize BITMAPV4/5HEADER.
2001-07-22  Alexandre JulliardMoved the 16-bit pointer to the DIB bits out of the...
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-28  Patrik StridvallDocumentation name fixes.
2001-06-14  Marcus MeissnerMultiple *ptr++ constructs in one expression have undef...
2001-04-20  Andreas MohrSpelling fixes.
2001-02-14  Patrik StridvallDocumentation ordinal fixes.
2001-02-12  James AbbatielloIn CreateDIBSection, the offset into the file mapping...
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-10  Joerg MayerFixed some signed/unsigned warnings.
2000-11-25  Ove KaavenImplemented Get/SetDIBColorTable.
2000-11-05  Alexandre JulliardAllocate DC objects on the process heap, and removed...
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-09-10  Eric PouechFixed fallback code for StretchBlt on RLE DIBs with...
2000-08-19  Alexandre JulliardAuthors: Alexandre Julliard <julliard@codeweavers.com...
2000-07-30  Alexandre JulliardCleaned up a few USER dependencies.
2000-07-11  Stephane LussierIn CreateDIBSection function, if hdc is NULL it now...
2000-06-03  Alexandre JulliardMoved DIB_FixColorsToLoadflags to cursoricon.c.
2000-04-29  Ove KaavenAdded DIB_CreateDIBSection with extra parameter ovr_pit...
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-02-26  Patrik StridvallFixed ANSI C violations.
2000-01-23  Marcus MeissnerCorrected arguments in DIB_DeleteDIBSection.
1999-10-24  Matthew J. FrancisFixed top-down DIB handling in StretchDIBits32().
1999-10-13  Alexandre JulliardBacked out previous change (breaks with metafiles).
1999-10-13  Eric PouechOptimized StretchDIBits to call SetDIBitsToDevice ...
1999-09-23  Francois BoisvertCreateDIBitmap creates a monochrome bitmap only when...
1999-09-20  Noel Borthwick- Add clipboard support for copying/pasting bitmaps...
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-13  Kai MorichRelaxed parameter checking for GetDIBits.
1999-09-03  Karl LessardIan Ward
1999-08-15  Gerard PatelAdded protection against possible memory corruption.
1999-05-23  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-02  Michael VekslerRemoved redundant include of winbase.h from winuser16.h.
1999-04-19  Huw D M DaviesImplemented recording of StretchDIBits and SetDIBitsToD...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Huw D M DaviesFixes for upside-down DIBs.
1999-04-01  Patrik StridvallMore code moved to the X11 driver (bitmap and palette...
1999-03-25  Huw D M DaviesAllow depth of DIB to differ from depth of bitmap in...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-24  Huw D M DaviesFixes buffer overrun problems with GetDIBits.
1999-02-09  Ulrich WeigandChange fault handler 'addr' argument to LPCVOID.
1999-02-09  Zygo BlaxellFix types of GetDIBits functions (LPSTR should be LPVOID).
1999-02-04  Patrik StridvallMoved some more code to the X11 driver.
1998-11-30  Huw D M DaviesGetSystemPaletteEntries returns palette size if entries...
1998-11-15  Eric KohlFixed retrieval of invalid palette data in GetDIBits().
1998-11-15  Dirk ThierbachFixed bug in StretchDIBits32 (wrong origin).
1998-11-14  Huw D M DaviesFixes a few of the many compiler warnings.
1998-11-08  Eric PouechPrevent CreateDIBSection from seg faulting when one...
1998-11-06  Huw D M DaviesMoved X11 DIB stuff to x11drv.
1998-11-01  Jesper Skovegcs 'ambiguous else' warnings fixes.
1998-11-01  Marcus MeissnerDon't HeapFree() colormap if we didn't allocate one.
1998-10-28  Huw D M DaviesAdded pBitmapBits and pCreateBitmap to the GDI function...
1998-10-24  Huw D M DaviesAdds Arc, Chord, GetCharWidth, Pie, PolyPolygon, PolyPo...
1998-10-18  Turchanov SergeyFixed bug in DIB_SetImageBits_RLE8 (because 'color...
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-08-09  Alexandre JulliardRelease 980809 wine-980809
1998-07-12  Alexandre JulliardRelease 980712 wine-980712
1998-06-28  Alexandre JulliardRelease 980628 wine-980628
1998-06-14  Alexandre JulliardRelease 980614 wine-980614
1998-06-01  Alexandre JulliardRelease 980601 wine-980601
1998-05-03  Alexandre JulliardRelease 980503 wine-980503
1998-03-15  Alexandre JulliardRelease 980315 wine-980315
1998-03-01  Alexandre JulliardRelease 980301 wine-980301
1998-02-15  Alexandre JulliardRelease 980215 wine-980215
1998-02-01  Alexandre JulliardRelease 980201 wine-980201
1998-01-18  Alexandre JulliardRelease 980118 wine-980118
1998-01-04  Alexandre JulliardRelease 980104 wine-980104
1997-12-21  Alexandre JulliardRelease 971221 wine-971221
1997-11-30  Alexandre JulliardRelease 971130 wine-971130
1997-11-16  Alexandre JulliardRelease 971116 wine-971116
1997-11-01  Alexandre JulliardRelease 971101 wine-971101
1997-09-14  Alexandre JulliardRelease 970914 wine-970914
1997-08-24  Alexandre JulliardRelease 970824 wine-970824
1997-07-20  Alexandre JulliardRelease 970720 wine-970720
1997-06-16  Alexandre JulliardRelease 970616 wine-970616
1997-05-25  Alexandre JulliardRelease 970525 wine-970525
1997-05-09  Alexandre JulliardRelease 970509 wine-970509
1997-04-15  Alexandre JulliardRelease 970415 wine-970415
1997-03-29  Alexandre JulliardRelease 970329 wine-970329
1997-03-05  Alexandre JulliardRelease 970305 wine-970305
1997-01-01  Alexandre JulliardRelease 970101 wine-970101
next