gdi32: Fix the sign of the vertical text position in ExtTextOutW.
[wine] / dlls / gdi32 / dib.c
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.