gdi32: Fix a compiler warning on 64-bit.
[wine] / dlls / gdi32 / dc.c
2011-04-04  Huw Daviesgdi32: Add a skeleton dib driver.
2011-03-18  Alexandre Julliardgdi32: Remove the function table pointer from the DC...
2011-03-18  Alexandre Julliardgdi32: Find the original driver by checking the CreateD...
2011-03-16  Alexandre Julliardgdi32: Add a null driver entry point for GetDeviceCaps.
2011-03-16  Alexandre Julliardgdi32: Properly manage the driver stack during DC creat...
2011-03-16  Alexandre Julliardgdi32: Get rid of the no longer used DC_SAVED flag.
2011-03-16  Alexandre Julliardgdi32: Don't allocate a GDI handle for saved DCs.
2011-03-16  Alexandre Julliardgdi32: Add null driver entry points for the DC state...
2011-03-15  Alexandre Julliardgdi32: Add null driver entry point for world transform...
2011-03-12  Alexandre Julliardgdi32: Avoid null pointer access when we are out of...
2011-03-11  Alexandre Julliardgdi32: Add null driver entry points for the palette...
2011-03-11  Alexandre Julliardgdi32: Add null driver entry points for the color manag...
2011-03-10  Alexandre Julliardgdi32: Add a SetLayout driver entry point and implement...
2011-03-10  Alexandre Julliardgdi32: Add null driver entry points for the various...
2011-03-10  Alexandre Julliardgdi32: Add null driver entry points for SetDCBrush...
2011-03-10  Alexandre Julliardgdi32: Add null driver entry points for the object...
2011-03-10  Alexandre Julliardgdi32: Add a mechanism for stacking gdi drivers.
2011-03-08  Alexandre Julliardgdi32: Add initial support for a null graphics driver.
2011-03-08  Alexandre Julliardgdi32: Add a common header to the physdev structure.
2010-11-01  Alexandre Julliardgdi32: Remove unnecessary uses of wownt32.h.
2010-08-16  Detlef Riekenberggdi32: Always use a HANDLE for GDI_ReleaseObj.
2010-07-29  Alexandre Julliardgdi32: Fix offset for mirrored devices that have a...
2010-07-28  Alexandre Julliardgdi32: Make the top right corner the DC origin for...
2010-07-26  Alexandre Julliardgdi32: Get rid of the GetDCOrgEx driver entry point...
2010-07-26  Alexandre Julliardgdi32: Store the total visible rectangle in the DC.
2010-07-23  Alexandre Julliardgdi32: Update the DC mappings when the layout is changed.
2010-06-21  Paul Chitescugdi32: If driver is missing claim vectorial fonts are...
2010-06-01  Andrew Nguyengdi32: Fix parameter handling of GetBoundsRect.
2010-05-06  Alexandre Julliardgdi32: Add a global function to retrieve the display...
2010-05-06  Alexandre Julliardgdi32: Don't bother freeing graphics drivers.
2010-02-24  Dmitry Timoshkovuser32: DeleteDC() should allow to delete a DC returned...
2009-12-01  Alexandre Julliardgdi32: Avoid calling get_dc_ptr on a null handle.
2009-11-17  Alexandre Julliardgdi32: Reset the visible region in ResetDC.
2009-11-17  Alexandre Julliardgdi32: Reimplement SaveVisRgn16/RestoreVisRgn16 to...
2009-09-26  Alexandre Julliardgdi32: Get rid of the 16-bit DC hook support.
2009-06-24  Huw Daviesgdi32: Implement GetTransform for the other valid trans...
2009-06-23  Huw Daviesgdi32: Implement SetVirtualResolution.
2009-04-07  Alexandre Julliardgdi32: Completely implement RestoreDC in the driver...
2009-04-07  Alexandre Julliardgdi32: Completely implement SaveDC in the driver, havin...
2009-04-07  Alexandre Julliardgdi32: Move the whole DC restoring functionality into...
2009-04-07  Alexandre Julliardgdi32: Move the whole DC saving functionality into...
2009-04-07  Alexandre Julliardgdi32: Move freeing of the DC path and regions into...
2009-04-06  Dmitry Timoshkovgdi32: Cache current font code page in the DC structure.
2009-04-06  Dmitry Timoshkovgdi32: Add a couple of SetGraphicsMode/SetWorldTransfor...
2009-02-19  Rob Shearmangdi32: Move 16-bit functions not exported in gdi32...
2009-01-29  Alexandre Julliardgdi32: Increment the reference count for the initial...
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 Delete...
2009-01-26  Michael Stefaniucgdi32: Remove superfluous pointer casts.
2008-12-15  Francois Gougetgdi32: Make [GS]etDCState() static.
2008-07-21  Dmitry TimoshkovRevert "gdi32: Reselect objects into the DC only if...
2008-06-18  Dmitry Timoshkovgdi32: Print the assigned world transform.
2008-05-22  Alexandre Julliardgdi32: Perform coordinate transformations using doubles...
2008-04-28  Dmitry Timoshkovgdi32: Do not reselect objects while recording a metafi...
2008-04-23  Dmitry Timoshkovgdi32: Reselect objects into the DC only if scaling...
2008-04-14  Alexandre Julliardgdi32: Fix CreateCompatibleDC to reject invalid DCs.
2008-03-25  Austin Englishgdi32: Spelling fixes.
2008-02-18  Alexandre Julliardgdi32: Get rid of the 16-bit GetObject functions.
2008-02-17  Alexandre Julliardgdi32: Export the DC hook functions as 32-bit functions.
2008-02-05  Alexandre Julliardgdi32: DC_GetDCPtr and DC_ReleaseDCPtr are not longer...
2007-11-27  Andrew Talbotgdi32: Fix a typo.
2007-09-26  Alexandre Julliardgdi32: Don't hold the gdi lock while calling DC driver...
2007-09-26  Alexandre Julliardgdi32: Don't hold the gdi lock while creating a DC.
2007-09-18  Alexandre Julliardgdi32: Replace remaining instance of DC_GetDCUpdate...
2007-08-31  Alexandre Julliardgdi32: New DC locking mechanism that doesn't require...
2007-08-30  Steven EdwardsRemove more unneeded wine 16bit header usage.
2007-08-22  Alexandre Julliardgdi32: Fix a few more places that use the wrong get...
2007-08-22  Paul Vriensgdi32: Fix possible NULL pointer dereference (Coverity).
2007-08-21  Alexandre Julliardgdi32: Add separate functions for releasing/freeing...
2007-05-30  Dmitry Timoshkovgdi32: Make SetDCHook 64-bit safe.
2007-04-17  Michael Kaufmanngdi32: Add a stub for CancelDC.
2007-02-26  Alexandre Julliardgdi32: Make DC creation fail if we cannot allocate...
2006-12-12  Alexandre Julliardwinex11.drv: Implemented DESKTOPHORZ/VERTRES device...
2006-11-17  Alexandre Julliardgdi32: Get rid of the gdi.h include.
2006-10-20  Alexandre Julliardgdi32: Renamed the gdi directory to gdi32.