gdi32: Correct the font family values returned in the text metrics.
[wine] / dlls / gdi32 / gdiobj.c
2009-01-29  Alexandre Julliardgdi32: Store a separate flag to mark a GDI object for...
2009-01-29  Alexandre Julliardgdi32: Increment the reference count for the initial...
2009-01-28  Alexandre Julliardgdi32: Get rid of GDI_ReallocObject.
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 Unreal...
2009-01-27  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the Delete...
2009-01-27  Alexandre Julliardgdi32: Release the GDI lock when calling the DC DeleteO...
2008-12-17  Maarten Lankhorstgdi32/user32: Make __wine_make_gdi_object_system CDECL.
2008-12-11  ByeongSik Jeongdi32: Unify Chinese and Japanese default font name.
2008-02-28  Andrew Talbotgdi32: Assign to structs instead of using memcpy.
2008-02-18  Alexandre Julliardgdi32: Move a few more gdiobj functions to gdi16.c.
2008-02-18  Alexandre Julliardgdi32: Reimplemented GetObject16 and moved it to gdi16.c.
2008-02-18  Alexandre Julliardgdi32: Reimplemented IsGDIObject16 and moved it to...
2008-02-05  Alexandre Julliardgdi32: Get rid of DC_GetDCPtr in the GDI object functions.
2007-12-21  Zhangrong Huanggdi32, winex11.drv: Correct default Chinese font name.
2007-09-27  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the Select...
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-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: Fix compilation warnings in 64-bit mode.
2007-03-21  Andrew Talbotgdi32: Replace inline static with static inline.
2006-12-20  Andrew Talbotgdi32: Remove unused function.
2006-11-17  Alexandre Julliardgdi32: Get rid of the gdi.h include.
2006-10-20  Alexandre Julliardgdi32: Renamed the gdi directory to gdi32.