gdi32/tests: From Vista onwards TabbedTextOut ignores justification, so remove that...
[wine] / dlls / gdi32 / dc.c
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.