winex11: Make sure that all glX functions are called under the X11 lock.
[wine] / dlls / gdi32 / dib.c
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.