mpr: Tweak a label so it matches the one in wininet.
[wine] / dlls / gdi32 / bitmap.c
2012-01-12  Alexandre Julliardgdi32: Simplify the CreateCompatibleBitmap implementation.
2012-01-10  Alexandre Julliardgdi32: Use the bitmap part of the DIBSECTION structure...
2012-01-10  Alexandre Julliardgdi32: Always store a DIBSECTION structure in the bitma...
2012-01-10  Alexandre Julliardgdi32: Get rid of the get_bitmap_funcs function.
2012-01-10  Alexandre Julliardgdi32: Use the bpp info from the bitmap structure now...
2012-01-10  Alexandre Julliardgdi32: Add a separate set of GDI object functions for...
2011-12-12  Alexandre Julliardgdi32: Pass the correct depth to PutImage for SetBitmap...
2011-12-09  Alexandre Julliardgdi32: Remove the nb_colors fields in the bitmap object...
2011-12-08  Alexandre Julliardgdi32: Use PutImage directly to set the initial bitmap...
2011-12-07  Alexandre Julliardgdi32: Only create the DC visible region when necessary.
2011-11-08  Alexandre Julliardgdi32: Don't set the bitmap owner when selecting a...
2011-11-08  Alexandre Julliardgdi32: Use the CopyBitmap entry point to copy the bitma...
2011-11-08  Alexandre Julliardgdi32: Implement the CopyBitmap entry point in the...
2011-11-08  Alexandre Julliardgdi32: Get rid of the get_bitmap_image helper.
2011-11-03  Alexandre Julliardgdi32: Don't free bitmap bits when changing the owner...
2011-10-31  Alexandre Julliardgdi32: Emulate DDB support using the DIB driver when...
2011-10-31  Alexandre Julliardgdi32: Allocate the bits for a DDB the first time it...
2011-10-26  Alexandre Julliardgdi32: Push a path driver on the DC stack when a path...
2011-10-17  Alexandre Julliardgdi32: Get rid of the DC_FUNCTIONS typedef.
2011-10-05  Huw Daviesgdi32: Display the depth of a bitmap rather than the...
2011-09-08  Alexandre Julliardgdi32: Allocate the DIB driver on first use, and free...
2011-09-07  Alexandre Julliardgdi32: Make the push/pop_dc_driver functions available...
2011-08-31  Alexandre Julliardgdi32: Use SetDIBits to set the initial bits of a DDB.
2011-08-31  Alexandre Julliardgdi32: Forward the null driver PutImage to the DIB...
2011-08-30  Alexandre Julliardgdi32: Forward the null driver GetImage to the DIB...
2011-08-29  Alexandre Julliardgdi32: Store the initial bitmap bits with DIB alignment.
2011-08-22  Huw Daviesgdi32: Use the dib driver GetImage and PutImage impleme...
2011-08-22  Huw Daviesgdi32: Allow SetBitmapBits to set incomplete scanlines.
2011-08-05  Alexandre Julliardgdi32: Always use BI_BITFIELDS for 16-bpp in GetImage.
2011-08-05  Alexandre Julliardgdi32: Add a missing release in the error path.
2011-08-03  Alexandre Julliardgdi32: Use GetImage to retrieve the brush bits in metaf...
2011-08-03  Alexandre Julliardgdi32: Get rid of the SetBitmapBits driver entry point.
2011-08-03  Alexandre Julliardgdi32: Set the initial bits of a bitmap from the gdi...
2011-08-03  Alexandre Julliardgdi32: Reimplement SetBitmapBits using the PutImage...
2011-08-03  Alexandre Julliardgdi32: Partial implementation of PutImage in the null...
2011-07-25  Alexandre Julliardgdi32: Get rid of the GetBitmapBits driver entry point.
2011-07-25  Alexandre Julliardgdi32: Reimplement GetBitmapBits using the GetImage...
2011-07-25  Alexandre Julliardgdi32: Add an inline helper to retrieve a DDB byte...
2011-07-25  Alexandre Julliardgdi32: Implement GetImage in the null driver.
2011-07-25  Alexandre Julliardgdi32: Get rid of the SetDIBits driver entry point.
2011-07-18  Alexandre Julliardgdi32: Remove the GetDIBits entry point from the graphi...
2011-07-13  Alexandre Julliardgdi32: Graphics driver functions no longer need to...
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.