gdi32/tests: From Vista onwards TabbedTextOut ignores justification, so remove that...
[wine] / dlls / gdi32 / bitmap.c
2009-01-29  Alexandre Julliardgdi32: Store a separate flag to mark a GDI object for...
2009-01-28  Alexandre Julliardgdi32: Release GDI handles before freeing the object.
2009-01-28  Alexandre Julliardgdi32: Allocate and initialize GDI objects before givin...
2009-01-28  Alexandre Julliardgdi32: Use the official constants instead of the old...
2009-01-27  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the GetObj...
2009-01-27  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the Delete...
2008-12-17  Lei Zhanggdi32: Prevent integer overflow in CreateBitmapIndirect.
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-02-18  Alexandre Julliardgdi32: Get rid of the 16-bit GetObject functions.
2008-02-05  Alexandre Julliardgdi32: Avoid locking in BITMAP_CopyBitmap.
2008-02-05  Alexandre Julliardgdi32: Don't hold the GDI lock when calling DC_InitDC.
2008-02-05  Alexandre Julliardgdi32: Avoid locking in CreateCompatibleBitmap.
2008-01-15  Dmitry Timoshkovgdi32: Do not allow to create too large device dependen...
2007-12-12  Stefan Dösingergdi32: Test bitmap depths.
2007-09-27  Alexandre Julliardgdi32: Move the object refcount handling to the SelectO...
2007-09-27  Alexandre Julliardgdi32: Don't pass an object pointer to the SelectObject...
2007-08-31  Alexandre Julliardgdi32: New DC locking mechanism that doesn't require...
2007-08-21  Alexandre Julliardgdi32: Add separate functions for releasing/freeing...
2007-02-16  Dmitry Timoshkovgdi32: CreateBitmapIndirect should ignore the provided...
2007-02-05  Dmitry Timoshkovgdi32: CreateBitmap and friends should return stock...
2006-11-17  Alexandre Julliardgdi32: Get rid of the gdi.h include.
2006-11-08  Alexandre Julliardgdi32: Remove call to CreateCompatibleDC() from GetDIBi...
2006-10-20  Alexandre Julliardgdi32: Renamed the gdi directory to gdi32.