Sync window sizes.
[wine] / dlls / x11drv / dib.c
2005-12-01  Oldrich JedlickaFix for the monochrome DIB with inverted colors.
2005-11-30  Oldrich JedlickaFix for RGB mask that corresponds to the visual's mask.
2005-09-22  Alexandre JulliardRemoved unused debug channels.
2005-09-15  Alexandre JulliardFixed gcc 4.0 warnings.
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-08-15  Mike McCormackgcc 4.0 warning fixes.
2005-08-08  Michael KaufmannFix for BI_BITFIELDS: The color masks are at the same...
2005-07-24  Stefan HuehnerFix missing-declarations warnings.
2005-06-27  Eric PouechConst correctness fixes.
2005-04-22  Huw DaviesIf XShmAttach fails then reset shmid to -1 so that...
2005-04-20  Alexandre JulliardAvoid a compiler warning.
2005-04-20  Dimitrie O. PaunUse vectored exceptions to get rid of VIRTUAL_SetFaultH...
2005-04-14  Rein KlazesIn X11DRV_DIB_SetImageBits avoid BadMatch errors when...
2005-04-13  Alexandre JulliardMoved the driver-independent part of CreateDIBSection...
2005-04-13  Alexandre JulliardStore DIB section information directly in the phys...
2005-04-12  Alexandre JulliardStore a pointer to the currently selected phys bitmap...
2005-04-12  Alexandre JulliardStore the bitmap handle in the phys bitmap structure...
2005-04-11  Alexandre JulliardStore the pixmap depth and the DIBSECTION pointer in...
2005-04-11  Rein KlazesFix X11DRV_DIB_SetImageBits_RLE(4|8) when an non-zero...
2005-04-11  Glenn WursterFix array index crash in buidling GDI palette from...
2005-03-31  Alexandre JulliardIntroduced an X_PHYSBITMAP structure to allow storing...
2005-03-28  Alexandre JulliardMerged X11DRV_BITMAP_CreateBitmapHeaderFromPixmap into
2005-03-27  Alexandre JulliardAdded X11DRV_get_pixmap and X11DRV_set_pixmap functions...
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-01  Huw DaviesIf the dibsection is based on a file-mapping object...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-11-30  Eric PouechConst correctness fixes.
2004-11-23  Robert ShearmanWhen changing from DIB_Status_GdiMod to DIB_Status_GdiM...
2004-11-02  Michael Kaufmann- Extended support for BITMAPCOREINFO / BITMAPCOREHEADE...
2004-09-27  Michael Kaufmann - Add as many entries to the color map as specified...
2004-09-16  Huw DaviesIt's important to keep the original dib colour table...
2004-09-10  Huw DaviesWe want all 1bpp dibsections to have a monochrome bitma...
2004-08-13  Huw DaviesSync with dibsection in SetDIBitsToDevice.
2004-08-12  Huw DaviesRepect the width of both the src and dst when calculati...
2004-08-11  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-03-30  Huw DaviesWe don't support GetDIBits with BI_RLE4/8, so for now...
2004-03-27  Huw DaviesBuild the correct colour map when the mode is DIB_PAL_C...
2004-03-12  Dmitry TimoshkovCreateDIBSection takes a const pointer to BITMAPINFO.
2004-03-07  Jason EdmeadesCalculate the size of BI_BITFIELDS dib sections via...
2004-03-04  Alexandre JulliardMoved more GDI definitions to gdi_private.h.
2004-03-04  Alexandre JulliardGet rid of the X11DRV_DC_Funcs hack.
2004-01-20  Alexandre JulliardGet rid of some direct accesses to the DC structure...
2004-01-18  Alexandre JulliardRemoved the bitsPerPixel field in the generic DC struct...
2004-01-13  Alexandre JulliardMoved some code around to avoid exporting DIB functions...
2004-01-13  Alexandre JulliardAvoid direct access to the palette structure.
2003-12-08  Dimitrie O. PaunMove content of global.h into the appropriate private...
2003-12-05  Alexandre JulliardMoved all the files in graphics/x11drv to dlls/x11drv.