gdi32: Allow SetDIBits to use the null driver.
[wine] / dlls / gdi32 / dib.c
2011-08-31  Alexandre Julliardgdi32: Allow SetDIBits to use the null driver.
2011-08-30  Alexandre Julliardgdi32: Forward the null driver GetImage to the DIB...
2011-08-29  Alexandre Julliardgdi32: Add parameter validation in GetDIBits.
2011-08-23  Huw Daviesgdi32: Remove an unneeded level of indentation.
2011-08-22  Huw Daviesgdi32: Add a helper to retrieve the bitmap functions.
2011-08-05  Alexandre Julliardgdi32: Always set compression to BI_BITFIELDS for 16...
2011-08-05  Alexandre Julliardgdi32: Validate the DIB parameters in functions that...
2011-08-04  Huw Daviesgdi32: If possible use the GetImage driver entry to...
2011-08-04  Huw Daviesgdi32: Simplify the code a little by using a separate...
2011-08-04  Alexandre Julliardgdi32: Get rid of the DIB_GetBitmapInfo function.
2011-08-04  Alexandre Julliardgdi32: Create a sanitized BITMAPINFOHEADER in CreateDIB...
2011-08-04  Alexandre Julliardgdi32: Create a sanitized BITMAPINFOHEADER in GetDIBits.
2011-08-04  Alexandre Julliardgdi32: Move initialization of a correct BITMAPINFOHEADE...
2011-08-04  Alexandre Julliardgdi32: Create a sanitized BITMAPINFO in SetDIBitsToDevi...
2011-08-04  Alexandre Julliardgdi32: Create a sanitized BITMAPINFO in StretchDIBits...
2011-08-04  Alexandre Julliardgdi32: Create a sanitized BITMAPINFO in CreateDIBSectio...
2011-08-03  Alexandre Julliardgdi32: Update the coordinates in convert_bitmapinfo...
2011-08-02  Huw Daviesgdi32: Actually use the dib driver's Get/PutImage if...
2011-07-28  Huw Daviesgdi32: Use the helper to retrieve the number of colours.
2011-07-28  Huw Daviesgdi32: Add an inline helper to return the number of...
2011-07-28  Huw Daviesgdi32: Better handling of non-trivial source and destin...
2011-07-25  Alexandre Julliardgdi32: Implement GetImage in the DIB driver.
2011-07-25  Alexandre Julliardgdi32: Get rid of the SetDIBits driver entry point.
2011-07-25  Huw Daviesgdi32: Rewrite SetDIBits to use the PutImage gdi driver...
2011-07-22  Huw Daviesgdi32: Fix the lines parameter of SetDIBits to be positive.
2011-07-22  Huw Daviesgdi32: Add a helper to fill out the colour table from...
2011-07-22  Huw Daviesgdi32: Add a helper to sanitize a BITMAPINFO structure.
2011-07-21  Alexandre Julliardgdi32: Pass the full bitblt_coords structure to the...
2011-07-19  Alexandre Julliardgdi32: Add inline helpers to compute DIB stride and...
2011-07-18  Alexandre Julliardgdi32: Move a couple of rectangle helper functions...
2011-07-18  Huw Daviesgdi32: Implement GetDIBits using the GetImage driver...
2011-07-15  Huw Daviesgdi32: Move the query info code to a separate function.
2011-07-13  Alexandre Julliardgdi32: Graphics driver functions no longer need to...
2011-07-12  Huw Daviesgdi32: Use a local copy of the bitmap info structure...
2011-07-12  Huw Daviesgdi32: Don't use a dib-section's bitfields unless its...
2011-06-28  Huw Daviesgdi32: Construct the EGA palette from the default palette.
2011-06-27  Huw Daviesgdi32: Fix the 8 bpp generated colour table.
2011-06-27  Huw Daviesgdi32: Simplify colour table generation.
2011-04-12  Huw Daviesgdi32: Don't set the bitfields when the dib section...
2011-04-12  Huw Daviesgdi32: Don't use the bitfields for the BI_RGB case.
2011-03-18  Alexandre Julliardgdi32: Add a null driver entry point for StretchDIBits.
2011-03-16  Alexandre Julliardgdi32: Add null driver entry points for the DIB functions.
2011-03-16  Alexandre Julliardgdi32: Add null driver entry points for the bitmap...
2011-03-08  Alexandre Julliardgdi32: GetDIBColorTable doesn't need to be part of...
2011-03-02  John Edmondsgdi32: Fixes GetDIBits for top-down destination bitmaps.
2011-02-25  Peter Urbanecgdi32: Fix 64-bit pointer issues when copying upside...
2011-02-23  John Edmondsgdi32: Fixed GetDIBits for top-down bitmaps.
2010-11-01  Alexandre Julliardgdi32: Remove unnecessary uses of wownt32.h.
2010-07-30  Alexandre Julliardgdi32: Replicate a Windows bug in StretchDIBits for...
2010-07-20  Alexandre Julliardgdi32: Reject invalid DIB depths in CreateDIBSection.
2010-05-27  Alexandre Julliardgdi32: Only 16 and 32 bpp DIB sections can have bitfields.
2010-05-27  Alexandre Julliardgdi32: Return the actual DIB section bitfields instead...
2010-05-14  Alexandre JulliardFix the bitmap info size computation when masks are...
2010-04-21  Alexandre Julliardgdi32: Fix handling of bitmap header size for V4/V5...
2010-04-12  Nikolay Sivovgdi32: Use supplied hdc for DIB_RGB_COLORS if it's...
2009-10-22  Nikolay Sivovgdi32: Always create a context for DIB_RGB_COLORS.
2009-06-22  Huw Daviesgdi32: CBM_INIT is a flag.
2009-05-04  Nikolay Sivovgdi32: Check header pointer in CreateDIBitmap.
2009-02-19  Rob Shearmangdi32: Move 16-bit functions not exported in gdi32...
2009-01-28  Alexandre Julliardgdi32: Use the official constants instead of the old...
2009-01-26  Michael Stefaniucgdi32: Remove superfluous pointer casts.
2008-10-24  Michael Stefaniucgdi32: Don't cast the void pointer returned by GDI_GetO...
2008-10-06  Andrew Talbotgdi32: Sign-compare warnings fix.
2008-07-21  Lei Zhanggdi32: CreateDIBitmap should check for SetDIBits failure.
2008-07-01  Michael Karchergdi32: Fix palette of 1bpp DIB in GetDIBits.
2008-06-09  Michael Karchergdi32: Respect DIB_PAL_COLORS in every case.
2008-05-12  Nikolay Sivovgdi32: Avoid null pointer dereference in CreateDIBSection.
2008-05-02  Huw Daviesgdi32: Rename DIB_BitmapInfoSize to bitmap_info_size...
2008-04-21  Alexandre Julliardgdi32: Return bitmask for 32-bit bitmaps too in GetDIBits.
2008-04-18  Alexandre Julliardgdi32: Fixed initialization of bit masks in GetDIBits...
2008-03-26  Alexandre Julliardgdi32: Store the return value separately in StretchDIBi...
2008-03-10  Alexandre Julliardgdi32: Properly handle SetDIBits failure in StretchDIBits.
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2008-02-22  Rob Shearmangdi32: Optimise StretchBlt for the case where no stretc...
2008-02-05  Alexandre Julliardgdi32: Get rid of a few more uses of DC_GetDCPtr.
2008-01-16  Francois GougetAssorted spelling fixes.
2008-01-07  Andrew Talbotgdi32: Remove unneeded casts.
2007-09-18  Alexandre Julliardgdi32: Replace DC_GetDCUpdate by get_dc_ptr+update_dc...
2007-08-21  Alexandre Julliardgdi32: Add separate functions for releasing/freeing...
2007-07-16  Jeremy Whitegdi32: Do not fill in the color table if lpvBits is...
2007-06-13  Dmitry Timoshkovgdi32: Make BITMAPINFOHEADER biSize check match what...
2007-05-08  Louis Lendersgdi32: Add check for null pointer in SetDIBitsToDevice.
2007-01-22  Dmitry Timoshkovgdi32: Add a GetDIBits test.
2006-11-17  Alexandre Julliardgdi32: Get rid of the gdi.h include.
2006-11-17  Alexandre Julliardgdi32: Avoid accessing the internal palette object...
2006-11-08  Alexandre Julliardgdi32: Remove call to CreateCompatibleDC() from GetDIBi...
2006-10-20  Alexandre Julliardgdi32: Renamed the gdi directory to gdi32.