wined3d: Get rid of the haveHardwareCursor flag.
[wine] / dlls / gdi32 / bitmap.c
2011-04-04  Huw Daviesgdi32: Add a skeleton dib driver.
2011-03-16  Alexandre Julliardgdi32: Add null driver entry points for the bitmap...
2011-03-10  Alexandre Julliardgdi32: Add null driver entry points for the object...
2011-02-22  Maarten Lankhorstgdi32: Handle BITMAP_CopyBitmap correctly for negative...
2010-09-28  Alexandre Julliardgdi32: Copy a DIB section as a DIB section in BITMAP_Co...
2010-07-26  Alexandre Julliardgdi32: Store the total visible rectangle in the DC.
2010-03-15  Dmitry Timoshkovgdi32: Fix GDI locking in SetBitmapBits.
2010-03-01  Henri Verbeetgdi32: GetObject() should return the DIB's absolute...
2009-09-26  Alexandre Julliardgdi32: Move the 16-bit DIB pointer support to gdi16.c.
2009-02-19  Rob Shearmangdi32: Move 16-bit functions not exported in gdi32...
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.